← Back to Skills Marketplace
89
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-mp-auto-publisher
Description
自动撰写技术文章并发布到微信公众号 - 从选题到发布全流程自动化
Usage Guidance
简明建议:
1) 元数据/权限不一致:仓库里没有声明需要的 API Key,但 README/SKILL.md 却要求配置 DASHSCOPE_API_KEY(通义万相)、WECHAT_APP_ID/WECHAT_APP_SECRET 以及 baidu-search 凭证——在提供这些敏感密钥前,请确认你信任并已审阅被调用的外部技能(wanx-image-generator、baidu-search、wechat-toolkit)。
2) 审查将被执行的脚本:scripts/search.js 和 scripts/publish.js 使用 child_process.execSync 调用外部脚本(通过绝对或相对路径)。在首次运行之前,打开并阅读你系统上对应的 wechat-toolkit 和 baidu-search 的脚本(或仓内路径)以确认不会有意外数据上传或不透明行为。
3) 密钥存放与最小权限:不要把敏感凭证提交到公开仓库;优先采用临时/受限权限的 API Key 或测试账号;如果可能,在沙箱环境(非生产公众号)先做测试。
4) 路径与示例用户信息:示例文章/图片使用了具体的 /home/ray/... 路径,请在本地使用与你环境匹配的绝对路径,避免泄露真实主目录或误用示例路径。
5) 可信度与可行性检查:SKILL.md 中宣称的“100% 成功率”“固定耗时”等数据不可信,视为宣传。确保 wechat-toolkit 的发布逻辑满足你的合规/内容审核需求(自动发布可能造成违规内容直接发布)。
如果你想继续安装:先在隔离环境里手动运行脚本(不提供真实凭证),确认脚本不会发送数据到未知外部端点;然后逐步提供凭证并再次复核日志/网络请求。如果你可以要求作者在 registry 元数据中补充 requires.env 列表并提供更严格的调用与错误处理说明,会显著降低不确定性。
Capability Analysis
Type: OpenClaw Skill
Name: wechat-mp-auto-publisher
Version: 1.0.0
The 'wechat-mp-auto-publisher' skill bundle is a legitimate automation tool for generating and publishing WeChat articles. It orchestrates a workflow involving local scripts (generate-framework.js, search.js, publish.js) and external OpenClaw skills (baidu-search, wanx-image-generator, wechat-toolkit). While the scripts use execSync to call other local processes, the behavior is consistent with the stated purpose, and no evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
技能名与描述(自动撰写并发布到微信公众号)与实现逻辑一致:包含生成框架、百度搜索、生成图片(wanx-image-generator)、以及调用 wechat-toolkit 发布的脚本,所需二进制(node、python3、uv)也合理。但 registry 元数据宣称“无需环境变量/凭证”,与 SKILL.md 和 README 中明确要求的 DASHSCOPE_API_KEY(通义万相)、WECHAT_APP_ID/WECHAT_APP_SECRET、以及 baidu-search 凭证不一致——这是信息不完整/不一致,应当声明为必需凭证。
Instruction Scope
SKILL.md 指示运行本地脚本(scripts/*.js)并调用其它技能(wanx-image-generator、baidu-search、wechat-toolkit)。总体操作与目的相关,并要求每步询问用户,范围没有明显越界。但注意:instructions 和脚本使用绝对路径示例(/home/ray/...、~/.openclaw/.env)并且 scripts/search.js 和 scripts/publish.js 会 exec 外部脚本(通过 execSync 调用),这要求用户确认那些外部技能和脚本是可信的,否则会执行非预期代码。
Install Mechanism
无安装规范(instruction-only + 附带脚本),不会在安装时从不可信 URL 下载代码,仓内已包含脚本文件。没有可疑的远程下载安装步骤。
Credentials
元数据没有列出任何必需的环境变量或主凭证,但 SKILL.md/README 明确要求/建议配置多个敏感凭证(DASHSCOPE_API_KEY、WECHAT_APP_ID、WECHAT_APP_SECRET、baidu-search API key 等),以及将它们放在 ~/.openclaw/.env 或 Skill 目录 .env。这是不一致且值得警惕:技能在运行时会依赖多个外部服务凭证(图片生成、搜索、公众号发布),用户应仅在信任这些外部工具和脚本时提供这些敏感凭证。
Persistence & Privilege
技能没有设置 always:true,也不声称修改其他技能或全局代理配置。运行时会调用其他已安装技能的脚本,但这属于技能协作范畴,不代表额外强权限要求。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-mp-auto-publisher - After installation, invoke the skill by name or use
/wechat-mp-auto-publisher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本 - 支持自动撰写文章 + 生成配图 + 发布到公众号,全流程 2 分钟完成
Metadata
Frequently Asked Questions
What is 微信公众号自动发布器?
自动撰写技术文章并发布到微信公众号 - 从选题到发布全流程自动化. It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.
How do I install 微信公众号自动发布器?
Run "/install wechat-mp-auto-publisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 微信公众号自动发布器 free?
Yes, 微信公众号自动发布器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 微信公众号自动发布器 support?
微信公众号自动发布器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 微信公众号自动发布器?
It is built and maintained by lizz0725 (@lizz0725); the current version is v1.0.0.
More Skills