@kaifan-skill/cli
v1.0.1
Published
Kaifan Skill CLI - MCP installation tool
Downloads
279
Readme
@kaifan-skill/cli
The official CLI tool for installing Kaifan Skills (MCP Servers) into Claude Desktop and Cursor.
Usage
You can use this tool directly via npx without installing it globally:
Install a Skill
npx @kaifan-skill/cli@latest install <skill-slug>This will:
- Download the latest
.zippackage for the specified skill from Kaifan. - Extract it to
~/.kaifan/skills/<skill-slug>. - Install the required Node.js dependencies.
- Automatically configure
claude_desktop_config.jsonso Claude can use it immediately.
Verify a Skill
npx @kaifan-skill/cli@latest verify <skill-slug>This sends a test tools/list request to the local MCP server to ensure it is functioning correctly.
Requirements
- Node.js >= 18
- Claude Desktop (for auto-configuration)
