Odel
auto skill loader

auto skill loader

Local
@divitkashyapPythonMITUpdated 4mo ago

Auto-loads skills into agent sessions. MiniMax vision and search proxy.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIauto-skill-loaderv1.0.1

Run

uvx auto-skill-loader

MCP client config

{
  "mcpServers": {
    "auto-skill-loader": {
      "command": "uvx",
      "args": [
        "auto-skill-loader"
      ]
    }
  }
}