ワンクリックで
openclaw-message-cli-skill
Use when the user explicitly wants to send outbound messages with the OpenClaw CLI rather than built-in tools, especially for `openclaw message send` commands with a specific channel, target, and message body.
メニュー
Use when the user explicitly wants to send outbound messages with the OpenClaw CLI rather than built-in tools, especially for `openclaw message send` commands with a specific channel, target, and message body.
Use when working with this ai-agent-proxy project, especially to understand its HTTP endpoints, inbox-driven worker flow, and how requests are delivered to the local agent inbox.
Use when building or updating a persistent context cache file where content should be stored in clearly separated blocks and later updates should append new blocks and refer to earlier ones by block marker.
| name | openclaw-message-cli-skill |
| description | Use when the user explicitly wants to send outbound messages with the OpenClaw CLI rather than built-in tools, especially for `openclaw message send` commands with a specific channel, target, and message body. |
Use this skill when the task is specifically about sending a message with the OpenClaw CLI.
When you are replying to an inbox JSON message:
channel from the JSON bodychannel value should be things like whatsapp, discord, and similar transport namestarget from the JSON bodytarget value is the user identifier on that channel, such as the user's phone number or account idPrefer the built-in messaging tool when available. Use this skill only when the user explicitly asks for CLI usage, shell commands, scripting, or automation around openclaw message send.
Use:
openclaw message send --channel <channel> --target <target> --message "..."
openclaw message send --channel whatsapp --target 6580000000 --message "hi"
openclaw message send --channel discord --target 123456789012345678 --message "hi"
channel and target from the JSON body before sendingUse this skill for direct outbound client delivery with the OpenClaw CLI. When the ai-agent-proxy worker decides a reply should be sent outward to the user, use this skill for that delivery step.