Universal CLI for Agent Skills - works with 42 AI agents including Cursor, Claude Code, GitHub Copilot, Windsurf, Cline, Zed, and more
npm install agent-skills-cli> One CLI. 100,000+ skills. 42 AI agents.


Install skills from the world's largest marketplace and sync them to 42 AI agents including Cursor, Claude Code, GitHub Copilot, Windsurf, Cline, Gemini CLI, Zed, and more ā all with a single command.
š Website: agentskills.in
``bash`
npm install -g agent-skills-cli
skills install @anthropic/xlsx
---
- 100,000+ Skills ā Access the largest collection of AI agent skills
- FZF Interactive Search ā Real-time search with keyboard navigation: skills search -i~/.skills/skills.lock
- 42 AI Agents ā Cursor, Claude, Copilot, Windsurf, Cline, Gemini CLI, Zed, and 35+ more
- Lock File Tracking ā Track all installations in skills add owner/repo@skill
- Git URL Support ā Install from GitHub, GitLab, or repos: -t claude,cursor
- Platform Targeting ā Install to specific platforms with skills update
- Update & Remove ā Full lifecycle: , skills check, skills remove
- Privacy-First Telemetry ā Anonymous usage tracking with opt-out
---
`bash`
npm install -g agent-skills-cli
Requirements: Node.js 18+
---
`bashInstall a skill (auto-detects platforms)
skills install xlsx
---
š ļø Commands
$3
| Command | Description |
|---------|-------------|
|
skills install | Install a skill from marketplace |
| skills add | Install from Git repo (owner/repo or URL) |
| skills search | Search and install skills interactively |
| skills search -i | FZF-style interactive search with keyboard navigation |
| skills check | Check installed skills with source and version info |
| skills update | Update skills from their source repos |
| skills remove | Remove installed skills (interactive multi-select) |
| skills doctor | Diagnose issues |$3
`bash
skills install # Auto-detect platforms
skills install -g # Install globally (~/.claude/skills/)
skills install -t claude # Install to Claude only
skills install -t cursor,copilot # Install to multiple
skills install --all # Install to all 10 platforms
skills install --list # Show details without installing
`$3
`bash
skills add owner/repo # GitHub shorthand
skills add owner/repo@skill-name # NEW: Install specific skill directly
skills add https://github.com/user/repo # Full URL
skills add https://gitlab.com/org/repo # GitLab
skills add owner/repo --list # List skills in repo
skills add owner/repo -s skill-name # Install specific skill
skills add owner/repo -y -g # Non-interactive, global
`$3
`bash
skills init # Create new skill from template
skills validate # Validate a SKILL.md file
skills export # Export skills to agents
skills sync # Sync to Antigravity workflows
skills info # Show installation status
`---
š¤ Supported Platforms (42 Agents)
| Platform | Project Dir | Global Dir |
|----------|-------------|------------|
| Cursor |
.cursor/skills/ | ~/.cursor/skills/ |
| Claude Code | .claude/skills/ | ~/.claude/skills/ |
| GitHub Copilot | .github/skills/ | ~/.github/skills/ |
| OpenAI Codex | .codex/skills/ | ~/.codex/skills/ |
| Windsurf | .windsurf/skills/ | ~/.codeium/windsurf/skills/ |
| Cline | .cline/skills/ | ~/.cline/skills/ |
| Gemini CLI | .gemini/skills/ | ~/.gemini/skills/ |
| Zed | .zed/skills/ | ~/.config/zed/skills/ |
| Antigravity | .agent/skills/ | ~/.gemini/antigravity/skills/ |
| OpenCode | .opencode/skill/ | ~/.config/opencode/skill/ |+32 more agents: Amp, Kilo, Roo, Goose, CodeBuddy, Continue, Crush, Clawdbot, Droid, Kiro, MCPJam, Mux, OpenHands, Pi, Qoder, Qwen Code, Trae, Zencoder, Neovate, Command Code, Ara, Aide, Alex, BB, CodeStory, Helix AI, Meekia, Pear AI, Adal, Pochi, Sourcegraph Cody, Void AI
---
š Privacy & Telemetry
The CLI collects anonymous usage data to improve the product. No personal data is collected.
`bash
Opt out of telemetry
export DISABLE_TELEMETRY=1
or
export DO_NOT_TRACK=1
`Telemetry is automatically disabled in CI environments.
---
š Creating Skills
Create a
SKILL.md file:`markdown
---
name: my-skill
description: What this skill does
---Instructions
Your skill instructions here...
`Then install locally:
`bash
skills validate ./my-skill
skills export
``---
- Website: agentskills.in
- Marketplace: agentskills.in/marketplace
- Documentation: agentskills.in/docs
- CLI GitHub: github.com/Karanjot786/agent-skills-cli
- Website GitHub: github.com/Karanjot786/agent-skills-UI
- npm: npmjs.com/package/agent-skills-cli
---
Karanjot Singh
- š¦ @Karanjotdulay
- š¼ LinkedIn
- š @Karanjot786
---
MIT Ā© Karanjot Singh