commands.sh

zeroclaw

all

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 →

Options (1)

-m, --messageboolean

Send a single message to the AI agent

Example: 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 --interactive

Send 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

made by @shridhargupta | data from tldr-pages