Find trending skills

v1.0.0

Monitors ClawHub for skills gaining traction by tracking downloads and stars, alerting when growth or popularity thresholds are exceeded.

0· 12· 1 versions· 0 current· 0 all-time· Updated 7h ago· MIT-0

Install

openclaw skills install skill-traction-notifier

Skill Surge Notifier

Monitors ClawHub for skills gaining traction. Tracks download and star counts over time and alerts when a skill is surging.

A surge is triggered when any of these are true:

  • Download growth >30% since last check
  • Total downloads >50,000
  • Stars >200
  • A new skill appeared in the top 10

Setup

Requires Node.js 18+. No install needed — runs directly from the skill bundle.


Commands

CommandWhat it does
node {baseDir}/cli.js fetchShow top 20 skills by downloads
node {baseDir}/cli.js checkRun surge detection, top movers, and update state
node {baseDir}/cli.js statusLast check, thresholds, notification status
node {baseDir}/cli.js profileShow current agent profile
node {baseDir}/cli.js profile set "description" "kw1,kw2"Set profile for relevance scoring
node {baseDir}/cli.js config movers=5Set number of top movers shown
node {baseDir}/cli.js config movers-offDisable top movers
node {baseDir}/cli.js config growth=30 downloads=50000 stars=200Update surge thresholds

Every check run always shows top N movers (by download delta) regardless of thresholds, so there's always something to look at.

When a profile is set, surges are scored 0-10 for relevance and sorted accordingly — most relevant first.


Notes

  • State is stored in ~/.skill-surge-notifier/state.json. The first run seeds the baseline; growth % appears from the second run onward.
  • All output is printed to stdout. When used inside an agent, the agent must capture the CLI output to surface alerts in chat.
  • To run automatically, add to crontab (crontab -e):
0 */4 * * * node {baseDir}/cli.js check >> ~/.skill-surge-notifier/surge.log 2>&1

Environment Variables

These optional env vars override default paths and behavior:

VariableDefaultDescription
SURGE_DIR~/.skill-surge-notifierBase directory for all state and config files
STATE_PATH$SURGE_DIR/state.jsonPath to the skill state file
CONFIG_PATH$SURGE_DIR/config.jsonPath to the config file
SCHEDULEDfalseSet to true when running from a scheduler; adds a random 1–5 min delay before fetching to spread API load

Version tags

latestvk97dzcwy0kfqk8as9m6j3wead982k1y6

Runtime requirements

📈 Clawdis
Binsnode