@zaimokuza/mcp2skill
v0.1.0
Published
Generate Agent Skills from MCP servers and run their tools from the command line
Readme
@zaimokuza/mcp2skill
Generate Agent Skills from MCP servers, with an on-demand CLI for discovery and execution.
Install
npm install -g @zaimokuza/mcp2skillRequires Node.js 22 or later.
Usage
Discover and call MCP tools:
mcp2skill --config profile.json --list
mcp2skill --config profile.json tool-name --help
mcp2skill --config profile.json tool-name --argument valueGenerate and validate an Agent Skill:
mcp2skill skill create name --config profile.json --output-dir ./skills
mcp2skill skill validate ./skills/name --strictSave a profile shortcut:
mcp2skill bake create name --config profile.json
mcp2skill @name tool-name --argument valueGlobal options must come before the MCP tool name. Options after the tool name are passed to the tool.
See the project repository for profiles, sessions, transports, authentication, and development instructions.
