CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Skill History

pineapple-farm/skill-history
52 toolsHTTPregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

2 tools
get_skill_downloadsGet download history snapshots for a ClawHub skill. Returns skill metadata and daily download counts over time.2 params

Get download history snapshots for a ClawHub skill. Returns skill metadata and daily download counts over time.

Parameters* required
slugstring
The skill slug (e.g. 'self-preserve')
handlestring
The skill author's handle (e.g. 'gavinlinasd')
search_skillsSearch for ClawHub skills by name, slug, or author handle. Returns matching skills with their latest download counts.2 params

Search for ClawHub skills by name, slug, or author handle. Returns matching skills with their latest download counts.

Parameters* required
limitnumber
Maximum results (default 10, max 50)default: 10
querystring
Search query to match against skill names, slugs, and author handles

skill-history

Track 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

Download History

How it works

skill-history.com tracks daily download counts for all 54,000+ skills on ClawHub. Every skill gets a chart page and an embeddable SVG:

  • Chart page — skill-history.com/{handle}/{slug}
  • SVG embed — skill-history.com/chart/{handle}/{slug}.svg
  • Compact badge — skill-history.com/badge/{handle}/{slug}.svg

Your {handle} is your GitHub username (ClawHub uses GitHub OAuth), and {slug} is your skill's slug on ClawHub.

Add to your README

[![Download History](https://skill-history.com/chart/YOUR_HANDLE/YOUR_SLUG.svg)](https://skill-history.com/YOUR_HANDLE/YOUR_SLUG)

Or use the link generator at skill-history.com.

Architecture

  • Cloudflare Workers + Hono — serves the site, chart SVGs, and scheduled sweeps
  • Cloudflare D1 (SQLite) — stores skills and daily snapshots
  • d3-shape — smooth monotone curves (same algorithm as star-history)
  • Data source — ClawHub public API, sweeps every 2 hours

API

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.

Local development

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

Roadmap

  • Daily download tracking for all ClawHub skills
  • Embeddable SVG chart + compact badge
  • Landing page with link generator
  • Agent discoverability (llms.txt, OpenAPI)
  • Smooth d3-powered chart rendering (full axis upgrade)
  • Multi-source tracking (GitHub stars, non-ClawHub installs)
  • Comparison charts (overlay multiple skills)
  • Weekly "fastest growing skills" reports
  • MCP server for agent tool access

Have an idea? Open an issue or submit a PR — we'd love your input.

Contributing

This is a brand new project and we're actively shaping it based on what skill authors actually want. Contributions welcome:

  • Feature requests — open an issue describing what you'd like to see
  • Bug reports — if a chart looks wrong or a skill is missing, let us know
  • Pull requests — code, docs, or design improvements are all welcome
  • Data sources — ideas for tracking skills beyond ClawHub (GitHub stars, other registries)

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
AI & LLM ToolsSearch & Web Crawling
Registryactive
TransportHTTP
UpdatedMay 1, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f