Zum Hauptinhalt springen

openclaw setup

Initialisieren Sie ~/.openclaw/openclaw.json und den Agent Workspace. Verwandt:

Beispiele

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

Optionen

  • --workspace <dir>: Verzeichnis des Agent Workspace (wird als agents.defaults.workspace gespeichert)
  • --wizard: Onboarding ausführen
  • --non-interactive: Onboarding ohne Prompts ausführen
  • --mode <local|remote>: Onboarding-Modus
  • --remote-url <url>: WebSocket-URL des Remote-Gateway
  • --remote-token <token>: Token des Remote-Gateway
So führen Sie das Onboarding über setup aus:
openclaw setup --wizard
Hinweise:
  • Ein einfaches openclaw setup initialisiert Konfiguration + Workspace ohne den vollständigen Onboarding-Ablauf.
  • Onboarding wird automatisch ausgeführt, wenn Onboarding-Flags vorhanden sind (--wizard, --non-interactive, --mode, --remote-url, --remote-token).