Complete documentation for XActions v3.4.4 — The X/Twitter Automation Toolkit
| Guide | Description |
|---|---|
| Getting Started | Install, authenticate, run your first command |
| CLI Reference | All xactions CLI commands |
| API Reference | REST API endpoints (170+) |
| MCP Server | Set up MCP for Claude, Cursor, GPT |
| Browser Scripts | Run scripts in DevTools console |
| Automation Framework | Browser automation system |
| Dashboard | Web dashboard guide |
| Video Downloader | Download X/Twitter videos |
| Configuration | Personas, niches, environment |
| Database Schema | PostgreSQL models (Prisma) |
| Browser Extension | Chrome/Edge extension |
| Deployment | Deploy to Railway, Fly.io, Docker, etc. |
| Architecture | System design and project structure |
| Analytics & Monitoring | Sentiment, reputation, follower tracking |
| AI Features | AI tweet writer, voice analysis, Grok |
| Skills Reference | 31 agent skills for AI assistants |
| DOM Selectors | X/Twitter DOM selector reference |
| Troubleshooting | Common issues and fixes |
XActions provides 5 interfaces to the same underlying toolkit:
┌─────────────────────────────────────────────────────┐
│ XActions v3.4.4 │
├──────────┬──────────┬───────┬──────────┬────────────┤
│ CLI │ MCP │ API │ Dashboard│ Browser │
│ xactions │ server │ REST │ Web UI │ Scripts │
│ ↕ │ ↕ │ ↕ │ ↕ │ ↕ │
│ Terminal │ AI Agent │ HTTP │ Browser │ DevTools │
└──────────┴──────────┴───────┴──────────┴────────────┘
- CLI —
xactions <command>from your terminal - MCP Server — 144 tools for Claude, Cursor, Windsurf, GPT
- REST API — 170+ endpoints at
localhost:3001/api - Web Dashboard — Full-featured UI at
localhost:3001 - Browser Scripts — Paste into DevTools on x.com
| Platform | Scraping | Posting | Following | Export |
|---|---|---|---|---|
| X/Twitter | ✅ | ✅ | ✅ | ✅ |
| Bluesky | ✅ | ✅ | ✅ | ✅ |
| Mastodon | ✅ | ✅ | ✅ | ✅ |
| Threads | ✅ | — | — | ✅ |
Current version: v3.1.0 (February 2026)
by nichxbt — github.com/nirholas/xactions