wechat-article-formatter

Converts Markdown to WeChat-optimized HTML using bm.md and uploads local images.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines turning Markdown into WeChat-ready HTML, handling image hosting and consistent styling to save time and ensure readability.

Core Features & Use Cases

  • Converts Markdown to WeChat-optimized HTML using a dedicated rendering service with custom CSS.
  • Automatically uploads local images referenced in Markdown and replaces them with online URLs.
  • Outputs a self-contained HTML file ready to paste into WeChat's article editor.

Quick Start

Invoke the skill with a Markdown file path or pasted content and it will generate WeChat-ready HTML using the included CSS.

Frequently Asked Questions about wechat-article-formatter

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

FAQPage Schema
How do I convert Markdown to WeChat-optimized HTML with custom CSS?

To convert Markdown to WeChat-optimized HTML, this skill invokes a dedicated rendering service with custom CSS, producing a standalone HTML file ready for the WeChat editor.

How do I upload local images in Markdown for WeChat article rendering?

To upload local images for WeChat rendering, the skill scans Markdown for local image references, uploads them via an image-upload skill, and replaces paths with online URLs.

Can I paste Markdown content directly to generate WeChat article HTML?

Yes, you can invoke the skill with a Markdown file path or pasted content, and it will generate self-contained WeChat-ready HTML using the included CSS.

Does the Markdown to HTML converter resolve relative image paths automatically?

Yes, the converter resolves relative paths from the input context, ensuring local image references are correctly identified and uploaded for reliable online rendering.

Why do local images fail to render when pasting HTML into WeChat?

Local images fail to render in WeChat because the editor requires online URLs, so this skill automatically uploads local images and replaces paths to ensure reliable rendering.