← 返回 Skills 市场
126
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install wechat-article-publisher-pro
功能描述
微信公众号文章发布工具。从互联网获取信息,智能排版成精美文章,支持多格式输入,批量发布,定时发布,数据统计。自媒体运营必备工具。微信公众号、文章发布、自媒体。
安全使用建议
This skill appears to do what it says: publish articles to WeChat using your WECHAT_APP_ID and WECHAT_APP_SECRET. Before installing or using it: (1) Only provide real WeChat credentials if you trust the publisher; consider using an account with limited privileges for testing. (2) Install Python dependencies in a virtual environment; the package list is in SKILL.md but the skill does not auto-install them. (3) Be aware the skill will fetch URLs you supply (web scraping) — avoid giving internal or sensitive endpoints to prevent accidental data exposure or SSRF. (4) Note minor inconsistencies: 'curl' is listed as required but is not used by the script, and an image-generation service is mentioned in docs but not implemented in the provided code — if you rely on those features, ask the publisher for clarification or review/extend the code yourself. (5) Review the code locally if possible before giving it access to production credentials.
能力评估
Purpose & Capability
The skill is a WeChat article publisher and requests the expected WECHAT_APP_ID and WECHAT_APP_SECRET and includes Python code to call api.weixin.qq.com. Minor mismatch: the skill metadata and SKILL.md list 'curl' as a required binary, but the included Python code uses the requests library and does not call curl. SKILL.md also mentions 'china-image-gen' integration for images, but the provided script does not call or configure any external image-generation endpoint.
Instruction Scope
SKILL.md instructs the agent to fetch web pages, transform files (Markdown/Word/PDF), run AI-based summarization via the platform, render HTML and publish to WeChat — all within the stated purpose. It will fetch arbitrary URLs provided by users (ContentProcessor.from_url uses requests and BeautifulSoup), which is expected but means the skill will make outbound HTTP requests to user-supplied domains. The instructions reference OpenClaw web-search and AI model (platform features) — normal for this type of skill.
Install Mechanism
No install spec is provided (instruction-only install), but SKILL.md lists pip dependencies (requests, beautifulsoup4, markdown, pillow, pymupdf, python-docx). That is reasonable, but the package installation is not automated by the skill. No downloads from untrusted URLs or archive extraction were found.
Credentials
The skill only requires WECHAT_APP_ID and WECHAT_APP_SECRET (plus an optional WECHAT_AUTHOR). These are the credentials needed to call the WeChat API and are proportional to the described functionality. The code reads an optional config file if provided, or falls back to environment variables — behavior matches declarations.
Persistence & Privilege
always is false and the skill does not request system-level persistence or modify other skills. disable-model-invocation is false (normal). The skill does not request elevated agent-wide privileges or access to unrelated credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-article-publisher-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-article-publisher-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
强调OpenClaw能力:集成web-search获取最新资讯,AI模型总结优化内容,作为完整信息源
v1.0.3
完整功能:支持网页/Word/PDF/Markdown输入,5种专业模板,批量发布,定时发布,数据统计,文章管理,集成china-image-gen
v1.0.2
增强功能:添加文章管理/删除/数据统计,5种专业模板(商务蓝/极简白/暖色橙/科技绿/学术紫)
v1.0.0
微信公众号文章发布工具:智能获取信息、AI排版、多格式输入、批量发布、定时发布、数据统计
元数据
常见问题
Wechat Publisher 是什么?
微信公众号文章发布工具。从互联网获取信息,智能排版成精美文章,支持多格式输入,批量发布,定时发布,数据统计。自媒体运营必备工具。微信公众号、文章发布、自媒体。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 Wechat Publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-article-publisher-pro」即可一键安装,无需额外配置。
Wechat Publisher 是免费的吗?
是的,Wechat Publisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wechat Publisher 支持哪些平台?
Wechat Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wechat Publisher?
由 ToBeWin(@tobewin)开发并维护,当前版本 v1.0.4。
推荐 Skills