← 返回 Skills 市场
lyhue1991

wxgzh

作者 一个有毅力的吃货 · GitHub ↗ · v0.1.4 · MIT-0
cross-platform ⚠ suspicious
340
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install wxgzh
功能描述
微信公众号文章发布工具。使用 wxgzh CLI 将 Markdown 文章发布到公众号草稿箱。触发场景:用户要发公众号文章、配置公众号 AppID/AppSecret、生成封面图、Markdown 转 HTML。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wxgzh
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wxgzh 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.4
wxgzh 0.1.4 - 新增和完善 SKILL.md,详细描述核心功能、工作流程、用法和注意事项。 - 明确支持一键文章发布、公众号配置、封面图生成、Markdown 转 HTML 等功能。 - 提供命令行使用范例及参数说明,便于用户快速参考和操作。
元数据
Slug wxgzh
版本 0.1.4
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

wxgzh 是什么?

微信公众号文章发布工具。使用 wxgzh CLI 将 Markdown 文章发布到公众号草稿箱。触发场景:用户要发公众号文章、配置公众号 AppID/AppSecret、生成封面图、Markdown 转 HTML。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 340 次。

如何安装 wxgzh?

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

wxgzh 是免费的吗?

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

wxgzh 支持哪些平台?

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

谁开发了 wxgzh?

由 一个有毅力的吃货(@lyhue1991)开发并维护,当前版本 v0.1.4。

💬 留言讨论