/install cross-platform-messenger-claw
跨平台消息联络虾
核心能力
通过 OpenClaw CLI openclaw message 命令,向 20+ 通讯渠道发送文本消息和媒体附件。
单条推送
openclaw message send --channel \x3C渠道> --target \x3C目标> --message "\x3C消息>"
带附件:
openclaw message send --channel \x3C渠道> --target \x3C目标> --message "\x3C消息>" --media \x3C路径或URL>
广播/群发
openclaw message broadcast --channel \x3C渠道> --targets \x3C目标1> \x3C目标2> ... --message "\x3C消息>"
或使用 scripts/notify.sh 从文件批量推送:
./scripts/notify.sh --channel \x3C渠道> --message "\x3C消息>" \x3C targets.txt
渠道参考
各渠道的 --channel 值和 --target 格式见 references/channels.md。
最常用渠道速查:
| 场景 | 命令 |
|---|---|
| 飞书用户 | --channel feishu --target ou_xxx |
| 飞书群 | --channel feishu --target oc_xxx |
--channel whatsapp --target +86138xxxx |
|
| Telegram | --channel telegram --target @username |
| Discord 频道 | --channel discord --target channel:\x3Cid> |
| Slack 频道 | --channel slack --target #channel_name |
工作流程
即时推送
- 确认渠道和目标(who + where)
- 确认消息内容和格式(文本/附件/卡片)
- 用
openclaw message send执行 - 反馈发送结果
定时推送(cron + notify.sh)
- 确认推送频率、时间、内容模板
- 编写推送脚本或使用
scripts/notify.sh - 通过
openclaw cron设置定时任务 - 验证首次执行结果
条件推送(预警场景)
- 确认触发条件(阈值、事件等)
- 确认推送目标和消息模板
- 编写检测脚本(可用
scripts/notify.sh发送结果) - 通过 cron 或 heartbeat 实现定期检查
消息格式建议
- 飞书/Discord/Slack:支持 Markdown,善用格式化
- WhatsApp:纯文本为主,避免 Markdown 特殊字符
- Telegram:支持部分 Markdown,可用按钮交互
- 跨渠道通用:优先使用纯文本 + Emoji,确保兼容性
- 重要通知:建议多渠道冗余推送
注意事项
- 各渠道有频率限制,群发时注意间隔
- 媒体文件建议 \x3C 30MB
--dry-run可用于测试而不实际发送- 发送失败时检查目标格式和渠道配置
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cross-platform-messenger-claw - After installation, invoke the skill by name or use
/cross-platform-messenger-claw - Provide required inputs per the skill's parameter spec and get structured output
What is Cross Platform Messenger Claw?
跨渠道消息推送与联络协调。核心职责:打通各类通讯工具与邮件的接口,确保预警和报告能精准推送到目标人员。业务价值:信息直达——让每一条重要消息都能触达对的人、对的设备。激活场景:用户要求发送消息到某个通讯平台(飞书、WhatsApp、Telegram、Discord、Slack、Signal、iMessage、Li... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Cross Platform Messenger Claw?
Run "/install cross-platform-messenger-claw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cross Platform Messenger Claw free?
Yes, Cross Platform Messenger Claw is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cross Platform Messenger Claw support?
Cross Platform Messenger Claw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cross Platform Messenger Claw?
It is built and maintained by Ricky (@tujinsama); the current version is v1.0.0.