AI Agent Hub
Back to skills
WeChat Publisher Plus icon

WeChat Publisher Plus

Content Creation Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_c442d9a2/wechat-publisher-plus into your AI assistant.

About this skill

Problem

WeChat article HTML is constrained by a strict CSS whitelist. Converting Markdown can lead to lost styles, broken images, filtered <style> blocks, or inconsistent layout if templates are assembled manually.

How It Works

The skill turns Markdown into WeChat-compatible HTML and adds template, preview, and API publishing workflows:
- Conversion: markdown_to_wechat.py produces inline-styled HTML that avoids external CSS, JavaScript, and positioning layouts.
- Templates: six presets — tech, elegant, business, fashion, classic, and warm — can be chosen or recommended by article type.
- Preview: a simulated mobile view helps verify headings, code blocks, lists, quotes, and tables before publishing.
- API publishing: with WECHAT_APP_ID and WECHAT_APP_SECRET, it can upload a cover image, create a draft, and publish.

Boundaries

This is best for writers with WeChat API access who need repeatable formatting. External images, custom fonts, or interactive layouts must be replaced with WeChat-supported assets and structure, or they may be filtered or rendered incorrectly.

Use Cases

  • Technical writers convert dev-log Markdown into the tech template and create a draft after preview.
  • Editors turn industry reports into business-styled WeChat HTML, upload covers, and save drafts.
  • Product ops publish launch posts using the fashion template after mobile preview and API checks.
  • Content leads format long articles with the classic template and verify inline styles and images.

Best For

  • Official account technical writers who need stable Markdown tutorial typesetting and draft creation.
  • Product ops who need mobile template and image checks before publishing.
  • Content editors who need type-based template switching, cover upload, and publishing.
  • Full-stack engineers who need WeChat API automation for drafts, publishing, and media upload.