Connects Claude to skill-history.com's dataset of 70,000+ agent skills tracked from ClawHub. Pulls daily download snapshots, searches by handle or slug, and retrieves historical trends for any skill in the registry. Useful when you're researching which agent tools are gaining traction, comparing skill popularity over time, or building workflows that need to track adoption metrics. The underlying service scrapes ClawHub every two hours and stores snapshots in Cloudflare D1, so you get access to the same time series data that powers their embeddable SVG charts. Think of it as programmatic access to download history without parsing charts or hitting ClawHub's API directly.
Public tool metadata for what this MCP can expose to an agent.
get_skill_downloadsGet download history snapshots for a ClawHub skill. Returns skill metadata and daily download counts over time.2 paramsGet download history snapshots for a ClawHub skill. Returns skill metadata and daily download counts over time.
slugstringhandlestringsearch_skillsSearch for ClawHub skills by name, slug, or author handle. Returns matching skills with their latest download counts.2 paramsSearch for ClawHub skills by name, slug, or author handle. Returns matching skills with their latest download counts.
limitnumberquerystringTrack and visualize agent skill download history from ClawHub. An embeddable chart for READMEs — star-history, but for agent skills.
skill-history.com · built by Pineapple AI
skill-history.com tracks daily download counts for all 54,000+ skills on ClawHub. Every skill gets a chart page and an embeddable SVG:
skill-history.com/{handle}/{slug}skill-history.com/chart/{handle}/{slug}.svgskill-history.com/badge/{handle}/{slug}.svgYour {handle} is your GitHub username (ClawHub uses GitHub OAuth), and {slug} is your skill's slug on ClawHub.
[](https://skill-history.com/YOUR_HANDLE/YOUR_SLUG)
Or use the link generator at skill-history.com.
All skill pages return JSON when requested with Accept: application/json:
curl -H "Accept: application/json" https://skill-history.com/gavinlinasd/self-preserve
Full OpenAPI spec at skill-history.com/api/openapi.json.
For AI agents: skill-history.com/llms.txt.
npm install
# Authenticate with Cloudflare
wrangler login
# Create D1 database, copy database_id into wrangler.jsonc
wrangler d1 create skill-history
# Apply schema to local dev DB
npm run db:migrate:local
# Run locally
npm run dev
Have an idea? Open an issue or submit a PR — we'd love your input.
This is a brand new project and we're actively shaping it based on what skill authors actually want. Contributions welcome:
MIT
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent