A comprehensive skill for creating, editing, and publishing WeChat Official Account articles with optimized HTML layout, professional styling, and responsive design.
- 📝 Optimized article structure with clear visual hierarchy
- 🎨 Professional color system and typography
- 🖼️ Image management (cover + inline images)
- 📱 Mobile-responsive design
- 🎯 Pre-built HTML templates and patterns
- 📊 Styled tables, cards, and content blocks
# 1. Get access token
mcp_wechat-official-account_wechat_auth --action get_token
# 2. Upload images
mcp_wechat-official-account_wechat_upload_img --filePath /path/to/image.jpg
# 3. Create draft
mcp_wechat-official-account_wechat_draft --action add --articles '[...]'
# 4. Publish
mcp_wechat-official-account_wechat_publish --action submit --mediaId <DRAFT_ID>- SKILL.md: Complete guide for WeChat article creation
- assets/article-template.html: Copy-paste ready HTML template
- WeChat Official Account MCP configured
ghCLI installed (for GitHub operations)
MIT License