ClaudeVault

Documentation

Everything you need to know about using ClaudeVault.

Quick Start
Get up and running in under 2 minutes.
  • Create a free account at claudevault.dev
  • Generate an API key in your dashboard
  • Run: npx claudevault auth <your-api-key>
  • Run: npx claudevault install <bundle-name>
  • Skills are installed to ~/.claude/skills/claudevault/
CLI Commands
Everything you can do with the ClaudeVault CLI.
  • npx claudevault auth <key> — Authenticate your device
  • npx claudevault list — List available bundles and assets
  • npx claudevault install <bundle> — Install a bundle's skills
  • npx claudevault update — Update all installed skills to latest
  • npx claudevault view <asset> — View a prompt or skill
  • npx claudevault uninstall <bundle> — Remove a bundle's skills
  • npx claudevault deauth — Remove API key from this device
How Skills Work
Understanding the ClaudeVault skill format.
  • Skills are SKILL.md files that Claude Code reads automatically
  • Each skill has frontmatter with name, description, and metadata
  • Skills are installed to ~/.claude/skills/claudevault/<skill-name>/
  • Bundle presets (CLAUDE.md) wire skills into a coordinated system
  • Prompts are copy-paste templates — view with 'npx claudevault view'
Device Management
Each API key supports up to 3 devices.
  • Devices are registered automatically on first 'auth' command
  • View and manage devices in your dashboard under Settings
  • To free a slot: deauth from an old device, or remove it in the dashboard
  • Regenerating your API key deregisters all devices