← 返回 Skills 市场
向企业微信发送消息
作者
wxf8126275
· GitHub ↗
· v1.0.2
· MIT-0
160
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install qywx-send-skill
功能描述
严格按照企业微信文档规范,支持文本、markdown、markdown_v2、图片、图文等多种消息类型的发送技能。
安全使用建议
This skill appears to do what it says: send messages to 企业微信 webhooks. Before installing or using it, consider: 1) Do not pass paths to sensitive local files (the script will read local image files and send their base64 content to the webhook). 2) Beware of supplying untrusted image URLs (the skill will download remote content). 3) Never hardcode or publicly expose real webhook keys—store them securely and pass them at runtime. 4) Review or modify the script if you prefer it to read webhook URLs from a secure secret store (environment variable or vault) rather than parameters or the placeholder default. 5) If you are concerned about an agent invoking the skill autonomously, restrict agent permissions or disable autonomous invocation for untrusted agents. Otherwise the package is internally consistent with its stated purpose.
功能分析
Type: OpenClaw Skill
Name: qywx-send-skill
Version: 1.0.2
The skill bundle provides a legitimate implementation for sending various message types (text, markdown, images, news) to Enterprise WeChat via Webhooks. The core logic in `scripts/send_message.py` is well-documented, uses standard Python libraries (urllib, ssl), and includes robust features like automatic message chunking for long content. While the image processing function can read local files, this behavior is consistent with the stated purpose of sending image messages and lacks any indicators of malicious intent or obfuscation.
能力评估
Purpose & Capability
Name/description (企业微信 webhook message sender) match the provided files: SKILL.md, reference docs, and a Python script that constructs and POSTs webhook JSON. No unrelated credentials, binaries, or cloud APIs are requested.
Instruction Scope
Runtime instructions and the Python script stay within remit (construct messages, chunk long text, send to webhook). The script will read local image files and may download images from arbitrary URLs before encoding and posting them to the webhook — this is expected for image support but means the skill can transmit local file contents or fetch remote resources if given such inputs. Also note the script defaults to @all in mentioned_list which will broadcast by default.
Install Mechanism
No install spec; skill is instruction-only with a bundled Python script. No external installers, downloads, or archive extraction are used.
Credentials
No environment variables or credentials are declared or required. The script uses an explicit webhook URL passed at runtime (or a placeholder default); it does not read secrets from env vars or config files.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request permanent/force inclusion or modify other skills or agent-wide config. Autonomous invocation is allowed by default (disable-model-invocation:false), which is standard platform behavior and not flagged by itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qywx-send-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/qywx-send-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- 文档中默认Webhook地址由 "key=key" 更新为 "key=you-key"。
- 其余内容无变化,仅为文档格式/内容微调。
- 无功能或代码变更。
- 创建SSL上下文时使用安全的默认验证
v1.0.1
No changes detected in this version.
- No updates, new features, or bug fixes are included in this release.
v1.0.0
- 首个发布版本,严格遵循企业微信文档规范,实现多种消息类型的自动化发送。
- 支持文本、markdown、markdown_v2、图片、图文等消息类型。
- 实现超长内容的自动分片发送,分片内含编号,保障消息完整性。
- 支持自定义Webhook地址,灵活适配不同企业微信机器人。
- 提供详细用法示例与Python调用脚本,便于快速集成和二次开发。
元数据
常见问题
向企业微信发送消息 是什么?
严格按照企业微信文档规范,支持文本、markdown、markdown_v2、图片、图文等多种消息类型的发送技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。
如何安装 向企业微信发送消息?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qywx-send-skill」即可一键安装,无需额外配置。
向企业微信发送消息 是免费的吗?
是的,向企业微信发送消息 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
向企业微信发送消息 支持哪些平台?
向企业微信发送消息 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 向企业微信发送消息?
由 wxf8126275(@wxf8126275)开发并维护,当前版本 v1.0.2。
推荐 Skills