wechat-format

Convert Markdown content into WeChat-compatible HTML with inline styles.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/iasiv5/skills --skill wechat-format
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-format
Source: https://github.com/iasiv5/skills/tree/main/wechat-format
Command: npx skills add https://github.com/iasiv5/skills --skill wechat-format

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markdown, and includes scripts (resource) components.

What problem does it solve?

This skill converts Markdown content into WeChat-compatible HTML with inline styles, enabling seamless publication to WeChat editors and ensuring consistent formatting across articles.

Core Features & Use Cases

  • Markdown to WeChat-ready HTML with inline styles to match公众号编辑器 expectations.
  • Theme gallery and previews to quickly tailor visuals for different audiences.
  • Output to output_dir with both preview page and final article HTML, including local images.

Quick Start

Provide a Markdown article path to generate a WeChat-ready HTML layout with theme previews.

Frequently Asked Questions about wechat-format

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Markdown to WeChat-compatible HTML for a public account article?

To convert Markdown to WeChat-compatible HTML, this skill transforms Markdown content into HTML with inline styles, ensuring the formatting matches WeChat Official Account editor expectations for seamless publication.

Can I preview different themes before exporting HTML for WeChat?

Yes, you can preview different themes before exporting. The skill loads visual themes from a themes directory and generates a preview page alongside the final ready-to-paste HTML in the output directory.

Does the generated WeChat HTML include local images and inline styles?

Yes, the generated WeChat HTML includes local images and inline styles. The formatting process embeds inline styles directly into the HTML to ensure consistent visual rendering within the WeChat Official Account editor.

What is the best way to format Markdown articles for WeChat without broken styles?

The best way to format Markdown articles for WeChat without broken styles is using a dedicated converter that applies inline styles and generates WeChat-ready HTML, bypassing editor copy-paste inconsistencies.

Do I need a specific Markdown parser to render WeChat-ready HTML?

You need the standard Markdown dependency to render WeChat-ready HTML. The skill uses a formatting script to process the Markdown input and applies selected themes to output the final article layout.