baoyu-post-to-wechat

Automate publishing Markdown or HTML articles to WeChat Official Accounts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, chrome, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of publishing content to WeChat Official Accounts, whether it's formatted articles or image-text posts, saving significant manual effort.

Core Features & Use Cases

  • Article Publishing: Post articles from Markdown or HTML files, supporting themes and auto-generated metadata.
  • Image-Text Posting: Create posts with multiple images, automatically handling title and content extraction from Markdown.
  • API or Browser Automation: Offers flexibility in publishing methods, catering to different user needs and environments.

Quick Start

Use the baoyu-post-to-wechat skill to publish the article from 'my_article.md' using the 'grace' theme.

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 publish markdown articles to a WeChat Official Account?

You can publish markdown articles to a WeChat Official Account by automating the process through official APIs or Chrome DevTools Protocol, which handles theme customization and auto-generates metadata for your content.

Can I post image-text content to WeChat Official Accounts using markdown?

Yes, you can post image-text content using markdown. The Skill automatically extracts titles and content from markdown files and handles multiple images to create the image-text post.

Does this WeChat publishing method require browser automation?

Browser automation via Chrome DevTools Protocol is supported but not strictly required. The Skill offers flexibility to publish directly through WeChat's official APIs, catering to different environments and user preferences.

What is the best way to automate posting HTML files to WeChat?

The best way to automate posting HTML files to WeChat is using this Skill, which processes HTML inputs alongside Markdown, applies theme customization, and handles images through official APIs or browser automation.

Do I need Bun and Chrome installed to automate WeChat article publishing?

Yes, Bun and Chrome are required dependencies. Bun manages the execution environment for the automation scripts, while Chrome is necessary if you choose the browser automation method via the DevTools Protocol.

Why use API integration over browser automation for WeChat Official Account posts?

Using API integration for WeChat Official Account posts provides a direct, often more stable method compared to browser automation, though both are supported to offer flexibility catering to different user needs and publishing environments.