claudeers.
// Claude Skills

wechat-article-formatter-skill

Claude Skill that format Wechat articles for 微信公众号 (微信公众号文章排版,支持自定义样式)

// Claude Skills[ cli ][ api ][ mobile ][ claude ]#claude#ai#claude-code#claude-skill#skills$open-sourceupdated 28 days ago
Actively maintained
98/100
last commit 11 days ago
last release none
releases 0
open issues 1
// star history

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up wechat-article-formatter-skill (claude-skill project) into my current project.
Found on https://claudeers.com/wechat-article-formatter-skill
Repo: https://github.com/iamzifei/wechat-article-formatter-skill
Homepage/docs: —
Detected install method: claude-skill → # copy this skill into .claude/skills/wechat-article-formatter-skill/
Category: skills. Platforms: cli, api, mobile.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or install directly (claude-skill)
# copy the skill dir into your project:
# .claude/skills/wechat-article-formatter-skill/   (or ~/.claude/skills/wechat-article-formatter-skill/ for all projects)
// or clone
git clone https://github.com/iamzifei/wechat-article-formatter-skill

// compatibility

Platformscli, api, mobile
Operating systems
AI compatibilityclaude
License
Pricingopen-source
LanguageCSS

WeChat Article Formatter Skill

A Claude Code skill that formats markdown files into beautifully styled HTML optimized for WeChat public account articles.

Features

  • Converts Markdown to styled HTML using bm.md rendering service
  • Automatic local image upload - Detects local images in markdown, uploads them, and replaces paths with online URLs
  • Custom CSS styling optimized for WeChat article readability
  • Green accent color theme with clean typography
  • Support for GFM (GitHub Flavored Markdown) syntax
  • Code syntax highlighting with green-simple theme
  • Automatic footnote link conversion
  • Optional integration with WeChat article publisher

Installation

Add this skill to your Claude Code installation:

claude skill add [email protected]:iamzifei/wechat-article-formatter-skill.git

Or via HTTPS:

claude skill add https://github.com/iamzifei/wechat-article-formatter-skill.git

Usage

Invoke the skill in Claude Code:

/wechat-article-formatter

Then provide either:

  • A path to your markdown file: /path/to/my-article.md
  • Or paste markdown content directly

Example

/wechat-article-formatter

Please format my article at ~/articles/tech-post.md

The skill will:

  1. Read your markdown file
  2. Apply custom WeChat-optimized styling
  3. Detect and upload local images (replacing paths with online URLs)
  4. Call the bm.md API to render the HTML
  5. Save the formatted HTML to the same directory
  6. Offer to publish as a draft to your WeChat account

Image Handling

The skill automatically handles local images in your markdown:

![My Photo](https://raw.githubusercontent.com/iamzifei/wechat-article-formatter-skill/HEAD/images/photo.png)           # Relative path - will be uploaded
![Screenshot](https://raw.githubusercontent.com/iamzifei/wechat-article-formatter-skill/HEAD/Users/james/demo.png)      # Absolute path - will be uploaded
![Logo](https://example.com/logo.png)     # Online URL - skipped (already online)

Supported image formats: PNG, JPG, JPEG, GIF, WebP, SVG

Images are uploaded using the /image-upload skill and replaced with shareable URLs (e.g., Catbox, ImgBB).

Output

The formatted HTML includes:

  • Inline CSS styles (no external dependencies)
  • WeChat-compatible markup
  • Properly styled headings, paragraphs, lists, and code blocks
  • Responsive design for mobile reading

Customization

Modifying Styles

Edit styles/custom.css to customize the appearance:

  • Primary color: rgb(53, 179, 120) (green accent)
  • Font family: Optima, Microsoft YaHei, PingFangSC-regular
  • Base font size: 16px (body), 15px (paragraphs)

API Configuration

The skill uses the following bm.md API settings:

ParameterValueDescription
markdownStylegreen-simpleBase styling theme for rendered output
platformwechatOutput optimized for WeChat
enableFootnoteLinkstrueConvert links to footnotes
openLinksInNewWindowtrueLinks open in new window
customCss(from styles/custom.css)Custom CSS passed as string

Integration

This skill works with:

  • image-upload - Automatically uploads local images referenced in your markdown to online hosting providers
  • WeChat Article Publisher - Optionally publish formatted articles as drafts to your WeChat public account

Project Structure

wechat-article-formatter-skill/
├── skill.md          # Skill definition and instructions
├── styles/
│   └── custom.css    # Custom CSS for article styling
└── README.md         # This file

Requirements

  • Claude Code CLI
  • Internet access for bm.md API calls
  • /image-upload skill installed (for local image support)

License

MIT License

Author

Created for use with Claude Code.

// faq

What is wechat-article-formatter-skill?

Claude Skill that format Wechat articles for 微信公众号 (微信公众号文章排版,支持自定义样式). It is open-source on GitHub.

Is wechat-article-formatter-skill free to use?

wechat-article-formatter-skill is open-source, so it is free to use.

What category does wechat-article-formatter-skill belong to?

wechat-article-formatter-skill is listed under skills in the Claudeers registry of Claude-compatible tools.

3 views
75 stars
unclaimed
updated 28 days ago

// embed badge

wechat-article-formatter-skill on Claudeers
[![Claudeers](https://claudeers.com/api/badge/wechat-article-formatter-skill.svg)](https://claudeers.com/wechat-article-formatter-skill)

// retro hit counter

wechat-article-formatter-skill hit counter
[![Hits](https://claudeers.com/api/counter/wechat-article-formatter-skill.svg)](https://claudeers.com/wechat-article-formatter-skill)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell272,506MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python169,406[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python129,208MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python106,387MIT[ claude ]
→ see how wechat-article-formatter-skill connects across the ecosystem