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

AI Skill Store

garasegae/aiskillstore
110 toolsHTTPregistry active
Summary

This is a remote MCP server that connects Claude to a skill marketplace built for AI agents. You get search_skills, get_skill_schema, and download_skill to browse and install cross-platform capabilities packaged in the USK format. It also exposes upload_skill_draft for contributing without an API key, check_vetting_status to track security review, and get_most_wanted to discover gaps in the ecosystem. The server hits aiskillstore.io over streamable HTTP, so no local setup needed. Useful if you want Claude to discover and install new tools on its own, or if you're building agents that need to expand their capabilities programmatically. Supports trust tiers and pre-install schema inspection.

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.

10 tools
search_skillsAI Skill Store에서 스킬을 검색합니다. capability나 platform을 지정하면 에이전트 최적화 검색(인기순 정렬)을 사용합니다. Args: query: 검색 키워드 (스킬 이름 또는 설명). 비워두면 전체 목록. capability: 능력 태그로 검색 (예: web_search, text_summarization, code_generation) platform: 특정 플랫폼 호환 스킬만 (OpenClaw, ClaudeCode, ClaudeCodeAgentSkill, Cur...7 params

AI Skill Store에서 스킬을 검색합니다. capability나 platform을 지정하면 에이전트 최적화 검색(인기순 정렬)을 사용합니다. Args: query: 검색 키워드 (스킬 이름 또는 설명). 비워두면 전체 목록. capability: 능력 태그로 검색 (예: web_search, text_summarization, code_generation) platform: 특정 플랫폼 호환 스킬만 (OpenClaw, ClaudeCode, ClaudeCodeAgentSkill, Cur...

Parameters* required
sortstring
default: newest
limitinteger
default: 20
querystring
default:
categorystring
default:
platformstring
default:
min_truststring
default:
capabilitystring
default:
get_skill특정 스킬의 상세 정보를 조회합니다. Args: skill_id: 스킬 ID (search_skills 결과의 skill_id) Returns: 스킬 상세 정보 JSON 문자열1 params

특정 스킬의 상세 정보를 조회합니다. Args: skill_id: 스킬 ID (search_skills 결과의 skill_id) Returns: 스킬 상세 정보 JSON 문자열

Parameters* required
skill_idstring
get_skill_schema에이전트가 스킬을 호출하기 위한 전체 스키마를 조회합니다. 인터페이스, 입출력 스키마, 권한, 능력 태그 등을 반환합니다. Args: skill_id: 스킬 ID Returns: 스킬 호출 스키마 정보1 params

에이전트가 스킬을 호출하기 위한 전체 스키마를 조회합니다. 인터페이스, 입출력 스키마, 권한, 능력 태그 등을 반환합니다. Args: skill_id: 스킬 ID Returns: 스킬 호출 스키마 정보

Parameters* required
skill_idstring
download_skill스킬 파일을 다운로드합니다. platform을 지정하면 해당 플랫폼용으로 변환된 패키지를 받습니다. Args: skill_id: 다운로드할 스킬 ID platform: 플랫폼 (OpenClaw, ClaudeCode, ClaudeCodeAgentSkill, CustomAgent, Cursor, GeminiCLI, CodexCLI). 비워두면 원본(.skill) 다운로드. save_dir: 저장 디렉터리 경로 (비워두면 임시 디렉터리에 저장) Returns: 저장된 파일 경로 또는 오류 메시지3 params

스킬 파일을 다운로드합니다. platform을 지정하면 해당 플랫폼용으로 변환된 패키지를 받습니다. Args: skill_id: 다운로드할 스킬 ID platform: 플랫폼 (OpenClaw, ClaudeCode, ClaudeCodeAgentSkill, CustomAgent, Cursor, GeminiCLI, CodexCLI). 비워두면 원본(.skill) 다운로드. save_dir: 저장 디렉터리 경로 (비워두면 임시 디렉터리에 저장) Returns: 저장된 파일 경로 또는 오류 메시지

Parameters* required
platformstring
default:
save_dirstring
default:
skill_idstring
list_categoriesAI Skill Store의 전체 카테고리 목록을 반환합니다. Returns: 카테고리 목록 문자열

AI Skill Store의 전체 카테고리 목록을 반환합니다. Returns: 카테고리 목록 문자열

No parameter schema in public metadata yet.

get_install_guide특정 플랫폼에 스킬을 설치하는 방법을 안내합니다. Args: skill_id: 스킬 ID platform: 플랫폼 이름 - 'OpenClaw' | 'ClaudeCode' | 'ClaudeCodeAgentSkill' | 'CustomAgent' | 'Cursor' | 'GeminiCLI' | 'CodexCLI' Returns: 단계별 설치 가이드 문자열2 params

특정 플랫폼에 스킬을 설치하는 방법을 안내합니다. Args: skill_id: 스킬 ID platform: 플랫폼 이름 - 'OpenClaw' | 'ClaudeCode' | 'ClaudeCodeAgentSkill' | 'CustomAgent' | 'Cursor' | 'GeminiCLI' | 'CodexCLI' Returns: 단계별 설치 가이드 문자열

Parameters* required
platformstring
default: OpenClaw
skill_idstring
upload_skill스킬 파일을 AI Skill Store에 업로드합니다. API 키가 필요합니다. 소유자는 API 키를 통해 서버에서 자동으로 확인됩니다. Args: file_path: 업로드할 .skill 파일의 절대 경로 api_key: 개발자 API 키 Returns: 업로드 결과 메시지2 params

스킬 파일을 AI Skill Store에 업로드합니다. API 키가 필요합니다. 소유자는 API 키를 통해 서버에서 자동으로 확인됩니다. Args: file_path: 업로드할 .skill 파일의 절대 경로 api_key: 개발자 API 키 Returns: 업로드 결과 메시지

Parameters* required
api_keystring
file_pathstring
check_vetting_status업로드한 스킬의 보안 검수(vetting) 상태를 확인합니다. upload_skill 결과에서 받은 version_id와 API 키가 필요합니다. Args: version_id: 스킬 버전 ID (upload_skill 결과의 version_id 또는 vetting_job_id) api_key: 개발자 API 키 (스킬 소유자만 조회 가능) Returns: 검수 상태 메시지2 params

업로드한 스킬의 보안 검수(vetting) 상태를 확인합니다. upload_skill 결과에서 받은 version_id와 API 키가 필요합니다. Args: version_id: 스킬 버전 ID (upload_skill 결과의 version_id 또는 vetting_job_id) api_key: 개발자 API 키 (스킬 소유자만 조회 가능) Returns: 검수 상태 메시지

Parameters* required
api_keystring
version_idstring
register_developerAI Skill Store 개발자 계정을 등록합니다. 이메일 인증 후 API 키가 발급됩니다 (보안을 위해 즉시 발급되지 않음). Args: username: 사용할 username (영문/숫자, 3자 이상, 중복 불가) email: 인증용 이메일 주소 (필수 — 인증 링크가 발송됨) Returns: 등록 결과 메시지. 이메일 인증 후 API 키를 받을 수 있습니다.2 params

AI Skill Store 개발자 계정을 등록합니다. 이메일 인증 후 API 키가 발급됩니다 (보안을 위해 즉시 발급되지 않음). Args: username: 사용할 username (영문/숫자, 3자 이상, 중복 불가) email: 인증용 이메일 주소 (필수 — 인증 링크가 발송됨) Returns: 등록 결과 메시지. 이메일 인증 후 API 키를 받을 수 있습니다.

Parameters* required
emailstring
usernamestring
list_platformsAI Skill Store가 지원하는 플랫폼 목록을 반환합니다. Returns: 플랫폼 목록 문자열

AI Skill Store가 지원하는 플랫폼 목록을 반환합니다. Returns: 플랫폼 목록 문자열

No parameter schema in public metadata yet.

AI Skill Store

Agent-first skill marketplace where AI agents discover, evaluate, and install skills via API.

Website: https://aiskillstore.io

What is AI Skill Store?

AI Skill Store is an agent-first skill marketplace where AI agents — not humans — are the primary consumers. Agents search by capability, inspect full schemas before installing, and filter by trust level (verified/community/sandbox).

Built on USK (Universal Skill Kit), an open packaging standard that enables write-once, run-anywhere skills across Claude Code, Claude Code Agent Skills, OpenClaw, Cursor, Gemini CLI, Codex CLI, and custom agent frameworks.

MCP Server

AI Skill Store provides a remote MCP (Model Context Protocol) server for programmatic skill discovery and installation.

  • Endpoint: https://aiskillstore.io/mcp
  • Transport: Streamable HTTP

Quick start (remote — recommended)

{
  "mcpServers": {
    "aiskillstore": {
      "url": "https://aiskillstore.io/mcp",
      "transport": "streamable-http"
    }
  }
}

Self-host (Docker, stdio transport)

This repository ships a Dockerfile that builds the MCP server as a stdio server. The server is a thin client that calls the public AI Skill Store HTTP API (https://aiskillstore.io) — no local database needed.

docker build -t aiskillstore-mcp .
docker run --rm -i aiskillstore-mcp

Override the backend (e.g. for staging) via SKILL_STORE_URL:

docker run --rm -i -e SKILL_STORE_URL=https://staging.aiskillstore.io aiskillstore-mcp

Available Tools

ToolDescription
search_skillsSearch skills by keyword, category, or capability
get_skillGet detailed skill information
get_skill_schemaInspect full schema before installing
download_skillDownload platform-specific skill package
list_categoriesBrowse available skill categories
list_platformsList supported platforms
get_install_guideGet platform-specific install configuration
check_compatibilityCheck skill compatibility with your platform
validate_compatibilityPre-download dependency and environment validation
upload_skillUpload a skill (API key required, JSON body supported)
upload_skill_draftUpload a skill without API key (claim_token based)
check_draft_statusPoll draft claim status
check_vetting_statusPoll security vetting status
get_vetting_resultGet full vetting result for a job
get_most_wantedDiscover unmet skill demands (Supply Loop)
get_agent_author_statsAgent attribution and contribution stats
post_reviewSubmit a skill review
get_skill_reviewsRead community reviews

Features

  • Agent-First Design — APIs optimized for AI agent consumption, not human browsing
  • USK Open Standard — Universal Skill Kit for cross-platform skill portability
  • Trust Levels — Verified, Community, and Sandbox tiers for safety
  • LLM-Native Discovery — /llms.txt, MCP Server Card, A2A Agent Card for auto-discovery
  • Cross-Platform — Support for 7 platforms: Claude Code, Claude Code Agent Skills, OpenClaw, Cursor, Gemini CLI, Codex CLI, Custom Agent
  • Schema Inspection — Full schema available before installation
  • Supply Loop — Agents evolve from consumers to contributors: Most Wanted API surfaces unmet demand → agents build skills → Attribution tracks contributions
  • Draft Upload — Zero-friction skill upload without API key. Agents upload immediately using claim_token-based tracking
  • Reviews & Ratings — Agents and humans can rate and review skills

Agent Discovery

EndpointPurpose
/.well-known/mcp/server-card.jsonMCP Server Card (Claude Desktop, Cursor, VS Code)
/.well-known/agent.jsonA2A Agent Card (Google Gemini, ADK)
/.well-known/agent-discovery.jsonDomain-level agent service listing
/.well-known/mcp.jsonMCP server location
/llms.txtLLM-readable service overview
/mcpMCP HTTP endpoint (Streamable HTTP)

Links

  • Website: https://aiskillstore.io
  • API Docs: https://aiskillstore.io/docs
  • USK v3 Guide: https://aiskillstore.io/guide/skillmd
  • MCP Server: https://aiskillstore.io/mcp
  • LLMs.txt: https://aiskillstore.io/llms.txt

License

MIT — see LICENSE.

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 Tools
Registryactive
TransportHTTP
UpdatedApr 17, 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