Post to WeChat Official Account (微信公众号)
Post content to WeChat Official Account (微信公众号). Supports both article posting (文章) and image-text posting (图文).
Post content to WeChat Official Account using Chrome CDP automation.
Script Directory
Important: All scripts are located in the scripts/ subdirectory of this skill.
Agent Execution Instructions:
Determine this SKILL.md file's directory path as
SKILL_DIRScript path =
${SKILL_DIR}/scripts/<script-name>.tsReplace all
${SKILL_DIR}in this document with the actual path
Script Reference:
scripts/wechat-browser.ts
Image-text posts (图文)
scripts/wechat-article.ts
Full article posting (文章)
scripts/md-to-wechat.ts
Markdown → WeChat HTML conversion
scripts/copy-to-clipboard.ts
Copy content to clipboard
scripts/paste-from-clipboard.ts
Send real paste keystroke
Quick Usage
Image-Text (图文) - Multiple images with title/content
Article (文章) - Full markdown with formatting
Note:
${SKILL_DIR}represents this skill's installation directory. Agent replaces with actual path at runtime.
References
Image-Text Posting: See
references/image-text-posting.mdfor detailed image-text posting guideArticle Posting: See
references/article-posting.mdfor detailed article posting guide
Prerequisites
Google Chrome installed
bunruntime (vianpx -y bun)First run: log in to WeChat Official Account in the opened browser window
Features
Multiple images
✓ (up to 9)
✓ (inline)
Markdown support
Title/content extraction
Full formatting
Auto title compression
✓ (to 20 chars)
✗
Content compression
✓ (to 1000 chars)
✗
Themes
✗
✓ (default, grace, simple)
Troubleshooting
Not logged in: First run opens browser - scan QR code to log in, session is preserved
Chrome not found: Set
WECHAT_BROWSER_CHROME_PATHenvironment variablePaste fails: Check system clipboard permissions
Last updated