← 返回 Skills 市场
wechat mp draft
作者
xinian5216
· GitHub ↗
· v1.0.0
· MIT-0
442
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-mp-draft
功能描述
代写微信公众号文章并保存到公众号草稿箱。使用场景:用户需要撰写公众号文章并直接发布到微信公众号后台草稿箱。触发词:"写公众号文章"、"保存到公众号草稿"、"微信文章"、"公众号发文"。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-mp-draft - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-mp-draft触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
wechat mp draft 是什么?
代写微信公众号文章并保存到公众号草稿箱。使用场景:用户需要撰写公众号文章并直接发布到微信公众号后台草稿箱。触发词:"写公众号文章"、"保存到公众号草稿"、"微信文章"、"公众号发文"。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 442 次。
如何安装 wechat mp draft?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-mp-draft」即可一键安装,无需额外配置。
wechat mp draft 是免费的吗?
是的,wechat mp draft 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
wechat mp draft 支持哪些平台?
wechat mp draft 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wechat mp draft?
由 xinian5216(@xinian5216)开发并维护,当前版本 v1.0.0。
推荐 Skills