Files
cheatsheet-tldr/tldr/openclaw-agent
2026-02-23 00:27:58 +00:00

26 lines
572 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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]}}`