← Back to Skills Marketplace
wechat article publisher
by
zhenglong2015
· GitHub ↗
· v1.0.0
· MIT-0
2858
Downloads
5
Stars
21
Active Installs
1
Versions
Install in OpenClaw
/install wechat-article-publisher
Description
从 Markdown 文件或网页链接提取文章并发布到微信公众号。适用于需要“自动创建草稿/提交发布”、统一微信样式(standard/viral)和批量复用发布流程的场景。
Usage Guidance
This skill appears to do what it says, but review these points before installing: 1) The script asks you to put your WeChat app_id and app_secret into config.json — consider storing secrets in a secure store rather than a plain file. 2) The --install command runs pip install on bundled requirements (requests, BeautifulSoup, markdown, pyyaml, Pillow); installing packages from PyPI will execute third-party code — prefer a controlled virtualenv. 3) Use --dry-run first to verify rendered output and avoid accidental publishes; the script will fetch arbitrary URLs and call WeChat APIs, so only run it in an environment you trust. 4) If you need higher assurance, review the remainder of scripts/publish_wechat.py (the network calls and upload flow) or run it in an isolated container.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-article-publisher
Version: 1.0.0
The skill bundle is a legitimate tool designed to automate article publishing to WeChat Official Accounts. The core logic in `scripts/publish_wechat.py` uses standard libraries (requests, BeautifulSoup, markdown) to process content and interacts exclusively with official WeChat API endpoints (api.weixin.qq.com). While the script includes a dependency installation routine using `subprocess`, it is a transparent part of the setup process and lacks any indicators of malicious intent, data exfiltration, or unauthorized access.
Capability Assessment
Purpose & Capability
Name/description match the included code and SKILL.md: the script extracts content from Markdown or web pages, renders HTML, and calls WeChat API endpoints (token, draft, material, freepublish). Required inputs are a local config.json with wechat.app_id and wechat.app_secret — appropriate for the stated purpose.
Instruction Scope
SKILL.md instructions are narrowly scoped to preparing config.json, installing dependencies, previewing (--dry-run), creating drafts and optionally publishing. The agent/script will read the provided Markdown file, web URL content, and the local config.json; there are no instructions to read unrelated system files or export arbitrary data.
Install Mechanism
No install spec in the registry; the script provides an --install that runs pip install -r scripts/requirements.txt. This installs third-party Python packages (requests, BeautifulSoup, markdown, pyyaml, Pillow) from PyPI — expected but worth noting because pip installation executes code from external packages and writes to the environment.
Credentials
The skill does not request platform env vars or unrelated credentials. It requires the WeChat app_id and app_secret placed in config.json (local file). Storing the app_secret in plaintext in a local file is functional but has security implications — a secret manager or environment variables might be preferable.
Persistence & Privilege
Skill is not forced-always, does not request platform-level privileges, and does not modify other skills. It runs as an on-demand script; autonomous invocation is enabled by default but is not combined with unusual credential access here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-article-publisher - After installation, invoke the skill by name or use
/wechat-article-publisher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
wechat article publisher
Metadata
Frequently Asked Questions
What is wechat article publisher?
从 Markdown 文件或网页链接提取文章并发布到微信公众号。适用于需要“自动创建草稿/提交发布”、统一微信样式(standard/viral)和批量复用发布流程的场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 2858 downloads so far.
How do I install wechat article publisher?
Run "/install wechat-article-publisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wechat article publisher free?
Yes, wechat article publisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wechat article publisher support?
wechat article publisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wechat article publisher?
It is built and maintained by zhenglong2015 (@zhenglong2015); the current version is v1.0.0.
More Skills