AI Skill Store MCP
Remote MCP server for discovering, evaluating, and installing skills via AI Skill Store.
安裝
docker build -t aiskillstore-mcp . docker run --rm -i aiskillstore-mcp
把這段加入 Claude Code MCP 設定,或直接透過 CLI 執行。
介紹
AI Skill Store is an agent-first skill marketplace built around the USK (Universal Skill Kit) standard. It is designed for AI agents to search, inspect schemas, and install skills programmatically. The repository provides a remote MCP server at `https://aiskillstore.io/mcp` using streamable HTTP transport. It also supports self-hosting as a stdio MCP server via Docker, with the server acting as a thin client to the public AI Skill Store API. The README lists tools for skill search, retrieval, schema inspection, downloads, compatibility checks, uploads, reviews, and vetting status. It also documents discovery endpoints such as `/.well-known/mcp/server-card.json`, `/.well-known/agent.json`, and `/llms.txt` for agent integration.