baoyu-post-to-weibo

仓库创建 2026年1月13日最近提交 23 天前SkillHot 收录 21 天前
▸ 精选理由

可绕过反爬规则实现稳定发布,适合频繁发文者。

▸ 风险提示

使用真实浏览器绕过检测,可能涉及账号风险与平台合规问题。

这个 Skill 做什么

使用真实浏览器将文本、图片和文章发布到微博。

用真实 Chrome 浏览器把文本、图片、视频和 Markdown 写的头条文章发布到微博。需要自动发微博、发头条文章或做批量社媒发布时用得上。特点是走真实浏览器绕过反爬检测,并支持长文格式,适合要求稳定发布的场景。

▸ 展开 SKILL.md 英文原文

Posts content to Weibo (微博). Supports regular posts with text, images, and videos, and headline articles (头条文章) with Markdown input via Chrome CDP. Use when user asks to "post to Weibo", "发微博", "发布微博", "publish to Weibo", "share on Weibo", "写微博", or "微博头条文章".

垂直行业微博发布自动化通用
2.4w
Stars
2.7k
Forks
22
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/skills/baoyu-post-to-weibo/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/skills/baoyu-post-to-weibo/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Post to Weibo

Posts text, images, videos, and long-form articles to Weibo via real Chrome browser (bypasses anti-bot detection).

## Script Directory

**Important**: All scripts are located in the `scripts/` subdirectory of this skill.

**Agent Execution Instructions**:
1. Determine this SKILL.md file's directory path as `{baseDir}`
2. Script path = `{baseDir}/scripts/<script-name>.ts`
3. Replace all `{baseDir}` in this document with the actual path
4. Resolve `${BUN_X}` runtime: if `bun` installed → `bun`; if `npx` available → `npx -y bun`; else suggest installing bun

**Script Reference**:
| Script | Purpose |
|--------|---------|
| `scripts/weibo-post.ts` | Regular posts (text + images
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有