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 info →Subcommands (14)
Start the AI agent loop for interacting with ZeroClaw.
Manage channels (Telegram, Discord, Slack, etc.) for ZeroClaw.
Manage scheduled tasks for ZeroClaw.
Start the full autonomous runtime for ZeroClaw (gateway + channels + heartbeat).
Run diagnostics for ZeroClaw daemon, scheduler, and channel freshness.
Start the gateway server for ZeroClaw (webhooks and API).
Discover and introspect USB hardware for ZeroClaw.
Browse and manage 50+ integrations for ZeroClaw.
Migrate data from other agent runtimes to ZeroClaw.
Manage provider model catalogs for ZeroClaw.
Initialize workspace and configuration for ZeroClaw.
Manage the ZeroClaw background service (launchd/systemd user service).
Manage user-defined skills for ZeroClaw.
Show the full system status for ZeroClaw.
Options (1)
-m, --messagebooleanSend a single message to the AI agent
zeroclaw agent {{[-m|--message]}} "{{Hello, ZeroClaw!}}"Examples (8)
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
Start the gateway server (default: 127.0.0.1:8080)
Start full autonomous runtime (gateway + channels + heartbeat)
Check system status
Run diagnostics