Install
openclaw skills install x-automationAutomate posting on X by scraping trends, generating and scheduling tweets via browser without API costs, with approval workflows and human-like delays.
openclaw skills install x-automationAutomate 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.