Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
openclaw agenttextThis sends the message through the Gateway and prints the reply.
text# Target a phone number (derives session key) openclaw agent --to +15555550123 --message "Status update" # Reuse an existing session openclaw agent --session-id abc123 --message "Continue the task" ```
text# Deliver to Slack openclaw agent --agent ops --message "Generate report" \ --deliver --reply-channel slack --reply-to "#reports" ```
| Flag | Description |
|---|---|
text --message \<text\> | Message to send (required) |
text --to \<dest\> | Derive session key from a target (phone, chat id) |
text --agent \<id\> | Target a configured agent (uses its text main |
text --session-id \<id\> | Reuse an existing session by id |
text --local | Force local embedded runtime (skip Gateway) |
text --deliver | Send the reply to a chat channel |
text --channel \<name\> | Delivery channel (whatsapp, telegram, discord, slack, etc.) |
text --reply-to \<target\> | Delivery target override |
text --reply-channel \<name\> | Delivery channel override |
text --reply-account \<id\> | Delivery account id override |
text --thinking \<level\> | Set thinking level for the selected model profile |
text --verbose \<on|full|off\> | Set verbose level |
text --timeout \<seconds\> | Override agent timeout |
text --json | Output structured JSON |
--local--tomain--jsonbash# Simple turn with JSON output openclaw agent --to +15555550123 --message "Trace logs" --verbose on --json # Turn with thinking level openclaw agent --session-id 1234 --message "Summarize inbox" --thinking medium # Deliver to a different channel than the session openclaw agent --agent ops --message "Alert" --deliver --reply-channel telegram --reply-to "@admin"
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine