← 返回 Skills 市场
enihsago

WeChat GZH

作者 enihsago · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-gzh
功能描述
微信公众号管理 skill。支持获取 Access Token、永久素材管理、发布能力(发布草稿、查询发布状态、获取已发布列表、删除发布文章)。触发词:微信公众号、wechat gzh、发布图文、素材管理。
安全使用建议
This skill appears to implement exactly what it claims: it needs your WeChat AppID and AppSecret (stored in ~/.wechat_gzh_config.json by default) and will make HTTPS calls to api.weixin.qq.com. Before enabling: (1) create the config file with correct permissions (chmod 600) and avoid storing secrets in shared locations; (2) review the included scripts/wechat_gzh.py yourself if you want extra assurance; (3) be aware that uploading a local file will transmit its bytes to WeChat servers; (4) ensure the runtime has the 'requests' library installed; (5) note the small documentation mismatch where SKILL.md mentions environment-variable access — the code does not use env vars, but double-check your environment if you intend to run it.
功能分析
Type: OpenClaw Skill Name: wechat-gzh Version: 1.0.0 The skill bundle provides a legitimate implementation for managing WeChat Official Accounts via the official API (api.weixin.qq.com). The Python script (scripts/wechat_gzh.py) handles credential management through a local configuration file and includes standard functions for material management and article publishing without any signs of data exfiltration, obfuscation, or malicious execution.
能力评估
Purpose & Capability
Name/description describe WeChat Official Account management and the code implements token handling, material upload, draft/publish flows and calls only api.weixin.qq.com endpoints — this is coherent with the stated purpose.
Instruction Scope
SKILL.md permissions state the skill may read 'workspace files and environment variables', but the implementation reads a specific config file (~/.wechat_gzh_config.json) and any local files the user explicitly provides for upload; the code does not read arbitrary env vars. Minor mismatch between declared permissions and actual behavior.
Install Mechanism
There is no install spec (instruction-only install) and the package contains a Python script only. The _meta.json mentions a dependency on 'requests'; there is no download from external URLs or archive extraction — low install risk but runtime requires 'requests' available.
Credentials
The skill requires an AppID and AppSecret stored in a local config file (recommended permission 600). It does not declare or require unrelated credentials. SKILL.md's mention of reading environment variables is not reflected in the code — slight inconsistency but not dangerous by itself.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It only reads its own config file and user-specified files; it does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-gzh
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-gzh 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:微信公众号 API 封装,支持 Access Token、素材管理、发布能力(草稿管理、发布文章、查询状态)
元数据
Slug wechat-gzh
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WeChat GZH 是什么?

微信公众号管理 skill。支持获取 Access Token、永久素材管理、发布能力(发布草稿、查询发布状态、获取已发布列表、删除发布文章)。触发词:微信公众号、wechat gzh、发布图文、素材管理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 WeChat GZH?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-gzh」即可一键安装,无需额外配置。

WeChat GZH 是免费的吗?

是的,WeChat GZH 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WeChat GZH 支持哪些平台?

WeChat GZH 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WeChat GZH?

由 enihsago(@enihsago)开发并维护,当前版本 v1.0.0。

💬 留言讨论