← 返回 Skills 市场
diwuwudi123

WeChat Article Multi Publisher

作者 HyperCube · GitHub ↗ · v1.3.1 · MIT-0
cross-platform ✓ 安全检测通过
250
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install wechat-article-mulit-publisher
功能描述
从 Markdown 文件或网页链接提取文章并发布到微信公众号。支持多账号管理、两种排版模板(standard/viral)、自动生成封面图和草稿发布。
安全使用建议
This skill appears to do what it says, but review and exercise caution before using with real credentials: 1) The script requires your WeChat AppID/AppSecret in config.json — avoid storing production secrets in a repository; prefer a secure local path or vault. 2) Run a dry-run first to verify rendering (--dry-run) and test with a throwaway/test account before publishing live. 3) The tool will fetch external URLs and upload images to WeChat (expected), so confirm any third‑party URLs you pass in. 4) The script can run pip to install dependencies; inspect requirements.txt and consider installing in a virtualenv. 5) Because the source and homepage are unknown, consider reviewing the full script (especially the parts after the truncated portion) locally before using it in production.
能力评估
Purpose & Capability
Name/description (publish Markdown/URL to WeChat Official Accounts) align with the included script and config. The script uses WeChat API endpoints and supports multiple accounts as described. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and the script agree on primary behavior (extract content, upload images, create drafts/publish). Small mismatch: the script suggests a `--install` action to install dependencies while SKILL.md documents running pip install -r scripts/requirements.txt — functionally equivalent but slightly inconsistent. The agent will read a local config.json (documented) and will send article content and images to WeChat API endpoints (expected for this purpose).
Install Mechanism
No install spec in registry; dependencies are standard PyPI packages listed in scripts/requirements.txt. The script can invoke pip (via subprocess) to install them; no third‑party download URLs or archives are present.
Credentials
No environment variables are required; account credentials (AppID/AppSecret) are stored in a documented local config.json which is appropriate for this integration. This does mean sensitive secrets are placed in a plaintext config file — required for operation but worth caution. The script otherwise does not request unrelated credentials or config paths.
Persistence & Privilege
Skill is not always-enabled and doesn't request elevated or persistent platform privileges. It does not modify other skills or global agent settings. Autonomous invocation is allowed by default (normal for skills).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-article-mulit-publisher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-article-mulit-publisher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.1
docs: 补充上传图片到素材库的使用说明到 SKILL.md
v1.3.0
feat: 添加 --upload-material 和 --upload-material-url 参数,支持上传图片到素材库
v1.0.2
新增删除草稿功能 (--delete-draft) 和列出草稿功能 (--list-drafts)
v1.0.1
- 新增文章内图片自动上传功能:自动将文章中的图片上传到微信素材库并替换为微信 CDN 地址 - 文档补充说明了图片自动上传的细节 - 其余功能和使用方法保持不变
v1.0.0
Initial release of WeChat Article Mulit Publisher. - Publish articles from Markdown files or web links to WeChat Official Accounts. - Manage multiple WeChat accounts; select account with `--account`. - Supports two templates: standard (tech style) and viral (spread-optimized). - Auto-generates cover images if needed. - Supports draft preview (`--dry-run`) and direct publishing (`--publish`). - Flexible configuration via `config.json`. - Command-line interface with multiple options for author, template, cover image, and status query.
元数据
Slug wechat-article-mulit-publisher
版本 1.3.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

WeChat Article Multi Publisher 是什么?

从 Markdown 文件或网页链接提取文章并发布到微信公众号。支持多账号管理、两种排版模板(standard/viral)、自动生成封面图和草稿发布。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 250 次。

如何安装 WeChat Article Multi Publisher?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-article-mulit-publisher」即可一键安装,无需额外配置。

WeChat Article Multi Publisher 是免费的吗?

是的,WeChat Article Multi Publisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WeChat Article Multi Publisher 支持哪些平台?

WeChat Article Multi Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WeChat Article Multi Publisher?

由 HyperCube(@diwuwudi123)开发并维护,当前版本 v1.3.1。

💬 留言讨论