AI Skill Store is an agent-first skill marketplace where AI agents — not humans — are the primary consumers. Agents search by capability, inspect
Most developer tooling work still happens through a UI a human drives. Aiskillstore MCP server moves it into the conversation instead. 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).
The server publishes 14 tools. What each one is for:
search_skills — Search skills by keyword, category, or capabilityget_skill — Get detailed skill informationget_skill_schema — Inspect full schema before installingdownload_skill — Download platform-specific skill packagelist_categories — Browse available skill categorieslist_platforms — List supported platformsget_install_guide — Get platform-specific install configurationcheck_compatibility — Check skill compatibility with your platformvalidate_compatibility — Pre-download dependency and environment validationupload_skill — Upload a skill (API key required, JSON body supported)upload_skill_draft — Upload a skill without API key (claim_token based)check_draft_status — Poll draft claim statusSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Configuration is passed through the environment: SKILL_STORE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Aiskillstore's toolset — search_skills, get_skill, get_skill_schema and 11 more — is a fair guide to whether it matches your workflow. It is maintained by garasegae; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| 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 |
| list_platforms | List supported platforms |
| get_install_guide | Get platform-specific install configuration |
| check_compatibility | Check skill compatibility with your platform |
| validate_compatibility | Pre-download dependency and environment validation |
| upload_skill | Upload a skill (API key required, JSON body supported) |
| upload_skill_draft | Upload a skill without API key (claim_token based) |
| check_draft_status | Poll draft claim status |
| check_vetting_status | Poll security vetting status |
| get_vetting_result | Get full vetting result for a job |
{
"mcpServers": {
"aiskillstore": {
"url": "https://aiskillstore.io/mcp",
"transport": "streamable-http"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SKILL_STORE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.