← 返回 Skills 市场
gavinyao

qywx-msg-sender

作者 gavinyao · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
169
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install qywx-msg-sender
功能描述
通过企业微信群机器人 Webhook 发送消息通知。支持文本、Markdown、Markdown V2(表格)、图片、文件消息。 支持发送到指定会话(chatid)或通过名称发送(需先注册 webhook URL)。 适用场景:服务告警、定时任务结果推送、数据报告发送、任何需要通知企业微信群的情况。
安全使用建议
This skill appears coherent and does what it says: send messages to Enterprise WeChat group bots. Before installing or running: (1) confirm you trust the webhook URLs you register — the URLs contain keys that allow posting to your groups; (2) protect the registry file (~/.wecom/chat_registry.json) with appropriate filesystem permissions because it stores webhook URLs in plaintext; (3) be aware that sending a file/image will upload its contents to WeCom (the upload endpoint is qyapi.weixin.qq.com); (4) review the scripts yourself if you run them in sensitive environments (they are simple shell scripts but will read any file path you pass); (5) ensure curl and jq come from trusted system packages. If you need stronger secrecy for webhook keys, avoid storing them in the registry or store them encrypted and modify the scripts accordingly.
功能分析
Type: OpenClaw Skill Name: qywx-msg-sender Version: 1.0.1 The skill bundle provides a set of bash scripts for sending various message types (text, markdown, images, and files) to WeChat Work (WeCom) via webhooks. It includes a local registry system stored in `~/.wecom/chat_registry.json` to manage webhook URLs and chat IDs. The scripts use standard utilities like `curl` and `jq` to interact with the official `qyapi.weixin.qq.com` API, and the code logic is consistent with the stated purpose of providing notification capabilities without any evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The name/description (WeCom group webhook sender) matches the implementation: bash scripts to send text, markdown, images, files, and manage a local registry of named webhooks. Declared runtime dependencies (curl, jq) are appropriate and used by the scripts.
Instruction Scope
SKILL.md and the scripts confine actions to expected behavior: parsing args, reading/writing a local registry (~/.wecom/chat_registry.json by default), reading user-provided files (images/files/messages), and posting to the WeCom webhook endpoints. The scripts do not access unrelated system credentials or external endpoints beyond the WeCom API and the user-supplied webhook URLs.
Install Mechanism
No install spec is provided — this is instruction + script bundle. No external downloads or archive extraction occur. Scripts are plain shell; risk is limited to running those scripts locally.
Credentials
The skill does not require unrelated credentials. It optionally uses WECOM_WEBHOOK_URL, WECOM_CHATID and WECOM_REGISTRY_FILE which are proportional. Important: registered webhook URLs (which include the secret 'key' query parameter) are stored in plaintext in the registry file (~/.wecom/chat_registry.json by default), so the registry effectively holds secrets that should be protected.
Persistence & Privilege
The scripts persist a registry file under the user's home directory and modify it (register/unregister). always:false and autonomous invocation defaults are unchanged. The skill does not request system-wide changes or modify other skills' configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qywx-msg-sender
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qywx-msg-sender 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Re-publish: sync with GitHub repo gavinyao/qywx-msg-sender
v1.0.0
Initial release: 支持文本、Markdown、图片、文件消息推送
元数据
Slug qywx-msg-sender
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

qywx-msg-sender 是什么?

通过企业微信群机器人 Webhook 发送消息通知。支持文本、Markdown、Markdown V2(表格)、图片、文件消息。 支持发送到指定会话(chatid)或通过名称发送(需先注册 webhook URL)。 适用场景:服务告警、定时任务结果推送、数据报告发送、任何需要通知企业微信群的情况。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 169 次。

如何安装 qywx-msg-sender?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qywx-msg-sender」即可一键安装,无需额外配置。

qywx-msg-sender 是免费的吗?

是的,qywx-msg-sender 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

qywx-msg-sender 支持哪些平台?

qywx-msg-sender 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 qywx-msg-sender?

由 gavinyao(@gavinyao)开发并维护,当前版本 v1.0.1。

💬 留言讨论