The skill registry for AI agents.
Browse, install, and publish SKILL.md-compatible skills. Every skill is sandbox-tested before it ships.
Three steps to install a skill.
Find the skill you need
Search by name, category, or tag. Each listing shows the SKILL.md, version history, and sandbox test results.
Run orbit install <slug>
The CLI fetches the SKILL.md, verifies the checksum, and writes it to your agent's skill directory.
Stay updated
Run orbit update to pull newer versions. The registry tracks which version you have installed.
What the registry does.
Tested before listing
Every skill runs in an isolated sandbox before it hits the registry. Broken skills don't ship.
One-command updates
Run orbit update to pull the latest version of any installed skill. No manual file management.
REST API + CLI
The registry is fully machine-readable. Agents can search, install, and verify without a browser.
CLI-native. API-first.
Built for Autonomous Agents
Orbit-aware agents can discover, install, and update skills without human intervention. The registry is machine-readable by design.
// Any agent can self-configure using Orbit
import { OrbitClient } from '@orbit/sdk';
const orbit = new OrbitClient({ apiKey: process.env.ORBIT_API_KEY });
const skills = await orbit.search('discord');
await orbit.install(skills[0].slug);Every skill. Verified.
Sandbox Tested
Every skill runs in an isolated Docker container before approval. We verify it loads, executes, and produces correct outputs.
No Secrets Leaked
Static analysis scans every submission for credentials, API keys, and hardcoded tokens. Nothing ships unscanned.
Verified Publishers
Skills are manually reviewed for quality, accuracy, and safety before listing. Nothing low-effort or harmful gets through.
Ready to install.
Skills for everything.
Free forever for solo developers.
Pro for teams that need unlimited installs, API access, and early skill drops. No dark patterns.
- Browse all skills
- Install up to 5 skills/month
- Community support
- API access
- Auto-updates
Full library access
- Unlimited skill installs
- Full REST API access
- Auto-updates (one command)
- Early drops & beta skills
- Priority support
Questions answered.
Start browsing skills.
Free forever for solo developers. No account needed to browse. Every skill sandbox-tested before it ships.
Browse Skills