Skill Api Monitor
Description
Monitor APIs used by Clawdbot skills and recommend updates
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Skill API Monitor 🔍
Monitor the APIs behind your Moltbot/Clawdbot skills and get notified when new features are released.
Installation
# Clone into your skills directory
git clone https://github.com/mvanhorn/skill-api-monitor.git ~/.clawdbot/skills/skill-api-monitor
Or install via ClawdHub:
clawdhub install skill-api-monitor
Usage
# First time? Run interactive setup
python3 scripts/check.py --setup
# Or specify your username directly
python3 scripts/check.py --github-user YOUR_USERNAME --discover
# Check for API updates (last 7 days)
python3 scripts/check.py --github-user YOUR_USERNAME --days 7
# After setup saves your username, just run:
python3 scripts/check.py --days 7
Setup Walkthrough
The `--setup` command guides you through:
- Enter username - Your GitHub username
- Discover skills - Finds your moltbot-skill-/clawdbot-skill- repos
- Detect APIs - Shows which API each skill uses
- Save config - Optionally saves username for future runs
How It Works
**Discovers** your public Moltbot skills from GitHub
- Matches
moltbot-skill-*andclawdbot-skill-*repos - Also detects repos with SKILL.md containing Moltbot metadata
- Matches
**Auto-detects** which API each skill uses
- Reads SKILL.md content
- Pattern matches against 20+ known APIs
**Scans** changelogs and docs
- Fetches changelog/blog pages
- Looks for recent dates + update keywords
**Reports** recommendations
- Lists skills with recent API updates
- Suggests reviewing for potential enhancements
Supported APIs
Auto-detects: Parallel.ai, Supabase, Tesla, xAI, Remotion, Gemini, Polymarket, Spotify, OpenAI, Anthropic, Stripe, Notion, Slack, Discord, GitHub, Linear, Vercel, and more.
Add your own in `scripts/skill_apis.json`.
Automatic Weekly Checks
This skill doesn't run automatically by default - you set up your own schedule.
Option 1: Moltbot Cron (Recommended)
If you're using
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11