sphereos-cli
v1.1.0
Published
SphereOS CMS CLI - Sync Claude Code skills and more
Maintainers
Readme
SphereOS CLI
Command-line interface for SphereOS CMS. Sync Claude Code skills to your local machine.
Installation
# Run directly with npx (no install needed)
npx sphereos-cli sync-skills
# Or install globally
npm install -g sphereos-cliCommands
sync-skills
Download and install Claude Code skills from SphereOS CMS.
The CLI uses smart caching - it only downloads skills that have changed since your last sync.
# Install skills globally (default: ~/.claude/skills/)
sphereos sync-skills
# Install skills locally to current project
sphereos sync-skills --local
# Force re-download all skills (ignore cache)
sphereos sync-skills --force
# Use a different CMS backend
sphereos sync-skills --cms-url https://your-cms.example.comOptions:
--local- Install to./.claude/skills/instead of~/.claude/skills/--force- Re-download all skills, ignoring local cache--cms-url <url>- Override the CMS backend URL
How caching works:
- First run: Downloads all skills and saves a manifest
- Subsequent runs: Only downloads skills where the content has changed
- The manifest is stored at
~/.claude/skills/.skills-manifest.json
What are Skills?
Skills are reusable prompts and workflows for Claude Code. When installed, they appear as slash commands (e.g., /figma-to-code).
Available skills:
figma-to-code- Build Next.js websites from Figma designsproduction-audit- Audit websites for production readinesssphereos-cms-api- GraphQL API reference for SphereOS CMS
Requirements
- Node.js 18+
- Claude Code installed
License
MIT
