/ Annuaire / Playground / wechat-article-formatter-skill
● Communauté iamzifei ⚡ Instantané

wechat-article-formatter-skill

par iamzifei · iamzifei/wechat-article-formatter-skill

Format markdown articles for 微信公众号 publishing — turn a draft into properly-styled WeChat-ready HTML with one prompt.

WeChat公众号's editor is notoriously picky about HTML. This skill takes a Markdown article and produces the inline-styled HTML WeChat accepts — headings, quotes, code blocks, images all rendered in your chosen theme. Supports custom styling.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

wechat-article-formatter-skill.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "wechat-article-formatter-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/iamzifei/wechat-article-formatter-skill",
        "~/.claude/skills/wechat-article-formatter-skill"
      ],
      "_inferred": true
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "wechat-article-formatter-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/iamzifei/wechat-article-formatter-skill",
        "~/.claude/skills/wechat-article-formatter-skill"
      ],
      "_inferred": true
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "wechat-article-formatter-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/iamzifei/wechat-article-formatter-skill",
        "~/.claude/skills/wechat-article-formatter-skill"
      ],
      "_inferred": true
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "wechat-article-formatter-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/iamzifei/wechat-article-formatter-skill",
        "~/.claude/skills/wechat-article-formatter-skill"
      ],
      "_inferred": true
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "wechat-article-formatter-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/iamzifei/wechat-article-formatter-skill",
        "~/.claude/skills/wechat-article-formatter-skill"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "wechat-article-formatter-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/iamzifei/wechat-article-formatter-skill",
          "~/.claude/skills/wechat-article-formatter-skill"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add wechat-article-formatter-skill -- git clone https://github.com/iamzifei/wechat-article-formatter-skill ~/.claude/skills/wechat-article-formatter-skill

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : wechat-article-formatter-skill

Publish a technical article to 公众号 without formatting pain

👤 Chinese-speaking tech writers, 运营 ⏱ ~10 min beginner

Quand l'utiliser : You wrote in Markdown and need to post to WeChat within 15 minutes.

Prérequis
  • Skill installed — git clone https://github.com/iamzifei/wechat-article-formatter-skill ~/.claude/skills/wechat-article-formatter-skill
Déroulement
  1. Feed the draft
    使用 wechat-article-formatter-skill. 这是我的Markdown文章,帮我转成公众号可用的HTML:[paste draft]✓ Copié
    → Inline-styled HTML output with proper heading hierarchy
  2. Tweak the theme
    把主色从蓝色换成绿色,正文字号略小一点。✓ Copié
    → Updated HTML with theme diff
  3. Copy and paste
    给我最终版本,我要复制到公众号编辑器。✓ Copié
    → Clean HTML block ready for WeChat

Résultat : An article that looks good on WeChat without manual CSS fighting.

Pièges
  • Images break — WeChat requires re-uploaded images — Upload images in WeChat's media library first; skill leaves img placeholders

Build a reusable brand theme for every post

👤 公众号 teams wanting visual consistency ⏱ ~20 min intermediate

Quand l'utiliser : You're about to post the 10th article and realize each one looks different.

Déroulement
  1. Define the theme
    用 wechat-article-formatter-skill 帮我定义品牌主题: 主色 #1A73E8,标题 PingFang,正文行距 1.8。✓ Copié
    → Saved theme file with all token defaults
  2. Apply across drafts
    对 drafts/ 里的所有文章应用这个主题。✓ Copié
    → Batch-formatted HTMLs

Résultat : Every post looks like it came from the same brand.

Combiner avec : filesystem

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

wechat-article-formatter-skill + filesystem

Batch-format a drafts/ folder

格式化 drafts/ 里的每一篇文章,输出到 formatted/。✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
format_article markdown, theme name Every article 0
save_theme theme spec Once per brand 0
preview_html html string Before pasting 0

Coût et limites

Coût d'exécution

Quota d'API
None
Tokens par appel
Modest — text in, HTML out
Monétaire
Free
Astuce
Save theme once; don't re-specify every article.

Sécurité

Permissions, secrets, portée

Stockage des identifiants : None
Sortie de données : None from skill

Dépannage

Erreurs courantes et correctifs

Layout broken after paste into WeChat

WeChat stripped something; re-run with fallback inline styles

Images missing

Upload to WeChat media library and replace placeholders manually

Code blocks don't preserve language highlighting

WeChat doesn't support JS-based highlighters; skill bakes colors inline — verify the theme has them

Alternatives

wechat-article-formatter-skill vs autres

AlternativeQuand l'utiliserCompromis
md2wechat / wechat-format online toolsOne-off, no Claude integrationCan't batch; no customization via prompts
wechat-article-publisher-skillYou want to auto-publish, not just formatRequires WeChat API credentials

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills