Dynamically load Claude Code skills into AI agents without copying files. Discover, read, and install skills on demand.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y agent-skill-loaderAgent-CoreX intelligently routes which tools from back1ply/agent-skill-loader your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"agent-skill-loader": {
"command": "npx",
"args": [
"-y",
"agent-skill-loader"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add agent-skill-loaderAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use back1ply/agent-skill-loader directly without routing
npx -y agent-skill-loaderNew to Agent-CoreX? View setup guide →