← Back to Plugins
MCP Server MCP

io.github.divitkashyap/auto-skill-loader

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx auto-skill-loader

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "auto-skill-loader",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "MiniMax Token Plan API key from https://platform.minimax.io",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MINIMAX_TOKEN_PLAN_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...