Automate posting on X by scraping trends, generating and scheduling tweets via browser without API costs, with approval workflows and human-like delays.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install x-automation或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install x-automation⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/x-automation/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Automate X posts via browser control - bypass $200/month API costs.
X API pricing is insane:
This skill uses browser automation instead. Zero API costs.
✅ Trend Scraping
✅ Tweet Generation
✅ Scheduled Posting
✅ Browser Automation
cd ~/.openclaw/workspace/skills/x-automation
npm install
Ask your agent:
"Check X trends and generate 3 tweet ideas"
The agent will:
Set up a cron job to run every 4 hours:
{
"schedule": { "kind": "every", "everyMs": 14400000 },
"payload": {
"kind": "agentTurn",
"message": "Check X trends, generate 2-3 tweet ideas, send to Telegram for approval"
},
"sessionTarget": "isolated"
}
"Post this tweet: <your text>"
No API keys needed! Just:
Default focus areas (customize in your prompts):
Default tone:
x-automation/
├── scripts/
│ ├── auto-tweet.js # Main automation
│ ├── post.js # Single tweet posting
│ ├── post-approved.js # Post from queue
│ └── check-trends.js # View current trends
├── data/ # Created on first run
│ ├── latest-trends.json
│ ├── approved-queue.json
│ └── tweet-history.json
├── SKILL.md
├── README.md
└── package.json
This automates YOUR account via YOUR browser. You're not violating X ToS any more than using the website normally. Just don't spam.
Optimal posting times (adjust for your timezone):
Posting frequency:
Content strategy:
See WORKFLOW.md for detailed examples of:
This skill is credential-free and safe to share. No API keys, no passwords, no private data.
Issues? Check:
---
Built for crypto devs who refuse to pay $200/month for an API that should be free.
安装 X Auto-Tweet (Browser) 后,可以对 AI 说这些话来触发它
Help me get started with X Auto-Tweet (Browser)
Explains what X Auto-Tweet (Browser) does, walks through the setup, and runs a quick demo based on your current project
Use X Auto-Tweet (Browser) to automate posting on X by scraping trends, generating and scheduling...
Invokes X Auto-Tweet (Browser) with the right parameters and returns the result directly in the conversation
What can I do with X Auto-Tweet (Browser) in my data & analytics workflow?
Lists the top use cases for X Auto-Tweet (Browser), with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/x-automation/ 目录(个人级,所有项目可用),或 .claude/skills/x-automation/(项目级)。重启 AI 客户端后,用 /x-automation 主动调用,或让 AI 根据上下文自动发现并使用。
X Auto-Tweet (Browser) 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
X Auto-Tweet (Browser) 可免费安装使用。请查阅仓库了解许可证信息。
Automate posting on X by scraping trends, generating and scheduling tweets via browser without API costs, with approval workflows and human-like delays.
X Auto-Tweet (Browser) 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using X Auto-Tweet (Browser)
Identifies repetitive steps in your workflow and sets up X Auto-Tweet (Browser) to handle them automatically