Cloud-synced skill vault
for AI agents

Paste one line to your agent. It installs, backs up, and versions your skills — automatically.

Agent Onboarding

Read https://skill9.ai/SKILL.md and install skill9
Works with
Claude Code OpenClaw Cursor GitHub Copilot

Everything you need

Push & Pull

Sync skills to cloud with one command. Restore on any machine instantly.

Version History

Every push creates a version. View log, diff, and rollback anytime.

Multi-Platform

Auto-detects Claude Code, OpenClaw, and Cursor skill directories.

Auto-Backup

Agent reads SKILL.md and pushes after every skill change. Session-end hooks as fallback.

Get started

Install
# Installs CLI + adds skill to all detected agents
curl -fsSL https://skill9.ai/install.sh | sh

# Login & backup
skill9 login --github
skill9 push --all

# Done. Next session, your agent auto-backups.
Or let your agent do it
# Paste this to your agent:
Read https://skill9.ai/SKILL.md and install skill9

# Your agent will install the CLI,
# ask you to authorize GitHub,
# and backup all your skills.
Copied!