openclaw onboard¶
Assistant de prise en main interactif (configuration de la Gateway (passerelle) locale ou distante).
Guides associes¶
- Hub de prise en main CLIÂ : Onboarding Wizard (CLI)
- Onboarding overview: Onboarding Overview
- Automatisation CLIÂ : CLI Automation
- Reference de prise en main CLIÂ : CLI Onboarding Reference
- Prise en main macOSÂ : Onboarding (macOS App)
Exemples¶
openclaw onboard
openclaw onboard --flow quickstart
openclaw onboard --flow manual
openclaw onboard --mode remote --remote-url ws://gateway-host:18789
Non-interactive custom provider:
openclaw onboard --non-interactive \
--auth-choice custom-api-key \
--custom-base-url "https://llm.example.com/v1" \
--custom-model-id "foo-large" \
--custom-api-key "$CUSTOM_API_KEY" \
--custom-compatibility openai
--custom-api-key is optional in non-interactive mode. If omitted, onboarding checks CUSTOM_API_KEY.
Non-interactive Z.AI endpoint choices:
Note: --auth-choice zai-api-key now auto-detects the best Z.AI endpoint for your key (prefers the general API with zai/glm-5).
If you specifically want the GLM Coding Plan endpoints, pick zai-coding-global or zai-coding-cn.
# Promptless endpoint selection
openclaw onboard --non-interactive \
--auth-choice zai-coding-global \
--zai-api-key "$ZAI_API_KEY"
# Other Z.AI endpoint choices:
# --auth-choice zai-coding-cn
# --auth-choice zai-global
# --auth-choice zai-cn
Notes de flux :
quickstart : invites minimales, genere automatiquement un jeton de passerelle.manual : invites completes pour port/liaison/authentification (alias deadvanced).- Premier chat le plus rapide :
openclaw dashboard(UI de controle, aucune configuration de canal). - Custom Provider: connect any OpenAI or Anthropic compatible endpoint, including hosted providers not listed. Use Unknown to auto-detect.
Commandes de suivi courantes¶
openclaw configure
openclaw agents add <name>
--json n'implique pas un mode non interactif. Utilisez --non-interactive pour les scripts.