• Townie
    AI
  • Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
doug91

doug91

claude-plugins-registry

Remix of kamalnrf/claude-plugins-registry
Public
Like
claude-plugins-registry
Home
Code
11
api
4
clients
1
cron
5
database
3
.vtignore
AGENTS.md
API.md
README.md
deno.json
indexer-query-tester.ts
H
main.ts
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
API.md
Code
/
API.md
Search
…
API.md

API Reference

Base URL: https://api.claude-plugins.dev

Plugins

Resolve Plugin

GET /api/resolve/:owner/:marketplace/:plugin

Resolves a plugin identifier to its git URL and metadata. Increments download statistics.

Example:

  • /api/resolve/anthropics/claude-code-plugins/agent-sdk-dev

Response:

{ "name": "agent-sdk-dev", "namespace": "anthropics/claude-code-plugins", "gitUrl": "https://github.com/anthropics/claude-code-plugins.git", "description": "Development tools for building agents", "version": "1.0.0", "author": "Anthropic", "keywords": ["agent", "sdk"], "category": "development", "stars": 42, "downloads": 123, "metadata": { "license": "MIT", "commands": [], "agents": [], "mcpServers": [] } }

Search Plugins

GET /api/search?q=query&category=cat&limit=20&offset=0

Search plugins by name, description, keywords, or namespace.

Query Parameters:

  • q (optional) - Search query
  • category (optional) - Filter by category
  • limit (optional) - Results per page (default: 20, max: 100)
  • offset (optional) - Pagination offset

Response:

{ "plugins": [...], "total": 150, "limit": 20, "offset": 0 }

Plugin Statistics

GET /api/plugins/:owner/:marketplace/:plugin/stats

Get download statistics for a plugin.

Response:

{ "downloads": { "total": 1234, "week": 56, "month": 234 }, "lastDownloaded": "2025-01-15T14:30:00.000Z" }

Skills

Get Skill

GET /api/skills/:owner/:repo/:skillName

Get skill information (read-only, does not increment install counter).

Example:

  • /api/skills/anthropics/skills/algorithmic-art

Install Skill

POST /api/skills/:owner/:repo/:skillName/install

Track skill installation and increment install counter.

Search Skills

GET /api/skills/search?q=query&limit=20&offset=0

Search skills by name, description, or author.

Query Parameters:

  • q (optional) - Search query
  • limit (optional) - Results per page (default: 20, max: 100)
  • offset (optional) - Pagination offset

Skill Statistics

GET /api/skills/:owner/:repo/:skillName/stats

Get install statistics for a skill.

Response:

{ "installs": { "total": 567, "week": 23, "month": 89 }, "lastInstalled": "2025-01-15T14:30:00.000Z" }
Get started with a template:
FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.