← 返回 Skills 市场
Wechat Publisher
作者
0731coderlee-sudo
· GitHub ↗
· v0.1.0
9017
总下载
39
收藏
103
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-publisher
功能描述
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。
安全使用建议
Install only if you trust the wenyan-cli dependency and intend to upload the selected Markdown, frontmatter, cover image, and embedded local or remote images to WeChat. Keep WECHAT_APP_SECRET out of git, chat logs, and shared files where possible; prefer session environment variables or a secret store over plaintext TOOLS.md, and review all image paths and URLs before publishing.
功能分析
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
Suspicious High-Entropy/Eval files: 2
The skill is designed to publish Markdown to WeChat using `wenyan-cli`. It correctly installs the `wenyan-cli` dependency via `npm install -g` and loads WeChat API credentials (`WECHAT_APP_ID`, `WECHAT_APP_SECRET`) from the OpenClaw-designated `$HOME/.openclaw/workspace/TOOLS.md` file. All actions, including file access and network calls (e.g., `curl` for IP checks), are directly aligned with its stated purpose of publishing content and troubleshooting. There is no evidence of intentional harmful behavior such as unauthorized data exfiltration, persistence mechanisms, or malicious prompt injection attempts against the agent.
能力评估
Purpose & Capability
Markdown conversion, image upload, and draft creation match the stated WeChat publishing purpose; those actions necessarily send selected content to WeChat services.
Instruction Scope
Publishing is user-invoked through an explicit script or request with a file path; there is no autonomous trigger, though the natural-language example is broad and should be used deliberately.
Install Mechanism
The skill documents installing @wenyan-md/cli globally and publish.sh will auto-install it if missing; this is purpose-aligned but persistent, unpinned, and lacks a separate confirmation step.
Credentials
The scripts read only WECHAT_APP_ID and WECHAT_APP_SECRET from environment variables or $HOME/.openclaw/workspace/TOOLS.md, which fits publishing but uses a general plaintext workspace file for sensitive secrets.
Persistence & Privilege
No hidden persistence, obfuscation, destructive action, or unrelated privilege use was found; persistent effects are limited to global CLI installation and WeChat drafts/media created by the requested publish action.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-publisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-publisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
wechat-publisher v0.1.0
- 移除了 openclaw 安装信息和 wenyan-cli 自动依赖描述,需手动全局安装 wenyan-cli
- 精简 metadata,删除自动检测及安装指引,保留基本信息
- README、文档更新,强调 wenyan-cli 必须手动全局安装并提供安装验证方法
- 其他功能与原版一致,未作业务层调整
v1.0.0
一键发布 Markdown 到微信公众号草稿箱
元数据
常见问题
Wechat Publisher 是什么?
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 9017 次。
如何安装 Wechat Publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-publisher」即可一键安装,无需额外配置。
Wechat Publisher 是免费的吗?
是的,Wechat Publisher 完全免费(开源免费),可自由下载、安装和使用。
Wechat Publisher 支持哪些平台?
Wechat Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wechat Publisher?
由 0731coderlee-sudo(@0731coderlee-sudo)开发并维护,当前版本 v0.1.0。
推荐 Skills