← Back to Skills Marketplace
Wechat Publisher
by
0731coderlee-sudo
· GitHub ↗
· v0.1.0
9021
Downloads
39
Stars
103
Active Installs
2
Versions
Install in OpenClaw
/install wechat-publisher
Description
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-publisher - After installation, invoke the skill by name or use
/wechat-publisher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
wechat-publisher v0.1.0
- 移除了 openclaw 安装信息和 wenyan-cli 自动依赖描述,需手动全局安装 wenyan-cli
- 精简 metadata,删除自动检测及安装指引,保留基本信息
- README、文档更新,强调 wenyan-cli 必须手动全局安装并提供安装验证方法
- 其他功能与原版一致,未作业务层调整
v1.0.0
一键发布 Markdown 到微信公众号草稿箱
Metadata
Frequently Asked Questions
What is Wechat Publisher?
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。 It is an AI Agent Skill for Claude Code / OpenClaw, with 9021 downloads so far.
How do I install Wechat Publisher?
Run "/install wechat-publisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wechat Publisher free?
Yes, Wechat Publisher is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Wechat Publisher support?
Wechat Publisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wechat Publisher?
It is built and maintained by 0731coderlee-sudo (@0731coderlee-sudo); the current version is v0.1.0.
More Skills