Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计异常

growth-automation增长自动化

Agent Skill

growth-automation 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

220

周安装

9

GitHub Stars

202

下载量

71
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:growth-automation(增长自动化)
来源仓库:https://github.com/nirholas/xactions
仓库路径:skills/growth-automation
安装命令:
npx skills add https://github.com/nirholas/xactions --skill growth-automation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/nirholas/xactions --skill growth-automation

简介

growth-automation 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于根据关键词、任务场景或来源线索进行信息搜集与整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态及是否涉及联网或文件操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

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

GoalFile
Auto-like timeline tweetssrc/automation/autoLiker.js
Auto-comment on target's postssrc/automation/autoCommenter.js
Follow users by keyword searchsrc/automation/keywordFollow.js
Follow users who engaged with postssrc/automation/followEngagers.js
Follow target account's audiencesrc/automation/followTargetUsers.js
All-in-one growth suitesrc/automation/growthSuite.js
Train algorithm for your nichesrc/automation/algorithmTrainer.js
Boost engagement systematicallysrc/engagementBooster.js
Welcome new followerssrc/welcomeNewFollowers.js
Auto-plug viral tweetssrc/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.

Controls: stopTrainer(), trainerStatus(), trainerReset()

engagementBooster.js

Systematically likes and replies to tweets from target accounts. Tracks engagement history to avoid duplicates. Builds reciprocal relationships.

Supporting Scripts

FilePurpose
src/automation/quotaSupervisor.jsRate limiting with hourly/daily quotas
src/automation/sessionLogger.jsAction logging, reports, JSON/CSV export
src/automation/multiAccount.jsMulti-account rotation and tracking
src/automation/customerService.jsAuto-respond to mentions/DMs
src/automation/protectActiveUsers.jsProtect engaged followers from unfollow
src/automation/smartUnfollow.jsTime-based unfollow with whitelist
src/automation/rssMonitor.jsMonitor RSS feeds for content triggers

DOM Selectors

Defined in src/automation/core.js:

ElementSelector
Like button[data-testid="like"]
Tweetarticle[data-testid="tweet"]
Tweet text[data-testid="tweetText"]
User cell[data-testid="UserCell"]
Follow button[data-testid$="-follow"]

Rate Limits & Safety

  • Auto-liker: 1-3s between likes, max 100/hour
  • Keyword follow: 2-5s between follows, max 50/day recommended
  • Auto-commenter: 30-60s between comments, max 20/day
  • Algorithm trainer: built-in intensity presets with daily caps
  • All scripts include rate-limit detection and automatic backoff

Strategy Guide

New account growth (0-1000 followers)

  1. Set up src/automation/algorithmTrainer.js with your niche keywords
  2. Run src/automation/keywordFollow.js targeting niche keywords daily
  3. Use src/automation/autoLiker.js to engage with niche content
  4. Enable src/welcomeNewFollowers.js to greet new followers
  5. After 7 days, run src/automation/smartUnfollow.js to remove non-reciprocals

Accelerating an established account

  1. Use src/automation/followEngagers.js on competitor's viral tweets
  2. Run src/engagementBooster.js targeting accounts in your space
  3. Set up src/autoPlugReplies.js on your viral tweets
  4. Use src/automation/followTargetUsers.js on competitor audiences with ratio filter

Notes

  • Always paste src/automation/core.js first for automation scripts
  • Browser scripts in src/ (non-automation) are standalone -- no core.js needed
  • All growth scripts include pause/resume/abort controls
  • Growth automation works best combined with quality content

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.51%
按下载量换算27

Claude

29.6%
按下载量换算21

Cursor

18.24%
按下载量换算13

Gemini CLI

9.02%
按下载量换算6

安全审计

Gen Agent Trust Hub

可疑

Socket

未通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills