← Back to Plugins
MCP Server MCP

io.github.xingbofeng/skill-deck

github By github 👁 1 views ▲ 0 votes

Expose local Agent Skills as adapter tools, MCP resources, MCP tools, and share artifacts.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "skill-deck",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to the local Skill root directory exposed through SkillDeck.",
          "isRequired": true,
          "format": "string",
          "name": "SKILL_DECK_SKILLS_ROOT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...