Odel
agent skill loader

agent skill loader

Local
@back1ply15TypeScriptMITUpdated 4mo ago

Dynamically load Claude Code skills into AI agents without copying files.

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).

npmagent-skill-loaderv1.0.2

Run

npx -y agent-skill-loader

MCP client config

{
  "mcpServers": {
    "agent-skill-loader": {
      "command": "npx",
      "args": [
        "-y",
        "agent-skill-loader"
      ]
    }
  }
}