← 返回 Skills 市场
ltf13133-wq

Wechat Control

作者 ltf13133-wq · GitHub ↗ · v0.1.3 · MIT-0
cross-platform ✓ 安全检测通过
489
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install wechat-control
功能描述
Control local Windows WeChat client via Python to login, send messages, list recent chats, and get total unread count using itchat library.
安全使用建议
This skill appears coherent and does what it says: control a local Windows WeChat client via the third‑party itchat library. Before installing, consider: (1) run in a dedicated virtualenv or isolated machine to limit impact; (2) verify the itchat and pywin32 package sources and versions (supply‑chain risk of PyPI packages); (3) be aware itchat will write a login cache file (loginInfo.pkl) containing session info — do not sync or share that file; (4) automated sending can be abused, so limit who/what can trigger the skill; (5) if you need stronger assurance, open and review the itchat package code or use official SDKs/APIs if available.
功能分析
Type: OpenClaw Skill Name: wechat-control Version: 0.1.3 The skill provides basic WeChat automation (sending messages, listing contacts) using the 'itchat' library. The implementation is transparent, follows the documentation in SKILL.md, and includes user warnings about session security. No evidence of malicious intent, data exfiltration, or obfuscation was found in main.py or the documentation.
能力评估
Purpose & Capability
Name/description claim to control a local Windows WeChat client via itchat matches the provided files: main.py implements login, send, list, and unread using the itchat API. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md and main.py are scoped to local operations: prompting QR login, sending messages, listing chats, and reading unread counts. The instructions and code do create and reuse an itchat cache file (loginInfo.pkl) on disk and make network calls to WeChat as part of normal login/operation — the README warns about not syncing that cache. This is expected behavior but worth noting because local cached auth data is written to disk.
Install Mechanism
There is no install spec beyond requirements.txt; dependencies are standard PyPI packages (itchat, pywin32). Using PyPI is normal here but carries typical supply‑chain risk (verify package provenance/versions). No downloads from arbitrary URLs or extraction from unknown servers are present.
Credentials
The skill requests no environment variables or external credentials. Code does not read other env vars or config paths. The only local artifact is the itchat cache file; no unrelated secrets are requested or accessed.
Persistence & Privilege
The skill is not set to always:true and does not modify other skills or system-wide configuration. It will persist login state locally via itchat (loginInfo.pkl), which allows reuse of the session across runs. Autonomous invocation (disable-model-invocation=false) is platform default and not in itself a problem here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-control
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-control 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
No changes detected in this version. - Version number updated to 0.1.3. - No file or documentation changes.
v0.1.1
No changes detected in this version. - No updates or modifications were made to the skill files. - Functionality, usage, and documentation remain the same as the previous version.
v0.1.0
wechat-control 0.1.0 — Initial Release - Allows login to local Windows WeChat via QR code (using itchat). - Send text messages to contacts by nickname or WeChat ID. - List the 10 most recent chats, showing nick, last message, and unread count. - Get the total number of unread messages across all chats. - Command-line interface provided through main.py for login, sending messages, listing chats, and unread summary.
元数据
Slug wechat-control
版本 0.1.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Wechat Control 是什么?

Control local Windows WeChat client via Python to login, send messages, list recent chats, and get total unread count using itchat library. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 489 次。

如何安装 Wechat Control?

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

Wechat Control 是免费的吗?

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

Wechat Control 支持哪些平台?

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

谁开发了 Wechat Control?

由 ltf13133-wq(@ltf13133-wq)开发并维护,当前版本 v0.1.3。

💬 留言讨论