snippetbashTip
zeroclaw — Fast, small, and fully autonomous AI assistant infrastructure. Some subcommands such as `onboard`, `
Viewed 0 times
commandzeroclawfullyandautonomousclismallfast
Problem
How to use the
zeroclaw command: Fast, small, and fully autonomous AI assistant infrastructure. Some subcommands such as onboard, models, service, etc have their own usage documentation. See also: openclaw. More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.Solution
zeroclaw — Fast, small, and fully autonomous AI assistant infrastructure. Some subcommands such as onboard, models, service, etc have their own usage documentation. See also: openclaw. More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.Initialize workspace and configuration (quick setup):
zeroclaw onboard --api-key {{api_key}} --provider {{openrouter|anthropic|openai|...}}Run the full interactive onboarding wizard:
zeroclaw onboard --interactiveSend a single message to the AI agent:
zeroclaw agent {{[-m|--message]}} "{{Hello, ZeroClaw!}}"Start interactive chat mode:
zeroclaw agentStart the gateway server (default: 127.0.0.1:8080):
zeroclaw gatewayStart full autonomous runtime (gateway + channels + heartbeat):
zeroclaw daemonCheck system status:
zeroclaw statusRun diagnostics:
zeroclaw doctorCode Snippets
Initialize workspace and configuration (quick setup)
zeroclaw onboard --api-key {{api_key}} --provider {{openrouter|anthropic|openai|...}}Run the full interactive onboarding wizard
zeroclaw onboard --interactiveSend a single message to the AI agent
zeroclaw agent {{[-m|--message]}} "{{Hello, ZeroClaw!}}"Start interactive chat mode
zeroclaw agentStart the gateway server (default: 127.0.0.1:8080)
zeroclaw gatewayContext
tldr-pages: common/zeroclaw
Revisions (0)
No revisions yet.