← Back to Skills Marketplace
199
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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` command...
Usage Guidance
This skill is an instruction-only helper for running the OpenClaw CLI to send messages and appears internally consistent. Before installing or enabling it, ensure you actually want agent-driven CLI messaging: verify the OpenClaw CLI is installed and authenticated on the host (the skill metadata does not declare that dependency), and be careful about automated sends to real recipients or sending sensitive data. If you do not want the agent to ever send messages autonomously, consider disabling autonomous invocation (set disable-model-invocation to true) or only enable the skill when you explicitly request CLI-based sends.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-message-cli-skill
Version: 1.0.0
The skill bundle provides instructions for an AI agent to use the 'openclaw' CLI tool for sending outbound messages via channels like WhatsApp or Telegram. The instructions in SKILL.md are well-defined, include basic safety checks for shell quoting, and do not contain any indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The skill's name, description, and SKILL.md all focus on running 'openclaw message send' which is coherent. Minor inconsistency: registry metadata lists no required binaries or credentials, yet the instructions clearly assume the OpenClaw CLI is installed and authenticated on the host.
Instruction Scope
SKILL.md contains only targeted instructions for invoking the CLI and lists reasonable checks (verify channel, target format, quote message). It does not instruct reading unrelated files, exfiltrating data, or contacting unexpected endpoints.
Install Mechanism
No install spec and no code files — lowest-risk, instruction-only surface. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required env vars or config paths, but practical use will require the OpenClaw CLI and whatever authentication it needs (CLI-installed credentials, tokens, or config files). The skill does not document or declare these dependencies in metadata.
Persistence & Privilege
always is false and there is no install or persistent footprint. disable-model-invocation is false (default), meaning the agent could invoke the skill autonomously — this is normal platform behavior and is not by itself a red flag.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-message-cli-skill - After installation, invoke the skill by name or use
/openclaw-message-cli-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of openclaw-message-cli-skill:
- Provides a dedicated skill for sending outbound messages using the OpenClaw CLI.
- Includes guidance and command patterns for using openclaw message send with specific channels and targets.
- Emphasizes verifying channel existence, target format, and proper quoting of message text.
- Designed for explicit CLI, scripting, or automation use cases rather than in-session replies.
Metadata
Frequently Asked Questions
What is 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` command... It is an AI Agent Skill for Claude Code / OpenClaw, with 199 downloads so far.
How do I install openclaw message cli skill?
Run "/install openclaw-message-cli-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is openclaw message cli skill free?
Yes, openclaw message cli skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does openclaw message cli skill support?
openclaw message cli skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created openclaw message cli skill?
It is built and maintained by LEO (@leoustc); the current version is v1.0.0.
More Skills