← 返回
未分类 中文

Trending Skill Finder

Monitors ClawHub skill metrics and alerts when download growth exceeds 30%, downloads pass 50,000, stars pass 200, or new top 10 skills appear.
监控ClawHub技能指标,在下载增长超过30%、下载量超过50,000、星标超过200或出现新Top10技能时发送警报。
gabriel-kaufman
未分类 clawhub v1.0.9 1 版本 99551.6 Key: 无需
★ 0
Stars
📥 222
下载
💾 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.9 当前
    2026-05-08 04:02 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,071 📥 804,805
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,223 📥 267,323
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,946