← 返回 Skills 市场
143
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-publisher-3
功能描述
当用户需要发布微信公众号文章、查看热点、配置公众号参数、生成文章内容、或运营微信公众号相关任务时,自动激活此技能。触发词包括:发公众号、微信推文、草稿箱、AppID、AppSecret、公众号运营、热点文章、wx-publish。
安全使用建议
This skill's instructions expect you to supply and store WeChat AppID/AppSecret and media IDs in a plugin config file, but the skill's registry metadata doesn't declare or request those credentials — that's an inconsistency to resolve before installing. Before using/installing: 1) Ask the publisher (or inspect source) how and where credentials are stored and who can read them; prefer a place you control (not a shared plugin folder). 2) Don't paste AppID/AppSecret into anything until you confirm the skill's code or source; request source/homepage or repository. 3) Ask how the scheduled daily run is implemented and whether it requires explicit user consent each run. 4) If you must test, use a throwaway/weaker test account (not your production public account). 5) If the publisher cannot explain or provide source code, treat the skill as untrusted and avoid giving it credentials.
功能分析
Type: OpenClaw Skill
Name: wechat-publisher-3
Version: 0.1.0
The skill bundle for a WeChat publisher requires sensitive credentials (appId, appSecret) and performs automated network operations to scrape hot topics from platforms like Weibo, Baidu, and Zhihu. While these capabilities are aligned with the stated purpose, the handling of authentication secrets and broad network access are high-risk behaviors. Since the provided files (SKILL.md and _meta.json) lack the actual implementation code, it is impossible to verify if these credentials are handled securely or exfiltrated to an external endpoint.
能力评估
Purpose & Capability
The SKILL.md describes publishing to a WeChat public account (requires AppID/AppSecret, uploading/using media IDs, and calling WeChat draft APIs). That purpose legitimately needs credentials and a place to store them, but the registry metadata lists no required environment variables, no primary credential, and no required config paths. This is inconsistent: a WeChat publisher should declare and request the AppID/AppSecret (or clearly instruct how/where users must supply them).
Instruction Scope
The runtime instructions tell the agent to fetch hotspots from external services, generate AI content, convert to WeChat HTML and call the WeChat draftbox API, and use a config file at ${CODEBUDDY_PLUGIN_ROOT}/config/user-config.json containing AppID/AppSecret/thumbMediaId. Those instructions imply reading/writing a plugin config file that contains secrets and making network calls to third-party endpoints. The metadata does not document these I/O or credential requirements, so the instruction scope is broader than declared.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That reduces disk-write/remote-install risk; however, instruction-only skills still perform actions when the agent follows SKILL.md, so the absence of an installer is not sufficient to conclude safety.
Credentials
The skill clearly needs sensitive values (wechat.appId, wechat.appSecret, thumbMediaId) per its config example, but the metadata lists no required env vars or primary credential. Asking users to place secrets into a plugin config file without declaring them in metadata is disproportionate and increases the chance of accidental exposure or misuse. There are no other unrelated credentials requested, but the omission of required credential declarations is a red flag.
Persistence & Privilege
always:false (normal). The SKILL.md advertises '定时任务:支持每日定时自动运行' but provides no mechanics for how scheduling is created. Autonomous invocation is allowed by platform default; combined with the skill's ability to publish content and the un-declared credential handling, this scheduling claim elevates concern and should be clarified (who schedules it, where credentials are stored, can it run without user confirmation).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-publisher-3 - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-publisher-3触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
微信公众号发布器 1.0.0 首次发布,为 WorkBuddy 增加自动化微信公众号内容生产与发布能力。
- 支持自动抓取微博/知乎/百度热点,按关键词智能筛选和评分
- 一键生成高质量公众号文章,并智能排版为微信标准 HTML
- 直接推送文章到公众号草稿箱,支持每日定时自动发布
- 提供热点排行、文章生成、草稿发布等多条命令
- 完善配置与错误处理机制,简易设置 AppID、AppSecret 与关键词
元数据
常见问题
微信公众号发布器 是什么?
当用户需要发布微信公众号文章、查看热点、配置公众号参数、生成文章内容、或运营微信公众号相关任务时,自动激活此技能。触发词包括:发公众号、微信推文、草稿箱、AppID、AppSecret、公众号运营、热点文章、wx-publish。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 143 次。
如何安装 微信公众号发布器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-publisher-3」即可一键安装,无需额外配置。
微信公众号发布器 是免费的吗?
是的,微信公众号发布器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
微信公众号发布器 支持哪些平台?
微信公众号发布器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 微信公众号发布器?
由 andyy1976(@andyy1976)开发并维护,当前版本 v0.1.0。
推荐 Skills