Naar hoofdinhoud gaan

Documentation Index

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

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

openclaw setup

Initialiseer de basisconfiguratie en agentwerkruimte. Als er een onboarding-vlag aanwezig is, wordt ook de wizard uitgevoerd.
openclaw setup is bedoeld voor wijzigbare configuratie-installaties. In Nix-modus (OPENCLAW_NIX_MODE=1) weigert OpenClaw setup-schrijfacties omdat het configuratiebestand door Nix wordt beheerd. Gebruik de officiële nix-openclaw Quick Start of de equivalente bronconfiguratie voor een ander Nix-pakket.

Opties

VlagBeschrijving
--workspace <dir>Agentwerkruimtemap (standaard ~/.openclaw/workspace; opgeslagen als agents.defaults.workspace).
--wizardInteractieve onboarding uitvoeren.
--non-interactiveOnboarding zonder prompts uitvoeren.
--mode <mode>Onboardingmodus: local of remote.
--import-from <provider>Migratieprovider die tijdens onboarding moet worden uitgevoerd.
--import-source <path>Bron-agenthome voor --import-from.
--import-secretsOndersteunde geheimen importeren tijdens onboardingmigratie.
--remote-url <url>Remote Gateway WebSocket-URL.
--remote-token <token>Remote Gateway-token (optioneel).

Automatische wizard-trigger

openclaw setup voert de wizard uit wanneer een van deze vlaggen expliciet aanwezig is, zelfs zonder --wizard: --wizard, --non-interactive, --mode, --import-from, --import-source, --import-secrets, --remote-url, --remote-token.

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>

Notities

  • Gewone openclaw setup initialiseert configuratie en werkruimte zonder de volledige onboarding-flow uit te voeren.
  • Voer na gewone setup openclaw onboard uit voor het volledige begeleide traject, openclaw configure voor gerichte wijzigingen, of openclaw channels add om kanaalaccounts toe te voegen.
  • 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.

Verwant