x-automationAutomate posting on X by scraping trends, generating and scheduling tweets via browser without API costs, with approval workflows and human-like delays.
Install via ClawdBot CLI:
clawdbot install nightfullstar/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.
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.