Convert Markdown articles to WeChat Official Account formatted HTML with styled CSS and optionally upload to draft box. Supports API mode for quick conversion and AI mode for beautiful themed layouts (autumn-warm, spring-fresh, ocean-calm). Also supports assisted writing with customizable creator styles (default: Dan Koe - profound, sharp, grounded) and AI trace removal (humanizer) to make AI-generated text sound more natural. Users can add custom styles in writers/ directory. Use when user wants to write articles, convert markdown to WeChat format, remove AI writing traces, or publish to WeChat Official Account.
View on GitHubgeekjourneyx/md2wechat-skill
md2wechat
January 21, 2026
Select agents to install to:
npx add-skill https://github.com/geekjourneyx/md2wechat-skill/blob/main/plugins/md2wechat/skills/md2wechat/SKILL.md -a claude-code --skill md2wechatInstallation paths:
.claude/skills/md2wechat/# MD to WeChat Converts Markdown articles to WeChat Official Account formatted HTML with inline CSS and optionally uploads to draft box. Supports two modes: - **API Mode**: Fast conversion using md2wechat.cn API - **AI Mode**: Beautiful themed layouts powered by Claude AI ## Quick Start ```bash # Preview HTML (API mode, fast) bash skill/md2wechat/scripts/run.sh convert article.md --preview # Preview HTML (AI mode, themed) bash skill/md2wechat/scripts/run.sh convert article.md --mode ai --theme autumn-warm --preview # Upload to WeChat draft box bash skill/md2wechat/scripts/run.sh convert article.md --draft --cover cover.jpg ``` ### Natural Language Image Generation You can also ask me to generate images using natural language: #### Generate Image for Article (Insert into Markdown) ``` "Help me generate a product concept image at the beginning of article.md" "Add an image showing the product features after the second paragraph" "Create a diagram for the comparison section in article.md" ``` I will: 1. Read the article to understand the context 2. Insert the AI image generation syntax at the appropriate location 3. Call the conversion command to generate and upload the image #### Generate Standalone Image (Not for Article) ``` "Generate an image of a cute cat sitting on a windowsill" "Create a product concept image: modern smart home device, white design" "Make a diagram showing the user flow" ``` I will: 1. Call the image generation command directly 2. Return the generated image URL and WeChat material ID ### Natural Language Writing Assistance You can also ask me to help write articles using creator styles: #### Write Article from Idea ``` "Write an article about self-discipline using Dan Koe style" "Help me write a post about productivity with a sharp, grounded tone" "Create a story-style article about my travel experience" ``` I will: 1. Understand your idea or topic 2. Use the appropriate writing style (default: Dan Koe) 3. Generate article stru