Manage Weibo posts via Puppeteer with a secure request-approve-execute workflow for drafting, reviewing, and publishing text and images.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install weibo-manager或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install weibo-manager⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/weibo-manager/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Control Weibo via Puppeteer (Unofficial API). Supports requesting posts, admin approval flow, and executing posts with text/images.
Request -> Approve -> Execute workflow. Autonomous publishing is FORBIDDEN. The Agent must never call publisher.js directly without an explicit "Approve" signal from the admin.request_publish.js to create a pending task and notify admin (via Feishu).approve_post.js (which calls publisher.js) to publish.Creates a pending post file (pending_posts/post_TIMESTAMP.json) and sends a review card to Feishu.
node skills/weibo-manager/src/request_publish.js <chat_id> <content> [image_path1] [image_path2] ...
- Newlines: Use literal newlines in the shell string (e.g. inside single quotes 'First line\nSecond line') or \n. The script handles \n conversion to simulated Enter key presses.
Example:
node skills/weibo-manager/src/request_publish.js "oc_123..." "Hello Weibo!\nThis is a new line." "skills/weibo-manager/assets/image.png"
Reads the pending post file and uses Puppeteer to publish it.
node skills/weibo-manager/src/approve_post.js <chat_id> <post_id>
post_1720000000000).Example:
node skills/weibo-manager/src/approve_post.js "oc_123..." "post_1720000000000"
skills/weibo-manager/cookies.json. - CRITICAL: This file MUST exist for the publisher to work. - How to populate (Recommended): 1. Manual Method (Best): User logs into weibo.com in their browser, uses a cookie editor extension (e.g. "EditThisCookie") or DevTools to export cookies as a JSON array, and saves them to skills/weibo-manager/cookies.json. 2. Why?: Weibo has strict anti-bot detection (CAPTCHAs, SMS verification) during login. Automated grabbing or login attempts often fail or trigger security checks. Using a valid, manually provided session cookie is much more stable.
publisher.js splits content by \n and types each line followed by page.keyboard.press('Enter') to ensure proper formatting in the Weibo editor.input[type="file"] upload.skills/weibo-manager/pending_posts/.skills/weibo-manager/
├── SKILL.md
├── cookies.json # Auth
├── pending_posts/ # Queue
│ └── post_123.json
├── src/
│ ├── request_publish.js # Step 1
│ ├── approve_post.js # Step 2
│ └── publisher.js # Core logic
└── assets/ # Images安装 Weibo Manager 后,可以对 AI 说这些话来触发它
Help me get started with Weibo Manager
Explains what Weibo Manager does, walks through the setup, and runs a quick demo based on your current project
Use Weibo Manager to manage Weibo posts via Puppeteer with a secure request-approve-exec...
Invokes Weibo Manager with the right parameters and returns the result directly in the conversation
What can I do with Weibo Manager in my marketing & growth workflow?
Lists the top use cases for Weibo Manager, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/weibo-manager/ 目录(个人级,所有项目可用),或 .claude/skills/weibo-manager/(项目级)。重启 AI 客户端后,用 /weibo-manager 主动调用,或让 AI 根据上下文自动发现并使用。
Weibo Manager 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Weibo Manager 可免费安装使用。请查阅仓库了解许可证信息。
Manage Weibo posts via Puppeteer with a secure request-approve-execute workflow for drafting, reviewing, and publishing text and images.
Weibo Manager 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Weibo Manager
Identifies repetitive steps in your workflow and sets up Weibo Manager to handle them automatically