@keremsolmaz/skillget
v1.0.0
Published
Search and install AI skills, agents and MCP servers from skillget.dev
Maintainers
Readme
skillget CLI
Search and install AI skills, agents, workflows and MCP servers from skillget.dev.
Usage
npx @keremsolmaz/skillget
npx @keremsolmaz/skillget search "code review"
npx @keremsolmaz/skillget install cursor-tools-code-review
npx @keremsolmaz/skillget info cursor-tools-code-reviewCommands
skillget search <query>skillget install <slug>skillget info <slug>
Options
--type <skill|agent|mcp|workflow>--sort <top|trending|new|updated>
Environment
SKILLGET_API: Override the default API base URL. Default ishttps://skillget.dev/api/v1.
Publishing
This repository contains the web app at the root and the npm CLI package in cli/.
Publish the CLI package from the cli directory:
cd cli
npm publish