snippetbashTip
openclaw agent — Talk to the OpenClaw AI assistant. More information: <https://docs.openclaw.ai/cli/agent>.
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 agentSend 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 agentSend 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.