Wechat Layout Publish
Skill by 08820048
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/08820048/wechat-layout-publishWhat This Skill Does
The Wechat Layout Publish skill (welight-wechat-layout-publish) is an autonomous OpenClaw agent capability designed to streamline the content-to-WeChat workflow. It transforms raw text, documents, or online articles into beautifully formatted, WeChat-compatible HTML. By utilizing a built-in theme engine, the skill ensures that your articles adhere to the specific styling requirements of WeChat Official Accounts, which notoriously reject standard web-formatted CSS. It handles the complete pipeline from Markdown normalization and theme application to direct publishing as a draft or live post, provided your runtime environment is pre-configured with the necessary API credentials.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/08820048/wechat-layout-publish
Ensure your runtime has the necessary permissions to access network resources and file systems for the publishing scripts to execute successfully.
Use Cases
- Professional Content Creators: Quickly convert existing research or blog posts into professional-looking WeChat articles without manual layout work.
- Social Media Managers: Automate the publishing process for daily newsletters or internal announcements.
- Technical Writers: Convert documentation or technical Markdown files into formatted articles suitable for WeChat’s mobile-friendly reader.
Example Prompts
- "Convert this link https://example.com/tech-article into a WeChat draft using the 'minimalist' theme."
- "Take this markdown draft and apply the 'modern-dark' theme, then save it as a WeChat draft."
- "List the available themes for my article and help me choose one that fits a business report style."
Tips & Limitations
This skill relies on local assets for rendering; ensure the assets/theme-pack.json is intact for themes to load correctly. Because WeChat has strict rendering limitations, the skill performs CSS inlining automatically. Always verify the draft in the WeChat backend before pushing to a live audience. If your publishing credentials are not pre-configured, the skill will stop at the HTML rendering stage. Keep your source content in clean Markdown to achieve the best output quality, as the normalization script works best with structured input.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-08820048-wechat-layout-publish": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, code-execution, external-api