Skill Manager
Freeby MCP Community
CLI tool that installs and manages AI agent skills, MCP tool routing, and workflow configurations.
v5.7.1Added Apr 12, 2026
nano-stepopencodeskillskill-managermcp
Skill Manager MCP Server
CLI tool that installs and manages AI agent skills, MCP tool routing, and workflow configurations.
Installation
npx -y @nano-step/skill-manager
Reviews
Installation
Quick install
npx -y @nano-step/skill-manager
Add to claude_desktop_config.json
{
"mcpServers": {
"skill-manager": {
"command": "npx",
"args": ["-y", "@nano-step/skill-manager"]
}
}
}