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

openclaw agent — Talk to the OpenClaw AI assistant. More information: <https://docs.openclaw.ai/cli/agent>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theassistanttalkcommandcliopenclawmoreopenclaw agent

Problem

How to use the openclaw agent command: Talk to the OpenClaw AI assistant. More information: <https://docs.openclaw.ai/cli/agent>.

Solution

openclaw agent — Talk to the OpenClaw AI assistant. More information: <https://docs.openclaw.ai/cli/agent>.

Send a single message to the assistant:
openclaw agent {{[-m|--message]}} "{{Hello, what is the weather?}}"


Start interactive chat mode:
openclaw agent


Send a message with configurable thinking level:
openclaw agent {{[-m|--message]}} "{{Analyze this}}" --thinking {{off|minimal|low|medium|high}}


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

Code Snippets

Send a single message to the assistant

openclaw agent {{[-m|--message]}} "{{Hello, what is the weather?}}"

Start interactive chat mode

openclaw agent

Send a message with configurable thinking level

openclaw agent {{[-m|--message]}} "{{Analyze this}}" --thinking {{off|minimal|low|medium|high}}

Display help

openclaw agent {{[-h|--help]}}

Context

tldr-pages: common/openclaw agent

Revisions (0)

No revisions yet.