← 返回 Skills 市场
lianghaoxun

微信消息文件发送skill

作者 爱卿扣杀 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
142
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-account-send
功能描述
This skill provides integrated WeChat account management, message delivery, and file transmission capabilities. It supports querying current user account inf...
安全使用建议
This skill legitimately needs access to your OpenClaw WeChat account config files because it reads tokens and endpoints from them to send messages and files. Before installing or running it: (1) review the account JSON files under ~/.openclaw/openclaw-weixin/accounts (or the directory pointed to by OPENCLAW_STATE_DIR) to confirm you want those tokens used; (2) ensure you trust the machine/network because the skill will call WeChat endpoints and upload files to WeChat CDN; (3) install the listed Python dependencies (requests, httpx, pycryptodome) from trusted sources; (4) if you do not want the skill to access all local OpenClaw accounts, do not place sensitive account files in the default accounts directory or use a dedicated test account; (5) consider reviewing the two included scripts yourself to verify behavior before running them. Autonomous invocation is allowed by default on the platform — that is normal, but be aware the skill can be called to send messages if invoked.
能力评估
Purpose & Capability
Name/description (WeChat account management, message/file sending) match the included scripts and SKILL.md. The scripts read OpenClaw's openclaw-weixin account JSON files to obtain baseUrl, token, userId, and context tokens — exactly what's needed to call the WeChat backend APIs.
Instruction Scope
SKILL.md and the code confine operations to: calling sessions_list (as documented), locating account configs under the OpenClaw state directory, preparing/encrypting files, uploading to WeChat CDN, and invoking WeChat ilink API endpoints. The code does not read unrelated system paths or exfiltrate data to unknown domains; network calls target WeChat-related domains (e.g., ilinkai.weixin.qq.com, novac2c.cdn.weixin.qq.com) consistent with the purpose.
Install Mechanism
No install spec (instruction-only plus Python scripts). SKILL.md warns about Python dependencies (requests, uuid, pathlib, Crypto, httpx). No external arbitrary download or archive extraction is present.
Credentials
The skill declares no required env vars, but the code optionally respects OPENCLAW_STATE_DIR to discover account files. It reads local account JSON files that contain tokens/URLs — this is necessary for operation but means the skill will access sensitive credentials stored under the OpenClaw accounts path. This access is proportionate to purpose but should be noted by the user.
Persistence & Privilege
No always:true or elevated persistence. Defaults allow user invocation and autonomous invocation (platform default). The skill does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-account-send
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-account-send 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布
元数据
Slug wechat-account-send
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

微信消息文件发送skill 是什么?

This skill provides integrated WeChat account management, message delivery, and file transmission capabilities. It supports querying current user account inf... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。

如何安装 微信消息文件发送skill?

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

微信消息文件发送skill 是免费的吗?

是的,微信消息文件发送skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

微信消息文件发送skill 支持哪些平台?

微信消息文件发送skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 微信消息文件发送skill?

由 爱卿扣杀(@lianghaoxun)开发并维护,当前版本 v1.0.0。

💬 留言讨论