hive.x-automation
仓库创建 2026年1月12日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由
包含已验证的发布、回复、清理与日常回复剧本,提升自动化鲁棒性。
▸ 风险提示
自动化可能触发平台风控并导致账号封禁或需模拟敏感浏览器行为
这个 Skill 做什么
针对 X/Twitter 的浏览器自动化与常见发帖、回复、搜索与草稿问题的实务指南。
要自动化在 X/Twitter 发帖、回复、删贴或做批量互动时用这套实务指南。它给出经过验证的流程(发帖、回复、搜索、日常回复等),并特别提醒 Draft.js 编辑器会无声地把发送按钮禁用等奇葩问题,避免自动化失败。适合做机器人、舆情监控或招聘私信等自动回复场景。注意需要配合底层的 browser-automation 能力来做截图和坐标级操作。
▸ 展开 SKILL.md 英文原文
Read before automating X / Twitter with browser_* tools. Verified flows for post, reply, delete, search-and-engage, plus the Draft.js compose quirks that silently disable the send button. Includes the daily-reply and job-market-reply playbooks. Requires hive.browser-automation for the underlying screenshot + coordinate workflow. Verified 2026-04-11.
1.1w
Stars
5.7k
Forks
18
仓库内 Skill
+132
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/aden-hive/hive/main/core/framework/skills/_preset_skills/x-automation/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/aden-hive/hive/main/core/framework/skills/_preset_skills/x-automation/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# X / Twitter Automation X uses **Draft.js** (the original Facebook rich-text editor) for the compose text area, which was the original canary for all the rich-text editor quirks the `browser-automation` skill now documents. Most of the site is otherwise stable — `data-testid` attributes have held up for years, the SPA is reasonably honest about what it renders, and shadow DOM is minimal. The hard parts are the composer, rate limiting, and the occasional anti-bot challenge. **Always activate `browser-automation` first.** This skill assumes you already know about CSS-px coordinates, click-first typing, and `Input.insertText`. The guidance below is X-specific. ## Timing expectations - `bro
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有