zhy-markdown2wechat

Convert markdown documents into styled inline HTML for WeChat articles.

37|9|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/zhylq/yuan-skills --skill zhy-markdown2wechat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zhy-markdown2wechat
Source: https://github.com/zhylq/yuan-skills/tree/main/skills/zhy-markdown2wechat
Command: npx skills add https://github.com/zhylq/yuan-skills --skill zhy-markdown2wechat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Writers and content creators often need to quickly transform markdown files into HTML suitable for publishing on WeChat, ensuring proper formatting and style consistency.

Core Features & Use Cases

  • Markdown to Inline HTML Conversion: Transforms markdown documents into WeChat-ready HTML with embedded styles.
  • Theme Support: Offers multiple CSS themes for customized appearance.
  • Use Case: You have a blog post written in markdown and want to preview its appearance in WeChat before publishing.

Quick Start

Provide your markdown file and select a theme to generate the styled HTML output for WeChat.

Frequently Asked Questions about zhy-markdown2wechat

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

FAQPage Schema
How do I convert markdown to WeChat compatible HTML?

To convert markdown to WeChat compatible HTML, provide your markdown file and select a theme. The tool transforms the document into styled inline HTML with embedded CSS, making it ready for WeChat publishing.

Why does WeChat require inline HTML for markdown conversion?

WeChat requires inline HTML for markdown conversion because its editor strips out external CSS classes. Embedding styles directly within the HTML tags ensures your markdown formatting and visual styling are preserved during publishing.

Do I need Node.js to convert markdown for WeChat articles?

Yes, you need Node.js installed to convert markdown for WeChat articles using this tool. It operates with minimal dependencies to maintain a lightweight environment for automating the transformation process.

Can I preview markdown appearance in WeChat before publishing?

Yes, you can preview markdown appearance in WeChat before publishing by converting it to styled HTML. This allows you to review the visual formatting and theme selection to ensure style consistency.

What is the best way to apply custom styling to WeChat HTML from markdown?

The best way to apply custom styling to WeChat HTML from markdown is by using built-in theme support. You can select from multiple CSS themes during conversion to customize the appearance of your generated inline HTML.

Does converting markdown to WeChat HTML require external CSS files?

No, converting markdown to WeChat HTML does not require external CSS files. The process generates self-contained inline HTML with embedded styles, bypassing the need for separate stylesheets.