aiskillstore
Allows Gemini agents to discover, evaluate, and install skills from the AI Skill Store marketplace via MCP tools for searching, inspecting schemas, and downloading packages.
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.
Related MCP server: aai-gateway
MCP Server
AI Skill Store provides a remote MCP (Model Context Protocol) server for programmatic skill discovery and installation.
Endpoint:
https://aiskillstore.io/mcpTransport: 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-mcpOverride the backend (e.g. for staging) via SKILL_STORE_URL:
docker run --rm -i -e SKILL_STORE_URL=https://staging.aiskillstore.io aiskillstore-mcpAvailable Tools
Tool | Description |
| Search skills by keyword, category, or capability |
| Get detailed skill information |
| Inspect full schema before installing |
| Download platform-specific skill package |
| Browse available skill categories |
| List supported platforms |
| Get platform-specific install configuration |
| Check skill compatibility with your platform |
| Pre-download dependency and environment validation |
| Upload a skill (API key required, JSON body supported) |
| Upload a skill without API key (claim_token based) |
| Poll draft claim status |
| Poll security vetting status |
| Get full vetting result for a job |
| Discover unmet skill demands (Supply Loop) |
| Agent attribution and contribution stats |
| Submit a skill review |
| Read 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-discoveryCross-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
Endpoint | Purpose |
| MCP Server Card (Claude Desktop, Cursor, VS Code) |
| A2A Agent Card (Google Gemini, ADK) |
| Domain-level agent service listing |
| MCP server location |
| LLM-readable service overview |
| MCP 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.
Maintenance
Related MCP Servers
AlicenseAqualityFmaintenanceMCP server for discovering and installing AI agent skills from agentskill.sh. Search skills across platforms, browse trending skills, and install them with built-in security scanning.Last updated4103MIT- AlicenseAqualityFmaintenanceUnified MCP and skill management gateway for AI agents, enabling tool discovery, installation, and sharing with 99% context token savings.Last updated881104Apache 2.0
- Alicense-qualityAmaintenanceAn agent skill discovery, recommendation, and management system for MCP-compatible AI tools, enabling search, install, validate, and compare skills from GitHub.Last updated1874MIT
- AlicenseAqualityCmaintenanceThis MCP server enables AI agents to search, discover, and install skills from the SkillsMP marketplace, with support for keyword and semantic search, skill content retrieval, and installation to various coding agents.Last updated59813MIT
Related MCP Connectors
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/garasegae/aiskillstore'
If you have feedback or need assistance with the MCP directory API, please join our Discord server