wechat-styler

Converts Markdown files to WeChat-ready HTML with Tailwind-like utility classes and JS-driven controls.

12|3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/zjp1997720/content-twin-toolkit --skill wechat-styler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-styler
Source: https://github.com/zjp1997720/content-twin-toolkit/tree/main/.claude/skills/wechat-styler
Command: npx skills add https://github.com/zjp1997720/content-twin-toolkit --skill wechat-styler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires marked, js-yaml, glob, and includes scripts (resource) components.

What problem does it solve?

Markdown articles can be converted into WeChat-friendly HTML with inline styles to prevent style loss when pasted into the editor, ensuring consistent rendering across devices.

Core Features & Use Cases

  • WeChat-ready HTML preserves formatting by embedding styles inline for guaranteed rendering in WeChat.
  • Theme switching across kami and magazine variants for consistent editorial presentation.
  • Batch conversions to process multiple Markdown files in a single run, streamlining content pipelines.

Quick Start

Run the WeChat Styler CLI with your Markdown article to generate a WeChat-ready HTML file.

Frequently Asked Questions about wechat-styler

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

FAQPage Schema
How do I convert Markdown to WeChat-ready HTML with inline styles?

To convert Markdown to WeChat-ready HTML with inline styles, you run the WeChat Styler CLI on your Markdown article to generate a standalone HTML file with styles embedded inline, preventing style loss when pasted into the WeChat editor.

Why do my Markdown formatting styles disappear when pasting articles into WeChat?

Markdown formatting styles disappear when pasting into WeChat because the platform strips external CSS classes. WeChat Styler solves this by applying inline styles directly within the HTML elements, ensuring consistent rendering across devices.

Can I process multiple Markdown files in a single batch conversion for WeChat?

Yes, you can process multiple Markdown files in a single batch conversion. WeChat Styler supports batch conversions to process multiple Markdown articles in one run, streamlining your content pipeline for editorial publishing.

Does WeChat Styler support different themes for Markdown to HTML conversion?

Yes, WeChat Styler supports theme switching for Markdown to HTML conversion. It applies configurations loaded from themes/*.yaml, offering kami and magazine variants to ensure consistent editorial presentation across your articles.

Do I need Node.js 18 to use this Markdown to WeChat HTML converter?

Yes, you need Node.js 18 or higher to run this Markdown to WeChat HTML converter. The Skill uses marked and js-yaml to parse Markdown and theme data, requiring this environment to execute the automated conversion properly.