
Auto Skill Loader
Wire your agent to auto-inject skills each session and route vision and web search through MiniMax without hand-picking skill files every time.
Overview
io.github.divitkashyap/auto-skill-loader is a MCP server for the Build phase that auto-loads skills into agent sessions and exposes MiniMax vision and search through MCP.
What is this MCP server?
- Auto-loads skills into agent sessions on stdio MCP transport (PyPI package auto-skill-loader v1.0.1).
- MiniMax vision and search proxy so agents can call those capabilities through one MCP server.
- Single required secret: MINIMAX_TOKEN_PLAN_KEY from platform.minimax.io.
- stdio transport suited to local Claude Code, Cursor, and Codex MCP configs.
- GitHub source at divitkashyap/auto-skill-loader for install and registry metadata.
- Server version 1.0.1 on PyPI identifier auto-skill-loader
- Transport: stdio (1 package entry in server.json)
- 1 required environment variable: MINIMAX_TOKEN_PLAN_KEY
What problem does it solve?
Solo builders waste session time re-attaching skills and wiring separate vision or search tools every time they open Claude Code or Cursor.
Who is it for?
Indie developers running repeatable agent workflows who already use MiniMax and want automatic skill injection plus vision/search in one config.
Skip if: Teams that only use manually invoked skills with no MiniMax account, or anyone who needs a skill discovery directory instead of a loader.
What do I get? / Deliverables
After install, agent sessions can bootstrap skills automatically and reach MiniMax vision and search from one stdio MCP server.
- stdio MCP server that auto-loads skills into new agent sessions
- MiniMax-backed vision and search tools callable from the agent
- Documented v1.0.1 registry package with one required secret env var
Recommended MCP Servers
Journey fit
Skill loading and model proxies sit in the build phase because you configure agent runtime behavior before and during product work, not at launch or ops monitoring. agent-tooling is the canonical shelf for MCP servers that extend Claude Code-style sessions with loaders, proxies, and session bootstrap tooling.
How it compares
Session skill loader and MiniMax proxy MCP—not a Skillselion-style skill catalog or a single-purpose finance integration.
Common Questions / FAQ
Who is auto-skill-loader for?
It is for solo and indie builders using MCP-enabled agents who want skills loaded at session start and MiniMax vision or search without extra servers.
When should I use auto-skill-loader?
Use it during the build phase when you are stabilizing agent-tooling: registering MCP, setting MINIMAX_TOKEN_PLAN_KEY, and testing auto skill attach plus proxy calls.
How do I add auto-skill-loader to my agent?
Install the PyPI package auto-skill-loader (v1.0.1), add a stdio MCP server entry in Claude Code or Cursor, and set the required MINIMAX_TOKEN_PLAN_KEY environment variable.