← Back to Skills Marketplace
cluic

wxauto

by cluic · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
500
Downloads
2
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install wxauto
Description
微信自动化操作。通过 wxautox4 RESTful API 实现发送消息、获取聊天记录、监听消息、好友管理等功能。Use when: (1) 发送微信消息给好友或群聊,(2) 读取微信聊天记录,(3) 监听新消息,(4) 获取好友列表或群聊列表,(5) 接受好友申请,(6) 切换聊天窗口等微信操作。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wxauto
  3. After installation, invoke the skill by name or use /wxauto
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug wxauto
Version 1.0.0
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is wxauto?

微信自动化操作。通过 wxautox4 RESTful API 实现发送消息、获取聊天记录、监听消息、好友管理等功能。Use when: (1) 发送微信消息给好友或群聊,(2) 读取微信聊天记录,(3) 监听新消息,(4) 获取好友列表或群聊列表,(5) 接受好友申请,(6) 切换聊天窗口等微信操作。 It is an AI Agent Skill for Claude Code / OpenClaw, with 500 downloads so far.

How do I install wxauto?

Run "/install wxauto" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is wxauto free?

Yes, wxauto is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does wxauto support?

wxauto is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created wxauto?

It is built and maintained by cluic (@cluic); the current version is v1.0.0.

💬 Comments