getskill-cli
v0.1.5
Published
CLI for GetSkill - discover and install AI agent skills
Maintainers
Readme
getskill-cli
Install AI agent skills in one command.
npx getskill-cli add skill-shareQuick Start
# Install the skill-share skill (enables sharing your skills)
npx getskill-cli add skill-share
# Then tell your AI agent:
"share my skills"Commands
Add a skill
# Install to current project (./.claude/skills/)
npx getskill-cli add <skill-id>
# Install globally (~/.claude/skills/)
npx getskill-cli add <skill-id> --globalExamples:
npx getskill-cli add skill-share --global
npx getskill-cli add vercel/react-landing
npx getskill-cli add getskill-agent/nextjs-server-actionsSearch for skills
npx getskill-cli search <query>Examples:
npx getskill-cli search "landing page"
npx getskill-cli search react
npx getskill-cli search "api testing"What are skills?
Skills are markdown files (SKILL.md) that teach AI agents how to perform specific tasks. They work with:
- Claude Code
- Cursor
- Cline
- Windsurf
- Any agent that reads markdown
Links
License
MIT
