← 返回 Skills 市场
Wechat Formatter
作者
utopiabenben
· GitHub ↗
· v1.0.1
· MIT-0
336
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-formatter
功能描述
将 Markdown 文章转换为微信公众号编辑器粘贴格式,保留段落层次和基础格式(加粗、列表、代码块)。使用于需要快速发布文章到公众号的场景。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-formatter - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-formatter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
优化ClawHub描述:专注公众号排版痛点
v1.0.0
wechat-formatter 1.0.0
- 初始版本发布。
- 支持将 Markdown 文章转换为微信公众号可粘贴的纯文本格式。
- 保留段落结构、加粗、列表、代码块等基础排版功能。
- 支持命令行工具及 Python 调用方式。
元数据
常见问题
Wechat Formatter 是什么?
将 Markdown 文章转换为微信公众号编辑器粘贴格式,保留段落层次和基础格式(加粗、列表、代码块)。使用于需要快速发布文章到公众号的场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 336 次。
如何安装 Wechat Formatter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-formatter」即可一键安装,无需额外配置。
Wechat Formatter 是免费的吗?
是的,Wechat Formatter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wechat Formatter 支持哪些平台?
Wechat Formatter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wechat Formatter?
由 utopiabenben(@utopiabenben)开发并维护,当前版本 v1.0.1。
推荐 Skills