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

zeroclaw agent — Start the AI agent loop for interacting with ZeroClaw. More information: <https://github.com/zerocla

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandstartcliloopagentzeroclaw agentfor

Problem

How to use the zeroclaw agent command: Start the AI agent loop for interacting with ZeroClaw. More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.

Solution

zeroclaw agent — Start the AI agent loop for interacting with ZeroClaw. More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.

Send a single message to the AI agent:
zeroclaw agent {{[-m|--message]}} "{{Hello, ZeroClaw!}}"


Start interactive chat mode:
zeroclaw agent


Send a message with a specific provider:
zeroclaw agent {{[-m|--message]}} "{{Hello}}" {{[-p|--provider]}} {{anthropic}}


Send a message with a specific model:
zeroclaw agent {{[-m|--message]}} "{{Hello}}" --model {{anthropic/claude-sonnet-4-20250514}}


Send a message with custom temperature:
zeroclaw agent {{[-m|--message]}} "{{Hello}}" {{[-t|--temperature]}} {{0.5}}


Send a message and attach a hardware peripheral:
zeroclaw agent {{[-m|--message]}} "{{Hello}}" --peripheral {{nucleo-f401re:/dev/ttyACM0}}


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

Code Snippets

Send a single message to the AI agent

zeroclaw agent {{[-m|--message]}} "{{Hello, ZeroClaw!}}"

Start interactive chat mode

zeroclaw agent

Send a message with a specific provider

zeroclaw agent {{[-m|--message]}} "{{Hello}}" {{[-p|--provider]}} {{anthropic}}

Send a message with a specific model

zeroclaw agent {{[-m|--message]}} "{{Hello}}" --model {{anthropic/claude-sonnet-4-20250514}}

Send a message with custom temperature

zeroclaw agent {{[-m|--message]}} "{{Hello}}" {{[-t|--temperature]}} {{0.5}}

Context

tldr-pages: common/zeroclaw agent

Revisions (0)

No revisions yet.