← Back to Skills Marketplace
diwuwudi123

WeChat Article Multi Publisher

by HyperCube · GitHub ↗ · v1.3.1 · MIT-0
cross-platform ✓ Security Clean
250
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install wechat-article-mulit-publisher
Description
从 Markdown 文件或网页链接提取文章并发布到微信公众号。支持多账号管理、两种排版模板(standard/viral)、自动生成封面图和草稿发布。
Usage Guidance
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-article-mulit-publisher
  3. After installation, invoke the skill by name or use /wechat-article-mulit-publisher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug wechat-article-mulit-publisher
Version 1.3.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is WeChat Article Multi Publisher?

从 Markdown 文件或网页链接提取文章并发布到微信公众号。支持多账号管理、两种排版模板(standard/viral)、自动生成封面图和草稿发布。 It is an AI Agent Skill for Claude Code / OpenClaw, with 250 downloads so far.

How do I install WeChat Article Multi Publisher?

Run "/install wechat-article-mulit-publisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WeChat Article Multi Publisher free?

Yes, WeChat Article Multi Publisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WeChat Article Multi Publisher support?

WeChat Article Multi Publisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeChat Article Multi Publisher?

It is built and maintained by HyperCube (@diwuwudi123); the current version is v1.3.1.

💬 Comments