Load Skill
MCP Serverby majiayu000 · Added 5mo ago
Claude
76
Install
git clone https://github.com/majiayu000/claude-skill-registryAdd to Claude
claude mcp add load-skillQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"load-skill": {
"command": "npx",
"args": [
"@modelcontextprotocol/load-skill"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Load, activate, and optionally install an AI skill from a .skill file. Use this skill when the user wants to load, activate, or use a skill file. The user can invoke this skill with slash command /load-skill [ --install | -i ] SKILLFILE, where SKILLFILE is the path to a .skill file.
Tags
documentsbashskill