← 返回 Skills 市场
310
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ryan-wechat-mp
功能描述
Automate publishing WeChat Official Account articles with media upload, draft management, and publish status querying via WeChat MP API.
安全使用建议
This skill's documentation expects your WeChat app_id/app_secret and reads/writes files under ~/.openclaw, but the registry metadata omits those requirements and no source/homepage is provided. Before installing or running: (1) Do not provide app_secret to unknown code — verify the author's identity and inspect the project source (package.json, src/) yourself. (2) Confirm where the token cache/config will be written and whether that overlaps sensitive data. (3) If you must run npm install, obtain the code from a trusted repository (not just a copy pasted SKILL.md) and review dependencies. (4) Ask the publisher to update registry metadata to declare required env vars/config paths and to provide a source URL or homepage. If you cannot verify the source and contents, treat this skill as untrusted.
功能分析
Type: OpenClaw Skill
Name: ryan-wechat-mp
Version: 0.1.0
The skill bundle provides documentation and tool definitions for an AI agent to interact with the WeChat Official Account API. The SKILL.md file describes standard operations such as publishing articles, uploading media, and managing drafts, which are consistent with the stated purpose. No malicious code, data exfiltration logic, or prompt injection attempts were identified in the provided files (_meta.json and SKILL.md).
能力评估
Purpose & Capability
The described purpose (WeChat MP publishing) legitimately requires an app_id and app_secret and access to local media files and a token cache; the SKILL.md documents these. However the skill metadata lists no required env vars, no primary credential, and no required config paths — that's inconsistent and unexpected.
Instruction Scope
SKILL.md instructs the agent to read local files for uploads, create/read a config file at ~/.openclaw/config/wechat-mp.json and a token cache at ~/.openclaw/.wechat_mp_token.json, and to run npm install/build in a user workspace path (example uses an absolute path). Reading/writing those files is expected for this functionality, but the instructions give broad local filesystem access and reference a hard-coded example path, which is sloppy and may lead to accidental use of the wrong directory.
Install Mechanism
The skill is instruction-only (no install spec and no code files in the registry), yet the README instructs running npm install and npm run build. That means users will need to obtain the project code (not provided here) and run package installation locally — acceptable for an integration but risky if the source is unknown. No external download URLs are present in the SKILL.md.
Credentials
The runtime docs require sensitive credentials (app_id and app_secret) and allow environment variable configuration (WECHAT_MP_APP_ID / WECHAT_MP_APP_SECRET), but the skill metadata declares none. The absence of declared required credentials is a material omission: the skill will need secrets to operate but does not advertise them to the platform or user.
Persistence & Privilege
The skill does not request always:true and does not claim other elevated privileges. It instructs creating config and token-cache files under ~/.openclaw, which is reasonable for a persistent integration but does write to the agent's config area — verify that path before proceeding. No evidence of modifying other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ryan-wechat-mp - 安装完成后,直接呼叫该 Skill 的名称或使用
/ryan-wechat-mp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
WeChat Official Account article publishing skill, initial release:
- New tools to upload media, manage drafts, and publish articles using the WeChat MP API.
- Automatic handling of AccessToken, media uploads, and article publishing workflows.
- Supports immediate publishing or draft saving, querying publish status, and deleting drafts.
- Easy configuration via file or environment variables.
- Includes full documentation, usage examples, and standardized error handling.
元数据
常见问题
微信公众号发布工具 是什么?
Automate publishing WeChat Official Account articles with media upload, draft management, and publish status querying via WeChat MP API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 310 次。
如何安装 微信公众号发布工具?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ryan-wechat-mp」即可一键安装,无需额外配置。
微信公众号发布工具 是免费的吗?
是的,微信公众号发布工具 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
微信公众号发布工具 支持哪些平台?
微信公众号发布工具 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 微信公众号发布工具?
由 ryan32382(@ryan32382)开发并维护,当前版本 v0.1.0。
推荐 Skills