Install AI agent skills from Git into Claude, Codex, Cursor, and OpenClaw with a manifest, lockfile, and shared store
SaferSkills independently audited Ski (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Lightweight, Git-based toolkit for sharing agent skills across repos without copy-paste drift.
ski helps teams reuse the same skills across multiple codebases while keeping installs reproducible and repo-aware.
Install with Homebrew:
brew tap Z-Bra0/skicli
brew install skicliHomebrew installs the formula as skicli, but the command is still ski.
Or install with the release script:
curl -fsSL https://raw.githubusercontent.com/Z-Bra0/Ski/master/scripts/install.sh | shAdopt a shared skill in one repo:
ski init --target claude
ski add git:https://github.com/anthropics/skills.git --skill skill-creatorski add is the first-time workflow: it updates ski.toml, resolves and writes ski.lock.json, fetches the skill into the store, and copies it into the configured targets.
Use ski install later to restore skills from ski.toml and ski.lock.json, for example in a fresh clone.
ski only with skill repositories you have verified and trust.ski add is for first-time add + lock + install. ski install restores from ski.toml and ski.lock.json.-g for global manifest and global target directories.ski disable <skill> to keep tracking a skill without installing it into targets. Use ski enable <skill> to restore it later.init, add, install, remove, update, list, info, enable, disable, and doctorski init [-g]
ski add [-g] [--target target]... <source>
ski enable [-g] <skill>
ski disable [-g] <skill>
ski install [-g]
ski list [-g]
ski info [-g] <skill>
ski doctor [-g] [--fix]
ski update [-g] [skill]
ski remove [-g] [--target target]... <skill>
ski versionmake build # local dev build; `ski version` prints `dev`
make release VERSION=0.2.1make testGPL-3.0. See LICENSE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.