AgentHubAgentHub

auto-skill-loader

MCP ServerMCP Registry官方收录

io.github.divitkashyap/auto-skill-loader · v1.0.1

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

概览

auto-skill-loader 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "auto-skill-loader": {
      "command": "uvx",
      "args": [
        "auto-skill-loader"
      ],
      "env": {
        "MINIMAX_TOKEN_PLAN_KEY": "<MINIMAX_TOKEN_PLAN_KEY>"
      }
    }
  }
}

环境变量

MINIMAX_TOKEN_PLAN_KEY必填secret

MiniMax Token Plan API key from https://platform.minimax.io

相关资源

统一 Manifest

{
  "id": "io.github.divitkashyap/auto-skill-loader",
  "type": "mcp-server",
  "version": "1.0.1",
  "displayName": "auto-skill-loader",
  "description": "Auto-loads skills into agent sessions. MiniMax vision and search proxy.",
  "repository": {
    "url": "https://github.com/divitkashyap/auto-skill-loader",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "auto-skill-loader",
        "version": "1.0.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "MINIMAX_TOKEN_PLAN_KEY",
            "description": "MiniMax Token Plan API key from https://platform.minimax.io",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.divitkashyap/auto-skill-loader",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.divitkashyap%2Fauto-skill-loader/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
auto-skill-loader — MCP Server 安装与配置 · AgentHub