← Back to Skills Marketplace
yuesf

微信公众号发布工具

by yuesf · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ⚠ suspicious
105
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install wechat-publisher-auto
Description
微信公众号文章发布工具,支持 Markdown 转换、AI 去痕、多主题
Usage Guidance
What to check before installing: 1) Verify the source: SKILL.md suggests pip installing from a GitHub repo—confirm the repository and commit integrity before installing. 2) Expect to provide sensitive credentials: you will need WeChat AppID/AppSecret and (optionally) an AI provider API key—store these only where you intend. 3) Beware ~/.openclaw/.env auto-loading: the provided shell script and config code will load ~/.openclaw/.env if present (the shell script 'source's it and exports all variables). That can expose unrelated secrets in that file to the publishing process. If you keep other tokens in ~/.openclaw/.env, remove them or run the tool in an isolated environment. 4) Review network behavior: the converter can optionally call external conversion APIs and the humanizer will call configured AI provider endpoints—if you enable those, article text and images may be transmitted off-host. 5) If you need higher assurance: inspect platforms/wechat.py to confirm it only talks to official WeChat endpoints and that no unexpected remote endpoints are hard-coded; ask the maintainer to update registry metadata to declare required env vars and to stop implicitly sourcing ~/.openclaw/.env. If the maintainer provides those clarifications or removes the auto-load behavior, this assessment could be upgraded to benign.
Capability Analysis
Type: OpenClaw Skill Name: wechat-publisher-auto Version: 0.1.2 The skill bundle contains a high-risk Shell Injection vulnerability in 'scripts/publish.sh' due to the use of 'eval' on a command string constructed from user-supplied file paths. While the core logic in 'src/wechat_publisher/' appears to be a legitimate utility for converting Markdown and publishing to the WeChat API, the insecure shell script wrapper is a significant flaw. Additionally, the 'AI Humanizer' feature ('src/wechat_publisher/humanizer/') intentionally sends article content to third-party AI providers (e.g., OpenAI, Qwen), which is consistent with its stated purpose but constitutes external data transmission of potentially sensitive content.
Capability Assessment
Purpose & Capability
The name/description (WeChat publisher: Markdown→HTML, AI de-identification, themes, publish to WeChat) aligns with the included code and CLI. However the registry metadata claims no required environment variables or config paths while the SKILL.md and code clearly expect WeChat credentials (AppID/AppSecret) and optional AI API keys—this mismatch is an incoherence in declared requirements.
Instruction Scope
Runtime instructions and the provided scripts/CLI are focused on conversion and publishing. However the bash helper (scripts/publish.sh) and Python config code will automatically load environment variables from ~/.openclaw/.env when present. That file is external to the skill and may contain unrelated secrets; auto-loading it widens the agent's data surface implicitly. The skill also supports fetching remote CSS and (optionally) using external conversion APIs or AI providers (expected), which will transmit article content to remote endpoints if enabled.
Install Mechanism
There is no formal install spec in the registry, but SKILL.md instructs pip install from a GitHub repo. Packaging appears standard (pyproject.toml). This is a normal install path; nothing like arbitrary binary downloads or opaque installers were present in the manifest. Verify the GitHub repo/source before installing.
Credentials
The skill legitimately needs WeChat AppID/AppSecret and (optionally) AI API credentials. But the registry metadata did not declare required env vars/config paths. More importantly, the code explicitly reads ~/.openclaw/.env (and the shell script will source it), which can import arbitrary environment variables from the OpenClaw environment into the process—potentially exposing unrelated tokens/config to the skill. The skill only reads specific keys from that file (WECHAT_*/AI_*), but the shell sourcing behavior exports all variables globally to the process.
Persistence & Privilege
The skill does not request 'always: true' or other elevated persistent privileges. It stores a config under ~/.wechat-publish-pro/ (normal) and does not appear to modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-publisher-auto
  3. After installation, invoke the skill by name or use /wechat-publisher-auto
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
修复模板:1. HR分割线处理顺序调整(---不会变成列表);2. ol_style左对齐;3. li_style左对齐
v0.1.1
- Updated documentation: removed metadata, name, version, and other config headers from SKILL.md for a cleaner and more user-focused presentation. - No functional or code changes; update is documentation only.
v0.1.0
wechat-publisher-auto v0.1.0 - Initial release of the skill. - Enables one-click publishing of Markdown or HTML articles to WeChat Official Account drafts. - Features Markdown-to-HTML conversion, multiple themes, code highlighting, and AI humanization (去痕). - Pure Python implementation; does not require external CLI tools. - Includes commands for publishing, theme selection, AI provider setup, image uploads, and connection testing. - Supports flexible configuration via environment variables or config files.
Metadata
Slug wechat-publisher-auto
Version 0.1.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 微信公众号发布工具?

微信公众号文章发布工具,支持 Markdown 转换、AI 去痕、多主题. It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install 微信公众号发布工具?

Run "/install wechat-publisher-auto" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 微信公众号发布工具 free?

Yes, 微信公众号发布工具 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 微信公众号发布工具 support?

微信公众号发布工具 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 微信公众号发布工具?

It is built and maintained by yuesf (@yuesf); the current version is v0.1.2.

💬 Comments