growth-automation
Installation
SKILL.md
Growth Automation
Browser console scripts for X/Twitter. Always paste src/automation/core.js first -- it provides shared config, selectors, utilities, and rate limiting.
Script Selection
| 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 |