Integrates Agent Skills into LLMs by discovering skills in a configured directory and progressively loading their instructions and resources on demand through a structured disclosure pattern.
Turns Claude-style skills (SKILL.md files with resources) into callable MCP tools for any agent. Discovers skills from a directory, exposes their instructions and resources, and can execute bundled helper scripts.
Indexes installed SKILL.md files and provides deterministic search and recommendation tools to help AI agents select relevant skills without executing them.
Enables LLM clients to discover, load, and execute markdown skills with bundled scripts over HTTP, featuring progressive disclosure and sandboxed script execution with timeout and stall detection.