HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zeroclaw onboard — Initialize workspace and configuration for ZeroClaw. More information: <https://github.com/zeroclaw-

Submitted by: @import:tldr-pages··
0
Viewed 0 times
configurationcommandandforzeroclaw onboardcliinitializeworkspace

Problem

How to use the zeroclaw onboard command: Initialize workspace and configuration for ZeroClaw. More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.

Solution

zeroclaw onboard — Initialize workspace and configuration for ZeroClaw. More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.

Quick setup with API key and provider:
zeroclaw onboard --api-key {{api_key}} --provider {{openrouter}}


Run the full interactive wizard:
zeroclaw onboard --interactive


Reconfigure channels/allowlists only (fast repair flow):
zeroclaw onboard --channels-only


Quick setup with specific memory backend:
zeroclaw onboard --api-key {{api_key}} --provider {{openrouter}} --memory {{sqlite}}


Display help:
zeroclaw onboard {{[-h|--help]}}

Code Snippets

Quick setup with API key and provider

zeroclaw onboard --api-key {{api_key}} --provider {{openrouter}}

Run the full interactive wizard

zeroclaw onboard --interactive

Reconfigure channels/allowlists only (fast repair flow)

zeroclaw onboard --channels-only

Quick setup with specific memory backend

zeroclaw onboard --api-key {{api_key}} --provider {{openrouter}} --memory {{sqlite}}

Display help

zeroclaw onboard {{[-h|--help]}}

Context

tldr-pages: common/zeroclaw onboard

Revisions (0)

No revisions yet.