baoyu-post-to-wechat
仓库创建 2026年2月2日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
对接公众号发布流程,适合内容运营自动化与批量发布。
▸ 风险提示
需要公众号接口凭据或自动化登录权限,涉及账户操作风险。
这个 Skill 做什么
通过公众号 API 或 Chrome CDP 自动将文章/图文发布到微信公众号。
把文章或图文稿自动发布到微信公众号,接受 HTML、Markdown 或纯文本,并能上传多图做图文排版。适合需要批量或自动化发文、账号没开放 API 或想走自动化浏览器流程的场景。亮点是同时支持官方 API 和 Chrome CDP 两种发布方式,灵活兼容各种账号环境。
▸ 展开 SKILL.md 英文原文
Posts content to WeChat Official Account (微信公众号) via API or Chrome CDP. Supports article posting (文章) with HTML, markdown, or plain text input, and image-text posting (图文) with multiple images. Use when user mentions "发布公众号", "post to wechat", "微信公众号", or "图文/文章".
4.2k
Stars
417
Forks
40
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/anbeime/skill/main/skills/content-creation-publisher/baoyu-post-to-wechat/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/anbeime/skill/main/skills/content-creation-publisher/baoyu-post-to-wechat/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Post to WeChat Official Account
## Language
**Match user's language**: Respond in the same language the user uses. If user writes in Chinese, respond in Chinese. If user writes in English, respond in English.
## Script Directory
**Agent Execution**: Determine this SKILL.md directory as `SKILL_DIR`, then use `${SKILL_DIR}/scripts/<name>.ts`.
| Script | Purpose |
|--------|---------|
| `scripts/wechat-browser.ts` | Image-text posts (图文) |
| `scripts/wechat-article.ts` | Article posting via browser (文章) |
| `scripts/wechat-api.ts` | Article posting via API (文章) |
## Preferences (EXTEND.md)
Use Bash to check EXTEND.md existence (priority order):
```bash
# Check project-level first
testvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有