Weibo Skill
Use browser automation for Weibo workflows.
Workflow
- 1. Open Weibo web/creator pages in browser tool.
- Let user complete login or secondary verification when required.
- Ask for explicit confirmation before posting or deleting content.
- Execute with snapshot + act.
- Return concise operation report.
Supported Tasks
- - Draft and publish posts (text/image where web supports)
- Reply to comments and mentions
- Check notifications and @mentions queue
- Pull visible performance stats from creator pages
- Clean up or pin/unpin posts (after confirmation)
Safety
- - Require explicit confirmation for publish/delete actions.
- Do not attempt anti-bot bypass.
- If session invalid/CAPTCHA appears, pause and request user action.
- Keep operations reversible when possible.
Trigger Examples
- - “发条微博,文案是…”
- “帮我回复今天的@”
- “看下这周微博数据”
- “把这条微博置顶/取消置顶”
Output Template
- - Action:
- Account:
- Result:
- Details:
- ...
- ...
微博技能
使用浏览器自动化执行微博工作流程。
工作流程
- 1. 在浏览器工具中打开微博网页版/创作者页面。
- 需要时让用户完成登录或二次验证。
- 在发布或删除内容前请求明确确认。
- 执行时采用快照+操作的方式。
- 返回简洁的操作报告。
支持的任务
- - 草拟并发布帖子(网页支持的文字/图片内容)
- 回复评论和@提及
- 查看通知和@提及队列
- 从创作者页面拉取可见的运营数据
- 清理或置顶/取消置顶帖子(需确认后执行)
安全规范
- - 发布/删除操作需获得明确确认。
- 不尝试绕过反机器人机制。
- 若出现会话失效/验证码,暂停并请求用户操作。
- 尽可能保持操作可逆。
触发示例
- - “发条微博,文案是…”
- “帮我回复今天的@”
- “看下这周微博数据”
- “把这条微博置顶/取消置顶”
输出模板
- - 操作:<撰写/发布/回复/数据/管理>
- 账号:<名称>
- 结果:<成功/部分成功/失败>
- 详情:
- ...
- ...