skills/growth-automation/SKILL.md
Automates X/Twitter growth via browser console scripts. Auto-likes tweets by keyword/user filters, auto-comments on target users, follows by keyword search or engagement, follows audiences of target accounts with rich filtering, trains the algorithm for niches, and runs combined growth suites. All require pasting core.js first. Use when automating Twitter growth, engagement, following, or audience building.
npx skillsauth add nirholas/xactions growth-automationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Browser console scripts for X/Twitter. Always paste src/automation/core.js first -- it provides shared config, selectors, utilities, and rate limiting.
| Goal | File |
|------|------|
| Auto-like timeline tweets | src/automation/autoLiker.js |
| Auto-comment on target's posts | src/automation/autoCommenter.js |
| Follow users by keyword search | src/automation/keywordFollow.js |
| Follow users who engaged with posts | src/automation/followEngagers.js |
| Follow target account's audience | src/automation/followTargetUsers.js |
| All-in-one growth suite | src/automation/growthSuite.js |
| Train algorithm for your niche | src/automation/algorithmTrainer.js |
| Boost engagement systematically | src/engagementBooster.js |
| Welcome new followers | src/welcomeNewFollowers.js |
| Auto-plug viral tweets | src/autoPlugReplies.js |
Scrolls timeline, checks tweets against configurable filters (keywords, users, skip replies/ads, min likes threshold, max per session), clicks Like. Gaussian-randomized delays.
Monitors a target user's profile for new posts. Replies with randomly rotated comment templates. Configurable check interval and max comments per session.
Searches X by keywords, follows users from results. Records follow timestamps (used by smartUnfollow.js for grace-period logic). Configurable daily limits, de-duplicates.
Takes post URL(s), scans likers/retweeters/quote-tweeters, follows them. Configure engagement types and follow limit per post.
Takes target account(s), follows their followers or following. Rich filters: min/max follower count, ratio, bio keywords (include/exclude), account age.
Combines keyword follow + auto-like + smart unfollow + engagement tracking into a single long-running session with unified rate limiting.
Autonomous 24/7 algorithm training engine. Configurable niches with search terms and comment templates. Cycles through 8 phases: search top/latest, follow people, home feed engagement, influencer visits, profile visits, explore browsing, idle dwell. Human-like timing, probabilistic engagement, intensity presets (chill/normal/active), per-cycle and daily rate limits.
Controls: stopTrainer(), trainerStatus(), trainerReset()
Systematically likes and replies to tweets from target accounts. Tracks engagement history to avoid duplicates. Builds reciprocal relationships.
| File | Purpose |
|------|---------|
| src/automation/quotaSupervisor.js | Rate limiting with hourly/daily quotas |
| src/automation/sessionLogger.js | Action logging, reports, JSON/CSV export |
| src/automation/multiAccount.js | Multi-account rotation and tracking |
| src/automation/customerService.js | Auto-respond to mentions/DMs |
| src/automation/protectActiveUsers.js | Protect engaged followers from unfollow |
| src/automation/smartUnfollow.js | Time-based unfollow with whitelist |
| src/automation/rssMonitor.js | Monitor RSS feeds for content triggers |
Defined in src/automation/core.js:
| Element | Selector |
|---------|----------|
| Like button | [data-testid="like"] |
| Tweet | article[data-testid="tweet"] |
| Tweet text | [data-testid="tweetText"] |
| User cell | [data-testid="UserCell"] |
| Follow button | [data-testid$="-follow"] |
src/automation/algorithmTrainer.js with your niche keywordssrc/automation/keywordFollow.js targeting niche keywords dailysrc/automation/autoLiker.js to engage with niche contentsrc/welcomeNewFollowers.js to greet new followerssrc/automation/smartUnfollow.js to remove non-reciprocalssrc/automation/followEngagers.js on competitor's viral tweetssrc/engagementBooster.js targeting accounts in your spacesrc/autoPlugReplies.js on your viral tweetssrc/automation/followTargetUsers.js on competitor audiences with ratio filtersrc/automation/core.js first for automation scriptssrc/ (non-automation) are standalone -- no core.js neededtools
Free MCP server providing 68+ tools for AI agents to automate X/Twitter. Scrapes profiles, followers, tweets. Posts, follows, likes, retweets, downloads videos, analyzes sentiment, monitors brands, manages DMs, runs workflows, and more. Uses local Puppeteer -- no API keys or payments required. Compatible with Claude Desktop, Cursor, Windsurf, VS Code. Use when setting up or using AI agent Twitter automation via MCP.
tools
Command-line interface for scraping X/Twitter data, managing MCP server config, and running automation. Scrapes profiles, followers, tweets, search results, and more from terminal. Outputs text, JSON, or CSV. Uses Puppeteer stealth. Use when running Twitter operations from command line or automated pipelines.
development
Enable and integrate x402 crypto payment protocol for XActions API access. Supports multi-chain, multi-token payments for pay-per-use API calls. Use when users want to pay for XActions operations with crypto or integrate x402 into their own agent/app.
tools
Navigate to X Pro (TweetDeck), set up monitoring columns, and manage multi-column view. Use when users want to use X Pro / TweetDeck features or set up a multi-column dashboard.