21 lines
479 B
Markdown
21 lines
479 B
Markdown
|
|
# 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]}}`
|