minimax-ai/skill-bridge
v0.2.0Apache-2.0
Convert an openclaw (or similar) skill into a portable mavis/mcode-compatible skill, exposed as a stdio MCP server. Detects encoding, parameterizes hardcoded paths, enriches frontmatter, and runs the official skill-creator lint.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
skill-bridgestdio
{
"type": "stdio",
"command": "node",
"args": [
"./server.mjs"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "skill-bridge",
"version": "0.2.0",
"description": "Convert an openclaw (or similar) skill into a portable mavis/mcode-compatible skill, exposed as a stdio MCP server. Detects encoding, parameterizes hardcoded paths, enriches frontmatter, and runs the official skill-creator lint.",
"author": {
"name": "antianqi",
"url": "https://github.com/antianqi"
},
"homepage": "https://github.com/antianqi/skill-bridge",
"repository": "https://github.com/antianqi/skill-bridge.git",
"license": "Apache-2.0",
"keywords": [
"minimax-code",
"mcp",
"skill-migration",
"openclaw",
"converter"
]
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE