← 返回 Skills 市场
cluic

wxauto

作者 cluic · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
500
总下载
2
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install wxauto
功能描述
微信自动化操作。通过 wxautox4 RESTful API 实现发送消息、获取聊天记录、监听消息、好友管理等功能。Use when: (1) 发送微信消息给好友或群聊,(2) 读取微信聊天记录,(3) 监听新消息,(4) 获取好友列表或群聊列表,(5) 接受好友申请,(6) 切换聊天窗口等微信操作。
安全使用建议
This skill appears to do what it says — control a local wxautox4 REST API — but before installing: (1) verify you trust the wxautox4 PyPI package and the GitHub repo (run.py) the skill may execute, (2) be aware it will read ~/.wxautox/service_status.json and service config.yaml (which may contain tokens), and (3) change the default auth.token in the service config to a strong token if you expose the service. If you don't trust the repository or do not want a local process spawned from unreviewed code, don't run the start/install steps.
功能分析
Type: OpenClaw Skill Name: wxauto Version: 1.0.0 The skill provides a Python wrapper for the 'wxautox4' library to automate WeChat operations via a local RESTful API. It includes functionality for sending/receiving messages, managing contacts, and automatically starting the required API service (wxauto-restful-api) using subprocess execution. While the skill handles sensitive communication data and executes local background processes, these behaviors are strictly aligned with its stated purpose, and the code lacks indicators of malicious intent, data exfiltration, or unauthorized access.
能力评估
Purpose & Capability
The name/description (WeChat automation via wxautox4 REST API) matches the included Python script and SKILL.md. Requiring a local Python binary, optionally installing wxautox4, reading a local service status file, and starting a local run.py are all coherent with operating a local RESTful WeChat service.
Instruction Scope
SKILL.md and scripts instruct the agent to read ~/.wxautox/service_status.json, optional config.yaml, environment vars (WXAPI_*), and to start the local wxauto-restful-api by running run.py if needed. Those file reads and spawning of a local server are within the skill's scope, but note the script will execute run.py from a repository on disk (or one the user clones) which runs arbitrary code; this is expected for starting the service but is a point for the user to vet the service code.
Install Mechanism
The SKILL.md recommends 'pip install wxautox4' (public PyPI package) and cloning a GitHub repo (github.com/cluic/wxauto-restful-api). No opaque download URLs or shorteners are used. Risk is moderate only because the skill can execute run.py from that repo (user should ensure the repo is trusted).
Credentials
The skill does not request unrelated secrets. It optionally reads WXAPI_BASE_URL, WXAPI_TOKEN, WXAPI_PORT, WXAPI_SERVICE_DIR, WXAPI_CONFIG and falls back to a local service_status.json or defaults. Access to those local tokens/configs is proportional to controlling the local API.
Persistence & Privilege
The skill is not marked always:true and doesn't attempt to modify other skills or global agent settings. It may start a background server process (run.py) as part of its function, which is expected and scoped to the service.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wxauto
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wxauto 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of wxauto skill. - Enables automated WeChat operations via the wxautox4 RESTful API, including sending messages, reading chat history, listening for new messages, and managing friends/groups. - Requires Windows and Python 3.9–3.12 (64-bit). - Provides automatic and manual configuration options for API connection and token management. - Includes Python scripts for command-line usage and supports direct HTTP API calls.
元数据
Slug wxauto
版本 1.0.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 1
常见问题

wxauto 是什么?

微信自动化操作。通过 wxautox4 RESTful API 实现发送消息、获取聊天记录、监听消息、好友管理等功能。Use when: (1) 发送微信消息给好友或群聊,(2) 读取微信聊天记录,(3) 监听新消息,(4) 获取好友列表或群聊列表,(5) 接受好友申请,(6) 切换聊天窗口等微信操作。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 500 次。

如何安装 wxauto?

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

wxauto 是免费的吗?

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

wxauto 支持哪些平台?

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

谁开发了 wxauto?

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

💬 留言讨论