Cloud-synced skill vault
for AI agents

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

> Read https://skill9.ai/SKILL.md
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

Tell your agent
# One line. That's it.
Read https://skill9.ai/SKILL.md

# Your agent will:
# 1. Install the CLI automatically
# 2. Log in (you just click Authorize)
# 3. Backup all your skills
# 4. Auto-push after every change
Or install manually
# Install CLI
curl -fsSL https://skill9.ai/install.sh | sh

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