skills-mcp
JSON →A self-hostable, open-source, semantically-searchable Agent Skills registry delivered over MCP, with a three-tier progressive disclosure architecture.
Install
pip install -r Tools · 7
- skills_find_relevant Semantic search for skills matching a natural language query. Returns ranked skills with confidence scores. Always call first.
- skills_list_all Browse all available skills without searching. Useful for discovery and exploration of the skills library.
- skills_get_body Retrieve full instructions and system prompt addition for a skill after finding a match. Optionally pin to a specific version.
- skills_get_options Get configuration schema, variants, dependencies, and limitations for a skill.
- skills_get_reference Load a specific reference document bundled with a skill. Only call when instructions reference a specific doc.
- skills_run_script Execute a script bundled with a skill using provided input data. Only call when instructions direct script execution.
- skills_get_asset Retrieve a template or static output format resource bundled with a skill. Only call when instructions reference an asset.
Environment variables
QDRANT_URLQDRANT_API_KEYWORKERS_AI_ACCOUNT_IDWORKERS_AI_API_TOKEN
Links
★ 3 GitHub stars