mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 13:52:08 +00:00
26 lines
572 B
Plaintext
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]}}`
|