v0.1.0 — Now Available

One CLI to
manage them all

Install, browse, and sync skills across all your AI coding assistants. Works with Claude Code, Cursor, Codex, Antigravity, and more.

Terminal
$
npm npm i -g openskill-cli
npx npx openskill-cli

Built for developers

🔀

Agent Agnostic

Manage skills across Claude Code, Cursor, OpenAI Codex, and Antigravity from a single CLI. No vendor lock-in, no switching tools.

Lightweight & Fast

Only 3 runtime dependencies. Compiled binaries available for all platforms. Built on Node.js native APIs for minimal overhead.

🌐

Community Driven

Install from any Git repository. Pre-configured with official Anthropic and OpenAI skill repos. Create and share your own.

🔒

Security First

Path traversal protection, symlink attack prevention, and git command injection guards. Atomic file writes with locking.

🎯

Flexible Scopes

Install skills globally for all projects or locally for specific ones. Manage separate configurations per workspace.

🖥

Interactive UI

Browse skills interactively, search repositories, multi-select installations. Shell completions for bash, zsh, and fish.

Up and running in seconds

terminal
# Add a skill repository
osk repo add https://github.com/anthropics/skills

# Install a skill to Claude Code
osk install anthropics/skills pdf -t claude

# Install globally (available in all projects)
osk install anthropics/skills commit -g

# List installed skills
osk list claude
  pdf         v1.0.0  Extract and analyze PDF documents
  commit      v1.2.0  Generate conventional commits

Works with your favorite agents

Claude Code

Cursor

OpenAI Codex

Antigravity

Ready to manage your skills?