
Skill
by kubiyabot
A universal, sandboxed skill runtime for AI agents that works via CLI or MCP without complex server setups.
What it does
Skill is a universal skill runtime that enables AI agents to execute tools in a secure WASM sandbox. It eliminates context bloat by using local semantic search to find tools and can be used either as a standalone CLI or as an MCP server.
Tools
execute: Runs any installed skill tool with provided arguments.list_skills: Discovers and lists available skills with pagination.search_skills: Performs semantic search across all installed tools using local embeddings.
Installation
Add the following to your .mcp.json or claude_desktop_config.json:
{
"mcpServers": {
"skill": {
"command": "skill",
"args": ["serve"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- VS Code Copilot
- Codex
Quick install
curl -fsSL https://raw.githubusercontent.com/kubiyabot/skill/main/install.sh | shInformation
- Pricing
- free
- Published
- 4/26/2026
- stars






