← 返回
未分类 中文

Hot Skills

Monitors ClawHub for skills gaining traction by tracking download and star growth, alerts on surges based on configurable thresholds.
监控ClawHub技能下载与星标增长,超阈值时告警。
gabriel-kaufman gabriel-kaufman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 216
下载
💾 0
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 04:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装后可防止您和您的用户受到提示注入、数据泄露及恶意行为的侵害。
★ 116 📥 31,022
it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 472 📥 78,580
data-analysis

Find trending skills

gabriel-kaufman
监控 ClawHub 技能的下载量和星级,超过阈值时提醒。
★ 0 📥 302