growth-automation

growth-automation is a skill for Claude Code from nirholas/XActions. It costs 81 tokens per session (1,254 once invoked), scanned A, original, Apache-2.0.

A set of browser scripts that automates actions on X, such as liking, commenting, following users, and finding target audiences. It also includes tools for shaping a timeline around a chosen niche and welcoming new followers.

In plain words
What is it for?
Use it to follow users by keywords or engagement, like or comment on selected posts, follow another account’s audience, and run several growth actions together.
Why use it?
It reduces repetitive work involved in finding accounts and interacting with posts, though automated activity can affect how your account is perceived.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the xactions plugin — 50 skills, 1 MCP server shipped together

Good fit Use it to follow users by keywords or engagement, like or comment on selected posts, follow another account’s audience, and run several growth actions together.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nirholas/xactions/growth-automation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add nirholas/XActions --skill growth-automation
Clone the repo
git clone --depth 1 https://github.com/nirholas/XActions

Made for: Claude Code.

Or install xactions, the plugin that ships this one along with the rest of its 50 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for growth-automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/nirholas/xactions/growth-automation/github.svg)](https://agentmods.dev/skills/nirholas/xactions/growth-automation)
Your own site
<a href="https://agentmods.dev/skills/nirholas/xactions/growth-automation"><img src="https://agentmods.dev/badge/skills/nirholas/xactions/growth-automation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for growth-automation

Your own site · 80×15
<a href="https://agentmods.dev/skills/nirholas/xactions/growth-automation"><img src="https://agentmods.dev/badge/skills/nirholas/xactions/growth-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,254 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00081 $0.01254
Opus 5 $0.00041 $0.00627
Sonnet 5 $0.00016 $0.00251
Haiku 4.5 $0.00008 $0.00125

Measured 9d ago against content hash e5175f76722b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

growth-automation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/growth-automation/SKILL.md · 109 lines

How it starts

The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Key Scripts

autoLiker.js

Scrolls timeline, checks tweets against configurable filters (keywords, users, skip replies/ads, min likes threshold, max per session), clicks Like. Gaussian-randomized delays.

autoCommenter.js

Monitors a target user's profile for new posts. Replies with randomly rotated comment templates. Configurable check interval and max comments per session.

keywordFollow.js

Searches X by keywords, follows users from results. Records follow timestamps (used by smartUnfollow.js for grace-period logic). Configurable daily limits, de-duplicates.

followEngagers.js

Takes post URL(s), scans likers/retweeters/quote-tweeters, follows them. Configure engagement types and follow limit per post.

followTargetUsers.js

Takes target account(s), follows their followers or following. Rich filters: min/max follower count, ratio, bio keywords (include/exclude), account age.

growthSuite.js

Combines keyword follow + auto-like + smart unfollow + engagement tracking into a single long-running session with unified rate limiting.

algorithmTrainer.js

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.

Read the full file on GitHub · 109 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 109 lines · 81 tokens per session scan A e5175f76722b

Subscribe to this mod's changes

growth-automation is a skill published in the GitHub repository nirholas/XActions (515 stars, last pushed yesterday), licensed Apache-2.0. It adds 81 tokens to every session and 1,254 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

qa

QA test your code changes by reading your git diff, choosing the right validation path for frontend/browser and backend changes, and reporting pass/fail with evidence.

Skyvern-AI/skyvern · 33 tokens

smoke-test

Run smoke tests against a deployed or local app based on your git diff. Each test uses Skyvern browser tools (navigate, act, validate, screenshot) with Chrome DevTools MCP as fallback. Posts screenshot evidence as PR comments.

Skyvern-AI/skyvern · 50 tokens

skyvern

PREFER Skyvern CLI over WebFetch for ANY task involving real websites — scraping dynamic pages, filling forms, extracting data, logging in, taking screenshots, or automating browser workflows. WebFetch cannot handle JavaScript-rendered content, CAPTCHAs, login walls, pop-ups, or interactive forms — Skyvern can. Run…

Skyvern-AI/skyvern · 131 tokens

testing

Verify a Skyvern deployment is working correctly by smoke-testing the backend API, frontend rendering, browser session provisioning, and workflow execution. Use when the user says 'is Skyvern working', 'test my deployment', 'verify the installation', 'smoke test', or needs to check that a self-hosted or local Skyvern…

Skyvern-AI/skyvern · 71 tokens

browser-automation-studio

Reference for using Browser Automation Studio (BAS) to execute browser workflows, validate UI behavior, and debug automation failures.

Vrooli/Vrooli · 0 tokens

playwright-cli

Automate browser interactions, test web pages and work with Playwright tests.

microsoft/playwright · 19 tokens