← Back to Skills Marketplace
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-gzh
Description
微信公众号管理 skill。支持获取 Access Token、永久素材管理、发布能力(发布草稿、查询发布状态、获取已发布列表、删除发布文章)。触发词:微信公众号、wechat gzh、发布图文、素材管理。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-gzh - After installation, invoke the skill by name or use
/wechat-gzh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布:微信公众号 API 封装,支持 Access Token、素材管理、发布能力(草稿管理、发布文章、查询状态)
Metadata
Frequently Asked Questions
What is WeChat GZH?
微信公众号管理 skill。支持获取 Access Token、永久素材管理、发布能力(发布草稿、查询发布状态、获取已发布列表、删除发布文章)。触发词:微信公众号、wechat gzh、发布图文、素材管理。 It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install WeChat GZH?
Run "/install wechat-gzh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WeChat GZH free?
Yes, WeChat GZH is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WeChat GZH support?
WeChat GZH is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WeChat GZH?
It is built and maintained by enihsago (@enihsago); the current version is v1.0.0.
More Skills