praxl-cli
v3.0.1
Published
Praxl CLI — sync AI skills to your local tools
Maintainers
Readme
Praxl CLI
Sync AI skills from Praxl to your local tools — Claude Code, Cursor, Codex, and more.
Quick Start
# Login (one-time)
npx praxl login
# Sync skills to ~/.claude/skills/
npx praxl sync
# Watch mode (auto-sync every 30s)
npx praxl sync --watch
# Import local skills to Praxl
npx praxl importCommands
| Command | Description |
|---------|-------------|
| praxl login | Save your auth token |
| praxl sync | Download all skills to local folders |
| praxl sync --watch | Watch mode — polls for changes |
| praxl sync --daemon | Background sync daemon |
| praxl import | Upload local skills to Praxl |
| praxl status | Show your skills |
Options
| Option | Default | Description |
|--------|---------|-------------|
| --token TOKEN | saved | Auth token from Praxl Settings |
| --url URL | https://go.praxl.app | Praxl instance URL |
| --platforms a,b | claude-code | Target platforms to sync |
| --path DIR | ~/.claude/skills | Directory for import |
| --interval SEC | 30 | Poll interval for watch/daemon |
Supported Platforms
claude-code→~/.claude/skills/cursor→~/.cursor/skills/codex→~/.agents/skills/copilot→~/.agents/skills/windsurf→~/.windsurf/skills/opencode→~/.opencode/skills/gemini-cli→~/.claude/skills/
Get Your Token
- Go to go.praxl.app/settings
- Find "CLI Token" section
- Click "Reveal CLI Token"
- Copy and use with
npx praxl login --token YOUR_TOKEN
