Content System Wechat Formatter
/install content-system-wechat-formatter
WeChat Formatter
Convert article markdown into WeChat-style HTML for preview, inspection, and downstream publishing. If a sibling *-writing-pack.json exists, this executor will also consume summary points, highlight quotes, share copy, and ending CTA blocks.
Quick Start
Run the default command:
.venv/bin/python -m skill_runtime.cli run-skill wechat-formatter --input content-production/drafts/ai-content-system-article.md
Prepare Source Article
Start from an article markdown draft that is already written and ready for visual formatting.
If a sibling *-writing-pack.json exists, it will be used as an optional sidecar.
Follow Formatting Workflow
- Read the article markdown draft.
- Render the content through the shared formatter runtime in
skills/wechat-formatter/runtime.py. - Produce standalone WeChat preview HTML for inspection and downstream publishing.
- When a writing-pack sidecar exists, append summary / quotes / share-copy / CTA presentation blocks without altering the source article file.
- If
wechat-studiois involved, let the workbench apply its own theme, typography, inline image placement, and draft-push workflow on top of this executor.
Write Output
Write the primary exported file to:
content-production/ready/\x3Cslug>-wechat.html
Respect Constraints
- This skill formats and renders content; it does not author the article itself
- HTML quality depends on the article draft and current workbench state
- Workbench theme choices belong to
wechat-studio; this skill itself should stay focused on producing HTML from Markdown
Read Related Files
- Shared runtime:
skills/wechat-formatter/runtime.py - Pipeline entry:
skill_runtime/engine.py - Workbench integration:
skills/wechat-studio/frontend/server.py - Execution guide:
docs/wechat-formatter-execution-spec.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install content-system-wechat-formatter - 安装完成后,直接呼叫该 Skill 的名称或使用
/content-system-wechat-formatter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Content System Wechat Formatter 是什么?
Render article markdown into WeChat-style HTML as an independent executor. Use when Codex needs公众号排版预览, WeChat HTML output, or a publishable HTML artifact ge... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。
如何安装 Content System Wechat Formatter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install content-system-wechat-formatter」即可一键安装,无需额外配置。
Content System Wechat Formatter 是免费的吗?
是的,Content System Wechat Formatter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Content System Wechat Formatter 支持哪些平台?
Content System Wechat Formatter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Content System Wechat Formatter?
由 Abigale-cyber(@abigale-cyber)开发并维护,当前版本 v1.0.1。