Content System Wechat Formatter
by @abigale-cyber
Render article markdown into WeChat-style HTML as an independent executor. Use when Codex needs公众号排版预览, WeChat HTML output, or a publishable HTML artifact ge...
clawhub install content-system-wechat-formatter📖 About This Skill
name: wechat-formatter description: Render article markdown into WeChat-style HTML as an independent executor. Use when Codex needs公众号排版预览, WeChat HTML output, or a publishable HTML artifact generated from an article markdown draft.
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
1. Read the article markdown draft.
2. Render the content through the shared formatter runtime in skills/wechat-formatter/runtime.py.
3. Produce standalone WeChat preview HTML for inspection and downstream publishing.
4. When a writing-pack sidecar exists, append summary / quotes / share-copy / CTA presentation blocks without altering the source article file.
5. If wechat-studio is 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/-wechat.html
Respect Constraints
wechat-studio; this skill itself should stay focused on producing HTML from MarkdownRead Related Files
skills/wechat-formatter/runtime.pyskill_runtime/engine.pyskills/wechat-studio/frontend/server.pydocs/wechat-formatter-execution-spec.md💡 Examples
Run the default command:
.venv/bin/python -m skill_runtime.cli run-skill wechat-formatter --input content-production/drafts/ai-content-system-article.md