Skill Surge Notifier

# Skill Surge Notifier

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Skill Surge Notifier" with this command: npx skills add gabriel-kaufman/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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Skill Analytics

Monitor ClawHub skill performance with file-based state tracking. Fetches public stats via web_fetch, tracks recommendations and their outcomes, avoids repet...

Registry SourceRecently Updated
2041Profile unavailable
General

Pg Status

Use when checking ProxyGate status — balance, usage, listings, tunnel health, earnings, seller profile, or job status. Make sure to use this skill whenever s...

Registry SourceRecently Updated
3270Profile unavailable
General

Token Optimizer Pro

Monitor OpenClaw token usage, analyze usage patterns, estimate cost, and provide practical optimization suggestions. Use when reviewing token consumption by...

Registry SourceRecently Updated
9170Profile unavailable
General

RSS News Aggregator

Aggregate and filter multiple RSS feeds to fetch, summarize, deduplicate, and monitor news articles by keywords and sources.

Registry SourceRecently Updated
630Profile unavailable