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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install content-system-wechat-formatter - After installation, invoke the skill by name or use
/content-system-wechat-formatter - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.
How do I install Content System Wechat Formatter?
Run "/install content-system-wechat-formatter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Content System Wechat Formatter free?
Yes, Content System Wechat Formatter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Content System Wechat Formatter support?
Content System Wechat Formatter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Content System Wechat Formatter?
It is built and maintained by Abigale-cyber (@abigale-cyber); the current version is v1.0.1.