baoyu-post-to-wechat

Automate posting markdown or HTML articles to WeChat Official Accounts via API or browser.

103|14|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/szsip239/teamclaw --skill baoyu-post-to-wechat-szsip239
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-post-to-wechat
Source: https://github.com/szsip239/teamclaw/tree/main/data/skills/content-skills/baoyu-post-to-wechat
Command: npx skills add https://github.com/szsip239/teamclaw --skill baoyu-post-to-wechat-szsip239

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates posting content to WeChat Official Accounts, eliminating manual copy-paste work and repetitive login steps when publishing markdown/html articles and image-text posts.

Core Features & Use Cases

  • API-based posting: publish articles with optional images and cover images to WeChat Drafts and publish endpoints.
  • Browser-based posting: automate the WeChat editor using Chrome DevTools Protocol to paste content and upload images from local files or URLs.
  • Use Case: a content team converts markdown into WeChat posts and drafts for multiple accounts, saving time and reducing errors.

Quick Start

Provide a markdown file and images, then choose API or browser posting to publish to WeChat.

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?

You can automate posting markdown articles by providing a markdown file to the skill's scripts, which convert the content and publish it to WeChat Drafts and publish endpoints via the WeChat API.

What's the best way to publish image-text posts with multiple images to WeChat?

The best way to publish image-text posts with multiple images is using API-based posting or browser automation, which support uploading images from local files or URLs and adding optional cover images to WeChat drafts.

Do I need a WECHAT_APP_ID and WECHAT_APP_SECRET to automate WeChat publishing?

Yes, automating WeChat publishing via API requires configuring WECHAT_APP_ID and WECHAT_APP_SECRET in your environment files or a .env file to authenticate your Official Account credentials.

Can I use browser automation to publish content to multiple WeChat Official Accounts?

Yes, you can use browser automation to publish content across multiple WeChat Official Accounts, as the skill supports multi-account scenarios by automating the WeChat editor via Chrome DevTools Protocol.

What is the difference between API-based and browser-based We posting methods?

API-based WeChat posting sends markdown and images directly to WeChat endpoints, while browser-based posting uses Chrome DevTools Protocol to automate the WeChat editor by pasting content and uploading images.

Does WeChat API posting support HTML content or only markdown?

WeChat API posting supports both markdown and HTML content, allowing you to automate publishing workflows by sending either format directly to the WeChat Drafts and publish endpoints.