Naar hoofdinhoud gaan

Documentation Index

Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt

Use this file to discover all available pages before exploring further.

openclaw setup

Initialiseer ~/.openclaw/openclaw.json en de agentwerkruimte.
openclaw setup is bedoeld voor installaties met wijzigbare configuratie. In Nix-modus (OPENCLAW_NIX_MODE=1) weigert OpenClaw schrijfacties voor setup, omdat het configuratiebestand door Nix wordt beheerd. Agents moeten de eigen nix-openclaw-snelstart of de equivalente bronconfiguratie voor een ander Nix-pakket gebruiken.
Gerelateerd:

Voorbeelden

openclaw setup
openclaw setup --workspace ~/.openclaw/workspace
openclaw setup --wizard
openclaw setup --wizard --import-from hermes --import-source ~/.hermes
openclaw setup --non-interactive --mode remote --remote-url wss://gateway-host:18789 --remote-token <token>

Opties

  • --workspace <dir>: agentwerkruimtemap (opgeslagen als agents.defaults.workspace)
  • --wizard: onboarding uitvoeren
  • --non-interactive: onboarding uitvoeren zonder prompts
  • --mode <local|remote>: onboardingmodus
  • --import-from <provider>: migratieprovider om tijdens onboarding uit te voeren
  • --import-source <path>: bron-agent-home voor --import-from
  • --import-secrets: ondersteunde geheimen importeren tijdens onboardingmigratie
  • --remote-url <url>: externe Gateway WebSocket-URL
  • --remote-token <token>: extern Gateway-token
Onboarding uitvoeren via setup:
openclaw setup --wizard
Opmerkingen:
  • Eenvoudige openclaw setup initialiseert configuratie + werkruimte zonder de volledige onboardingflow.
  • Voer na eenvoudige setup openclaw configure uit om modellen, kanalen, Gateway, plugins, Skills of statuscontroles te kiezen.
  • Onboarding wordt automatisch uitgevoerd wanneer er onboardingvlaggen aanwezig zijn (--wizard, --non-interactive, --mode, --import-from, --import-source, --import-secrets, --remote-url, --remote-token).
  • Als Hermes-status wordt gedetecteerd, kan interactieve onboarding automatisch migratie aanbieden. Import-onboarding vereist een nieuwe setup; gebruik Migreren voor dry-run-plannen, back-ups en overschrijfmodus buiten onboarding.

Gerelateerd