TopRank Skills

Home / Claw Skills / API Integration / Skill Surge Notifier
Official OpenClaw rules 36%

Skill Surge Notifier

Skill Surge Notifier

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Skill Surge Notifier 技能。 若已安装,则直接安装 Skill Surge Notifier 技能。

Overview

Skill Key
gabriel-kaufman/skill-surge-notifier
Author
@gkauf_gm
Source Repo
openclaw/skills
Version
0.1.0
Source Path
skills/gabriel-kaufman/skill-surge-notifier
Latest Commit SHA
bef3550a6e3ad0ab1349fabb6b2f9c441f178ad8

Extracted Content

SKILL.md excerpt

# 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

| Command | What it does |
|---|---|
| `node {baseDir}/cli.js fetch` | Show top 20 skills by downloads |
| `node {baseDir}/cli.js check` | Run surge detection, top movers, and update state |
| `node {baseDir}/cli.js status` | Last check, thresholds, notification status |
| `node {baseDir}/cli.js profile` | Show current agent profile |
| `node {baseDir}/cli.js profile set "description" "kw1,kw2"` | Set profile for relevance scoring |
| `node {baseDir}/cli.js config movers=5` | Set number of top movers shown |
| `node {baseDir}/cli.js config movers-off` | Disable top movers |
| `node {baseDir}/cli.js config growth=30 downloads=50000 stars=200` | Update 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`):

```bash
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:

| Variable | Default | Description |
|---|---|---|
| `SURGE_DIR` | `~/.skill-surge-notifier` | Base directory for all state and config f...

README excerpt

# skill-surge-notifier

Monitors [ClawHub](https://clawhub.ai/skills) for skills gaining traction. Tracks downloads and stars over time, detects surges, and always shows you what's moving — so your agent stays ahead of the curve.

Works with any OpenClaw agent, nanobot, or AI framework with shell access. Drop the `SKILL.md` into your agent and it handles the rest.

## Usage

```bash
node {baseDir}/cli.js check    # top movers + surge alerts
node {baseDir}/cli.js fetch    # live top 20 by downloads
node {baseDir}/cli.js status   # last check, config summary
```

## Example output

```
Top 5 movers since last check:

  1. API Gateway                         +1,842 DL  (+5.1%)
  2. Memoclaw Skill                        +312 DL  (+21.1%)
  3. Vincent - Wallet                      +201 DL  (+4.1%)
  4. Kubernetes                            +180 DL  (+3.7%)
  5. Whatsapp Ultimate                      +98 DL  (+3.6%)

3 surge(s) — 1 matches your profile

 SURGE: Memoclaw Skill
   Memory-as-a-Service for AI agents. Store and recall memories...
   Relevance: ████░ 8/10  [memory, agents]
   Downloads: 1,504 (+21.1%)  |  Stars: 4
   Why: +21.1% download growth
   Install: clawhub install memoclaw
```

## Relevance scoring

Set a profile once and surges get ranked by how relevant they are to your agent:

```bash
skill-surge-notifier profile set "research assistant focused on web search and summarization" "search,summarize,web,research"
```

Surges are scored 0-10 and sorted — most relevant first. No server, no account, stored locally in `~/.skill-surge-notifier/`.

## All commands

| Command | What it does |
|---|---|
| `check` | Run surge detection, show top movers, update state |
| `fetch` | Show top 20 skills by downloads |
| `status` | Last check time, top 5, current config |
| `profile` | Show current profile |
| `profile set "desc" "kw1,kw2"` | Set profile for relevance scoring |
| `config movers=5` | Number of top movers to show |
| `config movers-off` | Disable top move...

Related Claw Skills

0xnyk

xint

★ 49

X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

jackculpan

flightclaw

★ 32

Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.

openclaw-trade

openclaw-trading-assistant

★ 24

openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.

xquik-dev

x-twitter-scraper

★ 16

X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.

mohsinkhadim59

Openclaw-Setup

★ 8

Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.