← Back to Skills Marketplace
513
Downloads
1
Stars
3
Active Installs
3
Versions
Install in OpenClaw
/install wechat-helper
Description
WeChat File Helper automation. Use when: - Check if filehelper.weixin.qq.com is open in browser - Open the page if not already open - Capture QR code and sen...
Usage Guidance
This skill appears to do what it claims: it automates a browser tab for filehelper.weixin.qq.com, captures the QR when logged out, and sends it to a configured channel so a user can scan it. Before installing: (1) confirm your platform has the messaging channels (WhatsApp/Telegram/Slack/iMessage) configured and that messages will go only to trusted recipients — QR images grant login access and are sensitive; (2) avoid using this with personal WeChat accounts if it violates terms of service; (3) review/modify the scripts if you want different temporary file paths or logging behavior; (4) be cautious about running the monitor/cron scripts unattended — they will capture and transmit QR images automatically. If the skill later adds network calls to unknown endpoints, requires API keys, or includes obfuscated code, re-evaluate (that would change this assessment).
Capability Analysis
Type: OpenClaw Skill
Name: wechat-helper
Version: 1.1.0
The skill is a legitimate automation tool for the WeChat File Helper web interface. It uses OpenClaw browser primitives to monitor login status, capture QR codes for user authentication, and send text messages. The logic in `scripts/monitor.sh` and `SKILL.md` is transparent, and the high-risk actions (taking screenshots and messaging them) are essential to the stated purpose of handling QR-based logins. No evidence of data exfiltration, obfuscation, or malicious intent was found.
Capability Assessment
Purpose & Capability
Name/description match the contents: the SKILL.md and scripts implement browser automation for filehelper.weixin.qq.com, QR capture, and sending messages. Required capabilities (browser control and a messaging channel) are what you'd expect for this functionality.
Instruction Scope
Instructions operate only on browser tabs, take screenshots to /tmp/wechat-qr.png, and call the agent's message-sending actions to deliver QR images — all consistent with the goal. Note: the instructions explicitly send QR screenshots to external channels (WhatsApp/Telegram/Slack/etc.), which is necessary for login but is a privacy-sensitive operation and should only target trusted recipients.
Install Mechanism
No install spec and no external downloads; this is instruction-plus-script only. Scripts are small, readable shell scripts — nothing is fetched from remote URLs or extracted to disk during install.
Credentials
The skill declares no environment variables or credentials and does not request unrelated secrets. It relies on the agent/platform-provided 'browser' and 'message' actions (implicit capabilities) rather than asking for API keys, which is proportionate. Users should ensure the platform has the required messaging channels configured.
Persistence & Privilege
always is false and the skill doesn't attempt to modify other skills or system-wide settings. It can be run on a cron (scripts provided) but doesn't request permanent elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-helper - After installation, invoke the skill by name or use
/wechat-helper - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Fixes + docs
v1.0.1
- Added new aliases: wechat-helper, wechat-me, wechat-filehelper for broader skill invocation.
- Updated skill name from "wechat" to "wechat-helper" in metadata.
- No logic or workflow changes; documentation only.
v1.0.0
WeChat File Helper automation skill initial release.
- Automates WeChat File Helper via web interface: open page, capture/send QR, monitor for login, and send messages.
- Supports WhatsApp delivery of QR codes for user convenience.
- Includes sample Bash scripts and workflow for login detection and automated messaging.
- Provides selectors and troubleshooting for reliable message sending.
- NOT for personal WeChat accounts (see ToS warning).
Metadata
Frequently Asked Questions
What is Wechat File Helper?
WeChat File Helper automation. Use when: - Check if filehelper.weixin.qq.com is open in browser - Open the page if not already open - Capture QR code and sen... It is an AI Agent Skill for Claude Code / OpenClaw, with 513 downloads so far.
How do I install Wechat File Helper?
Run "/install wechat-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wechat File Helper free?
Yes, Wechat File Helper is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wechat File Helper support?
Wechat File Helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wechat File Helper?
It is built and maintained by christo (@qidu); the current version is v1.1.0.
More Skills