← Back to Skills Marketplace
wechat mp draft
by
xinian5216
· GitHub ↗
· v1.0.0
· MIT-0
442
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-mp-draft
Description
代写微信公众号文章并保存到公众号草稿箱。使用场景:用户需要撰写公众号文章并直接发布到微信公众号后台草稿箱。触发词:"写公众号文章"、"保存到公众号草稿"、"微信文章"、"公众号发文"。
Usage Guidance
This skill appears coherent and implements exactly what it claims: it needs your WeChat AppID and AppSecret (put into a local config.sh as instructed), the server IP must be added to the WeChat IP whitelist, and you must have basic tools (curl, jq, file). Before using: (1) keep config.sh private and add it to .gitignore, (2) review the scripts yourself and run them in a safe environment, (3) ensure you trust the source before supplying real credentials, and (4) install jq if missing. The only minor inconsistency is that the registry metadata didn't declare required credentials — the skill expects them in a local config file instead of environment variables.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-mp-draft
Version: 1.0.0
The skill bundle is a legitimate toolset for automating WeChat Official Account draft creation. It contains shell scripts (get_access_token.sh, upload_image.sh, add_draft.sh) that interact with the official WeChat API (api.weixin.qq.com) using standard methods like curl and jq. The documentation is thorough, providing clear setup instructions, security warnings regarding credential management, and IP whitelisting requirements. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (save article to WeChat public account draft) align with included scripts and docs. The scripts only call official api.weixin.qq.com endpoints and require the expected AppID/AppSecret and an IP whitelist.
Instruction Scope
SKILL.md and scripts stay within the advertised scope: get access token, upload image (permanent material), and call the draft add API. They reference a config.sh for credentials and check for required local tools (curl, jq, file). No unrelated files, endpoints, or broad data-collection steps are present.
Install Mechanism
No install spec and no remote downloads. The skill is instruction-only plus local shell scripts — low installation risk. Running scripts writes nothing beyond standard temporary data and makes network calls only to WeChat endpoints.
Credentials
The manifest lists no required env vars, but the SKILL.md and scripts require AppID/AppSecret provided via a local config.sh; this is proportionate to the task. Note: credentials are expected to be stored in a local file (config.sh) rather than declared environment variables in the registry metadata.
Persistence & Privilege
Skill does not request permanent presence (always:false) and does not modify other skills or system-wide settings. It runs as invoked and requires the user to run the supplied scripts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-mp-draft - After installation, invoke the skill by name or use
/wechat-mp-draft - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of wechat-mp-draft skill.
- Allows users to draft and save WeChat Official Account articles directly to the drafts box.
- Includes detailed workflow, usage examples, and troubleshooting for common issues.
- Requires AppID, AppSecret, and server IP configuration.
- Provides scripts for access token retrieval, image upload, and draft saving.
- Supports essential HTML tags and explains API parameters and error handling.
Metadata
Frequently Asked Questions
What is wechat mp draft?
代写微信公众号文章并保存到公众号草稿箱。使用场景:用户需要撰写公众号文章并直接发布到微信公众号后台草稿箱。触发词:"写公众号文章"、"保存到公众号草稿"、"微信文章"、"公众号发文"。 It is an AI Agent Skill for Claude Code / OpenClaw, with 442 downloads so far.
How do I install wechat mp draft?
Run "/install wechat-mp-draft" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wechat mp draft free?
Yes, wechat mp draft is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wechat mp draft support?
wechat mp draft is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wechat mp draft?
It is built and maintained by xinian5216 (@xinian5216); the current version is v1.0.0.
More Skills