aiskillstore
by garasegae·★ 0·Score 36
MCP server for AI agents to discover, install, and review skills in the agent-first skill marketplace.
Overview
AI Skill Store provides an MCP server that enables AI agents to programmatically discover, evaluate, and install skills through a marketplace architecture built on the USK (Universal Skill Kit) standard. The server offers comprehensive tools for searching skills, inspecting schemas, checking compatibility, and managing the skill lifecycle from discovery to contribution. It supports cross-platform compatibility with multiple AI development environments.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need AI agents to discover, evaluate, and install skills across multiple platforms with trust validation and schema inspection.
When NOT to choose this
Avoid this if you're building a closed ecosystem with proprietary skills, or if you need offline access to skills without dependency on external services.
Tools this server exposes
12 tools extracted from the READMEsearch_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
check_compatibilityCheck skill compatibility with your platform
validate_compatibilityPre-download dependency and environment validation
get_install_guideGet platform-specific install configuration
upload_skillUpload a skill (API key required, JSON body supported)
get_most_wantedDiscover unmet skill demands
post_reviewSubmit a skill review
get_skill_reviewsRead community reviews
Comparable tools
Installation
Installation
Quick start (remote)
Add this configuration to your MCP client settings:
{
"mcpServers": {
"aiskillstore": {
"url": "https://aiskillstore.io/mcp",
"transport": "streamable-http"
}
}
}Self-host (Docker)
docker build -t aiskillstore-mcp .
docker run --rm -i aiskillstore-mcpFor development or testing, you can override the backend URL:
docker run --rm -i -e SKILL_STORE_URL=https://staging.aiskillstore.io aiskillstore-mcpFAQ
- What platforms does the AI Skill Store MCP server support?
- The server supports 7 platforms: Claude Code, Claude Code Agent Skills, OpenClaw, Cursor, Gemini CLI, Codex CLI, and custom agent frameworks through the USK standard.
- How can AI agents discover skills without human intervention?
- The server provides auto-discovery endpoints including MCP Server Card, A2A Agent Card, and LLM-readable service overview (/llms.txt) that agents can query programmatically.
Compare aiskillstore with
Last updated · Auto-generated from public README + GitHub signals.