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.
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.
Run the default command:
.venv/bin/python -m skill_runtime.cli run-skill wechat-formatter --input content-production/drafts/ai-content-system-article.md
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.
skills/wechat-formatter/runtime.py.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 the primary exported file to:
content-production/ready/<slug>-wechat.html
wechat-studio; this skill itself should stay focused on producing HTML from Markdownskills/wechat-formatter/runtime.pyskill_runtime/engine.pyskills/wechat-studio/frontend/server.pydocs/wechat-formatter-execution-spec.md