← Back to Skills Marketplace
704
Downloads
2
Stars
4
Active Installs
2
Versions
Install in OpenClaw
/install wechat-publisher-pro
Description
一键发布 Markdown/HTML 文章到微信公众号草稿箱,支持自动配图、美化排版、UTF-8 编码
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-publisher-pro - After installation, invoke the skill by name or use
/wechat-publisher-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 微信公众号自动发布增强版?
一键发布 Markdown/HTML 文章到微信公众号草稿箱,支持自动配图、美化排版、UTF-8 编码. It is an AI Agent Skill for Claude Code / OpenClaw, with 704 downloads so far.
How do I install 微信公众号自动发布增强版?
Run "/install wechat-publisher-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 微信公众号自动发布增强版 free?
Yes, 微信公众号自动发布增强版 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 微信公众号自动发布增强版 support?
微信公众号自动发布增强版 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 微信公众号自动发布增强版?
It is built and maintained by Robot_Qu (@qujingyang28); the current version is v3.1.3.
More Skills