← 返回 Skills 市场
704
总下载
2
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-publisher-pro
功能描述
一键发布 Markdown/HTML 文章到微信公众号草稿箱,支持自动配图、美化排版、UTF-8 编码
安全使用建议
This skill appears to implement exactly what it claims — a WeChat article publisher — and the included Python file shows network calls only to the official WeChat API (api.weixin.qq.com). However, the package metadata did not declare the required WECHAT_APPID/WECHAT_APPSECRET even though SKILL.md and the script ask for them. Before installing or providing credentials:
- Inspect the included wechat_publish.py (already provided) to confirm there are no unexpected remote endpoints or obfuscated code (the file calls only api.weixin.qq.com).
- Only provide your APPID/APPSECRET to skills you trust; consider using a limited or test WeChat account first.
- Use the script's --dry-run (or run locally) and avoid putting credentials into untrusted shared environments.
- Confirm network calls go to api.weixin.qq.com (monitor outgoing connections if possible).
I rated this 'suspicious' because of the metadata omission regarding required credentials; that omission could be an innocent packaging error but is worth double-checking. If you find other required env vars, remote installers, or non-WeChat endpoints in the code, that would raise the severity.
功能分析
Type: OpenClaw Skill
Name: wechat-publisher-pro
Version: 3.1.3
The skill bundle provides a legitimate utility for publishing Markdown or HTML articles to WeChat Official Account draft boxes. The core logic in `wechat_publish.py` uses the official WeChat API (api.weixin.qq.com) for authentication, image uploading, and draft creation, with no evidence of data exfiltration or unauthorized network calls. The accompanying documentation (ACCURACY_POLICY.md and CHECKLIST.md) is exceptionally detailed regarding content quality and technical accuracy for a robotics community, further supporting the tool's intended professional use case.
能力评估
Purpose & Capability
Name, description, SKILL.md and the included wechat_publish.py all consistently implement a WeChat article publisher (upload image, convert Markdown to HTML, create draft via api.weixin.qq.com). The requested capabilities (WeChat APPID/APPSECRET, reading article/cover files) are proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs the agent/user to set WECHAT_APPID/WECHAT_APPSECRET and to provide article and cover file paths. Instructions stay within publishing scope and do not request unrelated system data. Minor note: SKILL.md and README suggest copying a .env file and adjusting IP whitelist, which is expected for WeChat API usage but grants the skill network access to the WeChat endpoints.
Install Mechanism
No install spec — instruction-only with a single included Python script. No downloads from external or untrusted URLs and no archive extraction. Risk from installation is low; execution will run the included script using local Python and the requests library (standard behavior).
Credentials
SKILL.md requires WECHAT_APPID and WECHAT_APPSECRET, and the code uses appid/appsecret to obtain access_token — this is appropriate for the purpose. However, the registry metadata lists no required environment variables or primary credential, which is an inconsistency (the skill asks for sensitive credentials but the package metadata does not declare them). Users should treat this omission as a packaging mistake at minimum and verify before providing credentials.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It simply runs as a script and communicates with api.weixin.qq.com. No elevated persistence or privileged system-wide access requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-publisher-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-publisher-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.1.3
**v3.1.3**
- 精简和重组代码:仅保留一个主要脚本(wechat_publish.py),移除冗余文档和测试脚本。
- 文件结构更加简单明了,方便维护和集成。
- 删除冗余开发说明、核对流程、优化文档等辅助文件。
- 保留核心一键发布功能及主要常见问题说明。
v3.1.2
v3.1.2 introduces a comprehensive pre-publication checklist for article accuracy and quality.
- Added a detailed CHECKLIST.md with step-by-step verification before publishing.
- New technical information verification process, including an official list of 22 supported robot brands.
- Added official documentation and source link verification steps.
- Included code example validation guidelines for correct Python usage.
- Added requirements for text and terminology accuracy checks.
- Enhanced layout validation instructions for optimal mobile and desktop display.
- Reinforced the principle that content accuracy is the top priority.
元数据
常见问题
微信公众号自动发布增强版 是什么?
一键发布 Markdown/HTML 文章到微信公众号草稿箱,支持自动配图、美化排版、UTF-8 编码. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 704 次。
如何安装 微信公众号自动发布增强版?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-publisher-pro」即可一键安装,无需额外配置。
微信公众号自动发布增强版 是免费的吗?
是的,微信公众号自动发布增强版 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
微信公众号自动发布增强版 支持哪些平台?
微信公众号自动发布增强版 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 微信公众号自动发布增强版?
由 Robot_Qu(@qujingyang28)开发并维护,当前版本 v3.1.3。
推荐 Skills