Install
openclaw skills install wechat-layout-publishIndependently turn an article into WeChat Official Accounts compatible Markdown/HTML, present built-in theme choices, and publish to WeChat as a draft or for...
openclaw skills install wechat-layout-publishUse this skill as a self-contained OpenClaw capability for:
This skill must not depend on any specific local product codebase. Treat the instructions and references inside this skill folder as the complete operating guide.
This skill includes its own minimal rendering runtime:
scripts/normalize_to_markdown.py
scripts/list_themes.py
scripts/render_wechat_html.py
scripts/publish_wechat.py
assets/theme-pack.json
After the user selects a theme, the expected execution path is:
scripts/normalize_to_markdown.pyscripts/list_themes.pyscripts/render_wechat_html.py --theme <theme_id>scripts/publish_wechat.pyWhen invoked, this skill should aim to complete the following end-to-end flow:
theme id + theme name + short style descriptionNever invent unsupported themes.
Normalize content before styling.
Treat Markdown as the editable master.
Make theme selection explicit.
Produce WeChat-safe output.
Publish only when prerequisites already exist.
Determine the source.
Acquire the content.
Normalize to Markdown.
Prepare theme choice.
Apply the chosen theme.
scripts/render_wechat_html.py.Publish if requested.
Optimize for one of these outcomes: