← Back to Skills Marketplace
340
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wxgzh
Description
微信公众号文章发布工具。使用 wxgzh CLI 将 Markdown 文章发布到公众号草稿箱。触发场景:用户要发公众号文章、配置公众号 AppID/AppSecret、生成封面图、Markdown 转 HTML。
Usage Guidance
This skill is a set of instructions for installing and using the @lyhue1991/wxgzh CLI to publish WeChat articles. Before installing: (1) review the npm package (@lyhue1991/wxgzh) on npm/GitHub to ensure you trust its source and code; npm install -g will install files globally and persist on your system; (2) do not paste your AppSecret into untrusted places — the CLI will store AppID/AppSecret in ~/.config/wxgzh/wxgzh.json, so inspect that file and its permissions; (3) the instructions query https://ip.sb to get your public IP and ask you to add it to the WeChat IP whitelist — be aware this leaks your public IP to that service; (4) prefer to run the npm install step yourself rather than allowing an automated agent to install packages without confirmation; and (5) if you have concerns, run the CLI in an isolated environment (container/VM) and rotate AppSecret if you suspect it was exposed.
Capability Analysis
Type: OpenClaw Skill
Name: wxgzh
Version: 0.1.4
The skill bundle automates the installation of a global npm package (@lyhue1991/wxgzh) and manages sensitive WeChat API credentials (AppID/AppSecret) stored in ~/.config/wxgzh/wxgzh.json. While these actions are aligned with the stated purpose of publishing articles, the combination of global software installation, credential handling, and directing the agent to external IP-lookup services (https://ip.sb/) constitutes high-risk behavior without explicit malicious intent found in the provided files.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md describes installing and using the @lyhue1991/wxgzh CLI to convert Markdown and publish drafts to a WeChat Official Account. Requested inputs (AppID/AppSecret) and referenced paths (~/.config/wxgzh and .wxgzh/) are coherent with a publishing tool.
Instruction Scope
The runtime instructions tell the agent to run shell checks and commands (command -v, npm install -g, wxgzh commands) and to access an external IP-check site (https://ip.sb). These actions are within the scope of installing/using a CLI, but they do grant the agent the ability to install software and write config files in the user's home directory; the instructions do not ask for unrelated files or credentials beyond the AppID/AppSecret.
Install Mechanism
There is no formal install spec in metadata (instruction-only), but SKILL.md tells the agent to run npm install -g @lyhue1991/wxgzh. Installing a global npm package from the public registry is expected for a CLI, but it is a persistence action and carries the usual npm-package risks (review upstream package before installing).
Credentials
The skill does not declare or require unrelated environment variables. It legitimately needs WeChat AppID/AppSecret (provided via wxgzh config command and stored in ~/.config/wxgzh/wxgzh.json). Asking the user to add their public IP to the WeChat whitelist is consistent with WeChat API usage.
Persistence & Privilege
The skill itself is not always-enabled and does not request elevated platform privileges, but its instructions will persist state by installing a global npm package and writing configuration to ~/.config/wxgzh and .wxgzh/. These are normal for a CLI but worth noting because they change the host environment.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wxgzh - After installation, invoke the skill by name or use
/wxgzh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.4
wxgzh 0.1.4
- 新增和完善 SKILL.md,详细描述核心功能、工作流程、用法和注意事项。
- 明确支持一键文章发布、公众号配置、封面图生成、Markdown 转 HTML 等功能。
- 提供命令行使用范例及参数说明,便于用户快速参考和操作。
Metadata
Frequently Asked Questions
What is wxgzh?
微信公众号文章发布工具。使用 wxgzh CLI 将 Markdown 文章发布到公众号草稿箱。触发场景:用户要发公众号文章、配置公众号 AppID/AppSecret、生成封面图、Markdown 转 HTML。 It is an AI Agent Skill for Claude Code / OpenClaw, with 340 downloads so far.
How do I install wxgzh?
Run "/install wxgzh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wxgzh free?
Yes, wxgzh is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wxgzh support?
wxgzh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wxgzh?
It is built and maintained by 一个有毅力的吃货 (@lyhue1991); the current version is v0.1.4.
More Skills