md-to-wechat-and-web

Convert Markdown files into styled HTML and WeChat-ready articles.

2|2|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/huidge/hermes-skills --skill md-to-wechat-and-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: md-to-wechat-and-web
Source: https://github.com/huidge/hermes-skills/tree/main/software-development/md-to-wechat-and-web
Command: npx skills add https://github.com/huidge/hermes-skills --skill md-to-wechat-and-web

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markdown.

What problem does it solve?

Converts Markdown documents into styled web pages and WeChat-ready articles with inline styles, enabling quick publishing and consistent formatting across channels.

Core Features & Use Cases

  • Single-file and batch processing to generate both HTML and WeChat outputs.
  • Web version applies external CSS variables and a card-based layout for readability.
  • WeChat version inlines all styles to comply with editor constraints and supports output to .wechat.html.
  • Customizable output paths and format options via the CLI to fit diverse publishing workflows.

Quick Start

Run the CLI with a target Markdown file or directory to generate HTML and WeChat-ready outputs.

Frequently Asked Questions about md-to-wechat-and-web

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

FAQPage Schema
How do I convert Markdown to WeChat articles with inline styles?

To convert Markdown to WeChat articles, this tool inlines all CSS styles directly into the HTML output, ensuring the formatting complies with WeChat public account editor constraints and produces a ready-to-publish .wechat.html file.

Can I batch process Markdown files into styled HTML web pages?

Yes, you can batch process Markdown files into styled HTML web pages by targeting a directory, using recursion to parse large collections, and outputting the card-based layout results to a customized destination folder.

Do I need Python and the markdown library to generate WeChat-ready HTML?

Yes, you need Python and the markdown library installed to run the report.py CLI script, which handles the conversion of Markdown content into both web pages and WeChat-ready HTML articles.

What is the best way to format Markdown for WeChat public account publishing?

The best way to format Markdown for WeChat publishing is using a converter that inlines styles directly into the HTML, bypassing the WeChat editor's external CSS limitations to maintain consistent visual formatting.

How to control output formats and directories when converting Markdown to HTML?

You control output formats and directories when converting Markdown to HTML by passing CLI flags, specifically using -f to set formats and -o to define the output directory for your generated web pages and WeChat articles.