π¦ ClawHub
openclaw message cli skill
by @leoustc
Use when the user explicitly wants to send outbound messages with the OpenClaw CLI rather than built-in tools, especially for `openclaw message send` command...
TERMINAL
clawhub install openclaw-message-cli-skillπ About This Skill
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.
OpenClaw Message CLI Skill
Use this skill when the task is specifically about sending a message with the OpenClaw CLI.
Prefer 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.
Command Pattern
Use:
openclaw message send --channel --target --message "..."
Examples
openclaw message send --channel whatsapp --target --message "hi"
openclaw message send --channel telegram --target --message "hi"
Checks
Scope
Use this skill for direct outbound client delivery with the OpenClaw CLI. Do not use it for normal agent replies inside the current session.
π‘ Examples
openclaw message send --channel whatsapp --target --message "hi"
openclaw message send --channel telegram --target --message "hi"