baoyu-post-to-wechat

Post articles and image-text messages to WeChat Official Accounts via API or CDP.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/archerli/skill-set --skill baoyu-post-to-wechat-archerli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-post-to-wechat
Source: https://github.com/archerli/skill-set/tree/main/baoyu-skills/baoyu-post-to-wechat
Command: npx skills add https://github.com/archerli/skill-set --skill baoyu-post-to-wechat-archerli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires baoyu-chrome-cdp, baoyu-md, jimp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of posting content to a WeChat Official Account, eliminating the need for manual copying and pasting.

Core Features & Use Cases

  • HTML/Markdown Input: Supports posting content in HTML, Markdown, and plain text formats.
  • Image Integration: Ability to post articles with images and create multi-image posts.
  • API and Browser Methods: Provides options to post via the WeChat API or using Chrome DevTools Protocol (CDP).
  • Multi-Account Support: Manages multiple WeChat Official Accounts with individual settings and credentials.
  • Use Case: Ideal for bloggers or content creators who want to automate the posting of articles to their WeChat Official Account.

Quick Start

To post an article to your WeChat Official Account, use the following command:

/post-to-wechat --markdown article.md --images images/

Frequently Asked Questions about baoyu-post-to-wechat

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

FAQPage Schema
How do I automate posting Markdown articles to a WeChat Official Account?

The Skill supports HTML, Markdown, and plain text formats, parsing the input to automatically format and post articles with images to your WeChat Official Account.

Can I post images and create multi-image articles on WeChat Official Accounts?

Yes, you can post articles with images and create multi-image posts by specifying an image directory, allowing rich image-text messages on WeChat Official Accounts.

Do I need a specific browser setup to post content to WeChat via Chrome DevTools Protocol?

You need a browser with Chrome DevTools Protocol (CDP) support to post content to WeChat, which serves as an alternative to using the WeChat API directly.

How does this tool handle managing multiple WeChat Official Accounts?

It manages multiple WeChat Official Accounts by maintaining individual settings and credentials for each account, ensuring isolated and accurate content posting.

What are the limitations of using the WeChat API versus Chrome DevTools Protocol for article posting?

Using the WeChat API requires specific credentials, while Chrome DevTools Protocol (CDP) requires a compatible browser, offering two distinct posting methods with different setup dependencies.