← Back to Skills Marketplace
355
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wecom-add-friend
Description
企业微信自动添加好友技能,支持批量手机号添加
Usage Guidance
This skill automates your mouse and keyboard to interact with the Enterprise WeChat PC client. Before using it: (1) verify you trust the script; (2) run the --setup flow while following prompts so coordinates are correct; (3) test with harmless/test phone numbers first to ensure it targets the correct window; (4) ensure WXWork is logged in and visible; (5) be aware the script can click anywhere if it misidentifies the window — keep a hand on the mouse/keyboard or use the FAILSAFE (move mouse to top-left) to abort; (6) ensure Python and required GUI libs (pyautogui, pygetwindow) are installed from trusted sources. If you need stronger guarantees, inspect the full script locally or run it in a controlled/test environment.
Capability Analysis
Type: OpenClaw Skill
Name: wecom-add-friend
Version: 1.0.1
The skill implements GUI automation for the WeChat Work (WeCom) PC client using high-risk libraries like `pyautogui` and `pygetwindow`, along with `subprocess` calls. While these capabilities are aligned with the stated purpose of automating friend requests, the inherent risk of desktop automation and the use of `shell=True` in `bin/wecom_auto_add.py` warrant a suspicious classification. The script includes a manual coordinate setup process and hardcoded test phone numbers (e.g., 18655104861), but no evidence of intentional malice, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description, required binary (python), included script (bin/wecom_auto_add.py), and SKILL.md instructions all consistently implement Windows GUI automation for 企业微信 (WeCom) friend-adding. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
Instructions correctly direct the agent to run the included Python script and to perform a one-time coordinate setup. The script performs local GUI automation (mouse/keyboard clicks, window detection) and can start or detect WXWork.exe. Note: if the script fails to identify the WeCom window by title it falls back to picking the first non-minimized visible window, which could cause clicks to target the wrong application — this is a safety/usability risk but consistent with the skill's purpose.
Install Mechanism
No install spec; this is instruction-only with a single provided Python script. No downloads from external URLs or package registry installs are performed by the skill.
Credentials
The skill requires only a local Python runtime and the included script; it declares no environment variables, credentials, or external endpoints. That is proportionate to GUI automation of a desktop client.
Persistence & Privilege
The skill is not always-enabled and uses normal, local operations. It does not modify other skills/configs or request elevated platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wecom-add-friend - After installation, invoke the skill by name or use
/wecom-add-friend - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- No user-facing changes in this release.
- Maintenance update with no changes to documentation or features.
v1.0.0
- Initial release of the 企业微信自动添加好友技能.
- Supports bulk adding of friends via mobile numbers on 企业微信 PC.
- Automatically skips non-existent users and allows adjustable intervals to avoid platform risk control.
- Simple command examples and parameter parsing rules for user-friendly operation.
- First-time setup instructions included for UI coordinate mapping.
- Windows only; requires Python and the specified script file.
Metadata
Frequently Asked Questions
What is Wecom Add Friend?
企业微信自动添加好友技能,支持批量手机号添加. It is an AI Agent Skill for Claude Code / OpenClaw, with 355 downloads so far.
How do I install Wecom Add Friend?
Run "/install wecom-add-friend" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wecom Add Friend free?
Yes, Wecom Add Friend is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wecom Add Friend support?
Wecom Add Friend is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32).
Who created Wecom Add Friend?
It is built and maintained by whailon (@whailon); the current version is v1.0.1.
More Skills