← Back to Skills Marketplace
Wechat Formatter
by
utopiabenben
· GitHub ↗
· v1.0.1
· MIT-0
336
Downloads
0
Stars
4
Active Installs
2
Versions
Install in OpenClaw
/install wechat-formatter
Description
将 Markdown 文章转换为微信公众号编辑器粘贴格式,保留段落层次和基础格式(加粗、列表、代码块)。使用于需要快速发布文章到公众号的场景。
Usage Guidance
This appears to be a small, local utility that converts Markdown to a WeChat-friendly plain-text format. Before installing: (1) inspect/install the included install.sh (it only copies local files to ~/.openclaw/skills and may create a symlink in ~/.openclaw/bin); (2) review the wechat_formatter.py (it is simple, reads only the file you pass or stdin, and has no network calls); (3) avoid piping sensitive files to the tool (it will read any file you give it and print the result). If you want extra caution, run the script directly (python3 wechat_formatter.py article.md) rather than running the install script that creates files/symlinks.
Capability Analysis
Type: OpenClaw Skill
Name: wechat-formatter
Version: 1.0.1
The skill is a straightforward text processing tool for converting Markdown to a WeChat-friendly format. The Python script (wechat_formatter.py) uses basic regex for string manipulation without any network or unauthorized file system access, and the installation script (install.sh) follows standard local deployment patterns without requesting elevated privileges or establishing persistence.
Capability Assessment
Purpose & Capability
Name/description (convert Markdown to WeChat paste-friendly text) matches the provided Python implementation and examples; required capabilities (none) are appropriate for this purpose.
Instruction Scope
SKILL.md and the tool's usage only describe reading Markdown files or stdin and producing text output. The docs reference example paths (e.g., ~/.openclaw/workspace/...) but the code only reads the file you pass or stdin — no unexpected file collection or telemetry.
Install Mechanism
There is no remote download/install spec; an included install.sh copies local files into ~/.openclaw/skills and optionally symlinks into ~/.openclaw/bin. No network URLs or archive extraction are used.
Credentials
The skill declares no environment variables, credentials, or config paths. The implementation does not access env vars or secrets.
Persistence & Privilege
always is false and the skill does not request elevated privileges. install.sh writes only to its own ~/.openclaw/skills directory and optionally creates a symlink under ~/.openclaw/bin — normal for a local CLI tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-formatter - After installation, invoke the skill by name or use
/wechat-formatter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
优化ClawHub描述:专注公众号排版痛点
v1.0.0
wechat-formatter 1.0.0
- 初始版本发布。
- 支持将 Markdown 文章转换为微信公众号可粘贴的纯文本格式。
- 保留段落结构、加粗、列表、代码块等基础排版功能。
- 支持命令行工具及 Python 调用方式。
Metadata
Frequently Asked Questions
What is Wechat Formatter?
将 Markdown 文章转换为微信公众号编辑器粘贴格式,保留段落层次和基础格式(加粗、列表、代码块)。使用于需要快速发布文章到公众号的场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 336 downloads so far.
How do I install Wechat Formatter?
Run "/install wechat-formatter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wechat Formatter free?
Yes, Wechat Formatter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wechat Formatter support?
Wechat Formatter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wechat Formatter?
It is built and maintained by utopiabenben (@utopiabenben); the current version is v1.0.1.
More Skills