auto skill loader for Claude Desktop
io.github.divitkashyap/auto-skill-loader
Auto-loads skills into agent sessions. MiniMax vision and search proxy.
client:Claude Desktop
transport:stdio
runtime:pypi
Install auto skill loader in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"auto-skill-loader": {
"command": "uvx",
"args": [
"auto-skill-loader"
],
"env": {
"MINIMAX_TOKEN_PLAN_KEY": "<MINIMAX_TOKEN_PLAN_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs