← 返回 Skills 市场
luhuiwang

weixin-send

作者 Luhui WANG · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ 安全检测通过
278
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install weixin-send
功能描述
主动向微信 ClawBot 用户推送文本消息。作为 openclaw-weixin 插件 message 工具的兜底方案,仅在其不可用时使用。
安全使用建议
This skill appears internally consistent and does what it claims: it reads your local OpenClaw weixin account files and uses those tokens to POST text messages to the WeChat ilink API. Before installing or enabling it, consider: (1) Ensure the account/token files under ~/.openclaw/openclaw-weixin/accounts/ are stored securely and you trust any agent that can run skills, because the skill will use those tokens to send messages. (2) Be aware it bypasses the OpenClaw channel framework and session logging — messages sent via this skill may not appear in usual audit logs. (3) If you want stricter control, restrict which agents/users can exec skills or run this script, and review the local account JSON files to confirm no unexpected tokens or endpoints are present. (4) If you need file/media sending or logging/auditing, prefer the official openclaw-weixin message tool instead.
功能分析
Type: OpenClaw Skill Name: weixin-send Version: 1.2.0 The weixin-send skill is a utility designed to send proactive WeChat messages via the official WeChat ilink API (ilinkai.weixin.qq.com). It functions by reading existing authentication tokens and context tokens from the local OpenClaw configuration directory (~/.openclaw/openclaw-weixin/accounts/). The code in send.py is transparent, uses only Python standard libraries, and contains no evidence of data exfiltration, obfuscation, or malicious intent. Its behavior is strictly aligned with its documented purpose as a fallback messaging tool.
能力评估
Purpose & Capability
The skill's name/description say it will proactively push text messages to WeChat as a fallback. The code and SKILL.md only require python3 and read local OpenClaw weixin account files (~/.openclaw/openclaw-weixin/accounts/). Using those tokens to call ilinkai.weixin.qq.com is consistent with the stated goal. No unrelated credentials, binaries, or services are requested.
Instruction Scope
Runtime instructions explicitly call send.py to list accounts and send messages, reference only the local account and context-token files, and target only the WeChat ilink API. They do not instruct reading other system files, other skills' configs, or sending data to unrelated external endpoints. The SKILL.md does note that this bypasses the OpenClaw channel framework and session logging (privacy implication), which matches the code behavior.
Install Mechanism
There is no install spec; the skill is instruction-only with a small included Python script. No external downloads, package installs, or extracted archives are performed. Risk from install mechanism is low.
Credentials
The skill does not request environment variables or remote secrets. It reads locally-stored account tokens and context tokens under the user's home directory (~/.openclaw/openclaw-weixin/accounts/), which is proportionate to sending messages. Users should be aware that access to those files is required for operation.
Persistence & Privilege
The skill is not forced-always (always:false). It allows autonomous invocation (platform default). A noteworthy privacy/operational point: because it deliberately bypasses the OpenClaw channel framework and does not trigger session logs, an agent (or script) invoking this skill can send messages without creating the usual channel/session audit trail. This is coherent with the stated purpose but has operational/privacy implications you should consider.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weixin-send
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weixin-send 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
定位调整:作为openclaw-weixin插件message工具的兜底方案。添加使用优先级说明和profile前提条件。
v1.1.0
v1.1.0: 清理为纯文本发送;移除实验性文件发送(ilink平台限制);更新文档
v1.0.0
Initial release: 主动向微信 ClawBot 用户推送消息
元数据
Slug weixin-send
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

weixin-send 是什么?

主动向微信 ClawBot 用户推送文本消息。作为 openclaw-weixin 插件 message 工具的兜底方案,仅在其不可用时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 278 次。

如何安装 weixin-send?

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

weixin-send 是免费的吗?

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

weixin-send 支持哪些平台?

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

谁开发了 weixin-send?

由 Luhui WANG(@luhuiwang)开发并维护,当前版本 v1.2.0。

💬 留言讨论