← 返回 Skills 市场
wechat article publisher
作者
zhenglong2015
· GitHub ↗
· v1.0.0
· MIT-0
2858
总下载
5
收藏
21
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-article-publisher
功能描述
从 Markdown 文件或网页链接提取文章并发布到微信公众号。适用于需要“自动创建草稿/提交发布”、统一微信样式(standard/viral)和批量复用发布流程的场景。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-article-publisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-article-publisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
wechat article publisher
元数据
常见问题
wechat article publisher 是什么?
从 Markdown 文件或网页链接提取文章并发布到微信公众号。适用于需要“自动创建草稿/提交发布”、统一微信样式(standard/viral)和批量复用发布流程的场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2858 次。
如何安装 wechat article publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-article-publisher」即可一键安装,无需额外配置。
wechat article publisher 是免费的吗?
是的,wechat article publisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
wechat article publisher 支持哪些平台?
wechat article publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wechat article publisher?
由 zhenglong2015(@zhenglong2015)开发并维护,当前版本 v1.0.0。
推荐 Skills