Manage Agent Skills
with Ease
Install, share, and manage agent skills across development environments with a single command.
Get Started// Agent Skill Manifest: v1.0.4
// Captured: 2024-05-12
skill
"vision-core"
{
capabilities:
["ocr", "detect"]
runtime:
"python-3.11"
memory_alloc:
"512mb"
persistence:
true
}
Version0.9.4 (Beta)
RegistryDecentralized
RuntimeUniversal
Latency< 20ms
Why Skani
Skani makes agent skill management simple, reliable, and portable across all your development environments.
Simple Installation
Install skills with a single command from GitHub or the central registry. No complex setup required.
Reproducible Environments
Version-pinned skills ensure consistent environments across devices. What works on your machine works everywhere.
CLI & Website
Manage skills via CLI for automation or browse and discover skills on the website. Use whichever fits your workflow.
One Command.
The complexity of agent orchestration, reduced to a single line.
➜skani install https://github.com/obra/superpowers/tree/main/skills/test-driven-development
[success] Manifest retrieved (48ms)
[linking] Integrating dependencies...
[ready] Agent skill active.