skillzdrive
v0.1.14
Published
Install, manage, publish, and run AI agent skills from any terminal. Works with Claude Code, Codex, Gemini CLI, Copilot, Cursor, and more.
Maintainers
Readme
SkillzDrive CLI
Install, manage, publish, and run AI agent skills from any terminal. Works with Claude Code, Codex, Gemini CLI, Copilot, Cursor, Goose, and more.
# Zero-install try-out
npx skillzdrive search pdf
npx skillzdrive install github:anthropics/skills/skills/docx
# Install globally
npm install -g skillzdrive
skillzdrive --helpWhat it does
- Canonical drive at
~/.skillzdrive/drive/— one copy of each skill on your machine, symlinked into every project you use. - Works with every agent:
.claude/skills/,.codex/skills/,.gemini/skills/,.agents/skills/(Goose),.agent/skills/(universal). - Reproducible installs via
skillzdrive.lock.json— commit it, your team gets byte-identical skills. - Hosted execution of any skill in a sandboxed environment via
skillzdrive run. - Publish + share your own skills; partners can expose a curated collection as a public
marketplace.jsonURL consumable by Claude Code and Copilot CLI.
Quick tour
# Search the public catalog + GitHub-indexed skills (no signup needed).
# Marketplace skills install anonymously; GitHub-indexed skills require
# a free account so we can run a security scan before importing them.
skillzdrive search pdf
# Install — marketplace slug, GitHub source, or local path
skillzdrive install matplotlib
skillzdrive install github:anthropics/skills/skills/docx
skillzdrive install ./path/to/my-local-skill
# See what's installed (canonical drive at ~/.skillzdrive/drive/)
skillzdrive list
# Log in for hosted drive + sandboxed execution
skillzdrive login --token sk_live_...
# Pull your whole hosted drive into the local canonical drive
skillzdrive sync
# Run a skill in the hosted sandbox (extra args after `--`)
skillzdrive run weather-fetcher get_weather.py -- "San Francisco"
# Reproducible installs in CI — reinstalls every entry from skillzdrive.lock.json
skillzdrive install --frozenDocumentation
- Full docs: https://www.skillzdrive.com/docs/cli
- REST API: https://www.skillzdrive.com/docs/rest-api
License
MIT
