post-to-wechat

Publish Markdown articles and image-text posts to WeChat Official Accounts via API or browser automation.

4|1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/GPTtang/skill-atlas --skill post-to-wechat-gpttang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-to-wechat
Source: https://github.com/GPTtang/skill-atlas/tree/main/skills/social-media/post-to-wechat
Command: npx skills add https://github.com/GPTtang/skill-atlas --skill post-to-wechat-gpttang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, wechat-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of publishing articles and image-text posts to WeChat Official Accounts, saving users significant manual effort and time.

Core Features & Use Cases

  • Article Publishing: Supports posting articles via API or browser, converting Markdown to HTML.
  • Image-Text Posting: Enables posting short content with multiple images (up to 9) using a browser-based script.
  • Configuration Flexibility: Allows customization through EXTEND.md for themes, default authors, and comment settings.
  • Use Case: A marketing manager needs to publish a new product announcement article to their company's WeChat Official Account. They can use this Skill to convert their Markdown draft into a formatted HTML article and publish it directly.

Quick Start

Use the post-to-wechat skill to publish the article located at ./my-article.md to your WeChat Official Account.

Frequently Asked Questions about post-to-wechat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish a markdown article to a WeChat Official Account via API?

To publish a markdown article to a WeChat Official Account via API, this Skill converts your Markdown draft into formatted HTML, validates metadata, and manages credentials for seamless automated posting.

Can I post image-text content with multiple images to WeChat Official Accounts?

Yes, you can post image-text content with up to nine images using a browser-based script, enabling short content publishing directly to your WeChat Official Account.

Do I need bun and wechat-api to automate WeChat publishing?

Yes, you need the bun runtime and wechat-api package configured in your environment to handle credential management and execute the publishing scripts.

What is the best way to convert markdown to HTML for WeChat article publishing?

The best way to convert markdown to HTML for WeChat article publishing is using this Skill, which integrates with external markdown-to-html skills to format your draft before posting it to the Official Account.

How can I customize default authors and themes for WeChat article publishing?

You can customize default authors, themes, and comment settings for WeChat article publishing by modifying the EXTEND.md configuration file to suit your specific preferences.

Why does markdown conversion fail when posting to my WeChat Official Account?

Markdown conversion fails when posting to your WeChat Official Account if the external markdown-to-html integration is missing or if environment configurations for API access and credentials are invalid.