MCP Catalogs
Home

aiskillstore

by garasegae·0·Score 36

MCP server for AI agents to discover, install, and review skills in the agent-first skill marketplace.

ai-llmdeveloper-toolsother
0
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

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:

you:AI agents discovering and installing new capabilities based on their specific needs
you:Skill developers uploading and managing their AI agent skills through the marketplace
you:Systems integrators checking compatibility between skills and target platforms before deployment
you:What platforms does the AI Skill Store MCP server support?
you:How can AI agents discover skills without human intervention?

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 README
  • search_skills

    Search skills by keyword, category, or capability

  • get_skill

    Get detailed skill information

  • get_skill_schema

    Inspect full schema before installing

  • download_skill

    Download platform-specific skill package

  • list_categories

    Browse available skill categories

  • check_compatibility

    Check skill compatibility with your platform

  • validate_compatibility

    Pre-download dependency and environment validation

  • get_install_guide

    Get platform-specific install configuration

  • upload_skill

    Upload a skill (API key required, JSON body supported)

  • get_most_wanted

    Discover unmet skill demands

  • post_review

    Submit a skill review

  • get_skill_reviews

    Read community reviews

Comparable tools

model-context-protocol-examplesgithub-model-context-protocolfilesystem-mcp

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-mcp

For development or testing, you can override the backend URL:

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

FAQ

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.