CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
pineapple-farm avatar

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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
handlestring
The skill author's handle (e.g. 'gavinlinasd')
slugstring
The skill slug (e.g. 'self-preserve')
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
AI & LLM ToolsSearch & Web Crawling
Registryactive
TransportHTTP
UpdatedMay 1, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
riponcm avatar
Projectmem

riponcm/projectmem

Local-first memory + judgment layer for AI coding agents — warns before repeating failed fixes.
5
sagemindai avatar
Moltbridge

sagemindai/moltbridge

Agent network intelligence for AI agents. Trust scoring, broker discovery, and Ed25519 identity.
5
shangri-la-0428 avatar
Thronglets

shangri-la-0428/thronglets

P2P shared memory substrate for AI agents — stigmergic knowledge network via libp2p
5
xcollantes avatar
Jira Mcp

xcollantes/jira-mcp

Feature-rich MCP for controlling Jira through LLM clients. Safe for corporate environments.
5
yamaru-eu avatar
Hardware Probe

yamaru-eu/hardware-probe

Hardware probe for performance diagnostics, thermal monitoring, and LLM optimization.
5
abhiyoheswaran1 avatar
Projscan

abhiyoheswaran1/projscan

Agent-first MCP. 11 AST adapters, 12 named languages, 45 tools, mission outcomes. Local.
4