wechat-article-formatter

Convert Markdown articles into WeChat-optimized HTML with local image upload.

75|11|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/iamzifei/wechat-article-formatter-skill --skill wechat-article-formatter-iamzifei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-article-formatter
Source: https://github.com/iamzifei/wechat-article-formatter-skill/tree/main
Command: npx skills add https://github.com/iamzifei/wechat-article-formatter-skill --skill wechat-article-formatter-iamzifei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts Markdown files into WeChat-optimized HTML and automates local image uploads, eliminating manual formatting and image hosting steps.

Core Features & Use Cases

  • Automatic local image upload: Detects local images in Markdown, uploads them, and replaces paths with online URLs.
  • WeChat-optimized styling: Applies custom CSS from styles/custom.css to improve readability on mobile.
  • API integration: Uses the bm.md API with configured settings and optional WeChat publisher integration.

Quick Start

Invoke the /wechat-article-formatter command and provide either a Markdown file path or pasted content.

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 local images?

To convert Markdown to WeChat-optimized HTML, this tool automatically detects local images, uploads them to generate online URLs, and applies custom CSS styling for mobile readability.

What is the best way to format Markdown articles for WeChat publication?

The best way to format Markdown articles for WeChat publication is using an automated converter that applies CSS mobile styling and handles local image uploading via the bm.md API.

Does the WeChat article formatter support custom CSS styling?

Yes, the WeChat article formatter supports custom CSS styling by reading configurations from styles/custom.css to apply a green-simple theme and improve mobile readability.

How do automatic local image uploads work when converting Markdown to HTML?

Automatic local image uploads work by detecting local image paths within your Markdown content, uploading the files through an image-upload integration, and replacing paths with online URLs.

Can I use the bm.md API to render Markdown for WeChat without manual image hosting?

Yes, you can use the bm.md API integration to render Markdown for WeChat without manual image hosting, as it automatically detects local images and replaces them with accessible online URLs.