canghe-post-to-wechat

Publish Markdown or HTML content to WeChat Official Account via API or browser automation.

429|102|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/freestylefly/canghe-skills --skill canghe-post-to-wechat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canghe-post-to-wechat
Source: https://github.com/freestylefly/canghe-skills/tree/main/skills/canghe-post-to-wechat
Command: npx skills add https://github.com/freestylefly/canghe-skills --skill canghe-post-to-wechat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires front-matter, highlight.js, marked, reading-time, @antv/infographic, juice, fflate, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines publishing to WeChat Official Accounts by enabling content creation from Markdown or HTML and posting via API or browser automation. It supports both article posts and image-text posts with multiple images, consolidating preparation, conversion, and publishing into a single end-to-end workflow.

Core Features & Use Cases

  • API publishing: Publish news or image-text drafts to WeChat using official API endpoints with prepared metadata and cover handling.
  • Browser-based posting: Automate posting through a Chrome browser session, including login management and content editing.
  • Content versatility: Accepts Markdown/HTML inputs and converts Markdown to HTML with image placeholders for image insertion, enabling seamless workflows for blogs, newsletters, and campaigns.
  • Use Case: A marketing team can script weekly WeChat updates by feeding Markdown articles and image assets, publishing them to their official account with a single command.

Quick Start

Install the skill, configure WECHAT_APP_ID and WECHAT_APP_SECRET (project- or user-level), and run it against your content to publish to WeChat.

Frequently Asked Questions about canghe-post-to-wechat

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

FAQPage Schema
How do I publish Markdown articles to a WeChat Official Account automatically?

You can publish Markdown to a WeChat Official Account by converting it to HTML and using the WeChat API or browser automation to post the content, handling cover images and formatting automatically.

Can I post image-text posts with multiple images to WeChat from HTML inputs?

Yes, you can post image-text posts with multiple images to WeChat from HTML inputs. The skill processes HTML with image placeholders and publishes multi-image drafts via the WeChat API or browser automation.

Do I need WeChat API credentials to automate publishing posts?

Yes, you need WeChat API credentials to automate publishing posts via the API. You must configure WECHAT_APP_ID and WECHAT_APP_SECRET, or use a logged-in browser session for browser-based posting.

What is the best way to switch between API and browser automation for WeChat publishing?

The best way to switch between API and browser automation for WeChat publishing is through configuration. The skill supports both official API endpoints and Chrome browser sessions, allowing you to choose based on your setup.

Does browser-based WeChat posting require manual login management?

Browser-based WeChat posting does not require manual login management for every post. The skill automates posting through a Chrome browser session, utilizing an already logged-in session to handle content editing and publishing.