Monitors ClawHub skill metrics and alerts when download growth exceeds 30%, downloads pass 50,000, stars pass 200, or new top 10 skills appear.
Security Analysis
high confidenceThe skill's code, instructions, and runtime requirements match its stated purpose: it queries the ClawHub API, stores state locally, and prints surge alerts — nothing requested appears disproportionate or unrelated.
Name/description (monitoring ClawHub metrics and alerting on surges) align with the code and runtime requirements. The only network calls are to https://clawhub.ai/api/v1/skills, which matches the stated purpose. Required binary is node, which is expected.
SKILL.md instructions are constrained and explicit: run CLI commands, store state at ~/.skill-surge-notifier (or override via env), and optionally schedule via cron. The instructions do not ask the agent to read unrelated files, export secrets, or post results to third-party endpoints beyond ClawHub. Output is printed to stdout for the agent to capture.
No install spec; the bundle contains JavaScript files and is intended to run directly under Node. No downloads from arbitrary URLs, no package manager installs — low-risk delivery.
No required credentials or secrets. Optional env vars (SURGE_DIR, STATE_PATH, CONFIG_PATH, SCHEDULED) only control file paths and a scheduling flag — reasonable and proportionate for a local monitor.
always is false; the skill stores its own state/config under the user home directory (default ~/.skill-surge-notifier) and does not alter other skills or system-wide settings. Autonomous invocation by the agent is allowed by default but is not excessive given the skill's purpose.
Guidance
This skill appears coherent and limited to monitoring ClawHub. Before installing: ensure you trust network requests to https://clawhub.ai, confirm Node.js 18+ is available, and note it will create and update files under ~/.skill-surge-notifier by default (you can override paths with SURGE_DIR/STATE_PATH/CONFIG_PATH). If you want stricter control, run the commands manually or schedule them yourself rather than letting an agent invoke the skill autonomously.
Latest Release
v1.0.9
- Updated Node.js requirement to version 18+ in setup instructions. - No other changes
Popular Skills
Published by @gabriel-kaufman on ClawHub