Command-line tool for installing and managing SuperClaw - the beautiful web dashboard for OpenClaw.
SuperClaw CLI helps you install the dashboard, manage Pro features, and configure your OpenClaw setup.
npm install -g @skunkceo/superclaw-cli# Install SuperClaw dashboard
superclaw init
# Check status
superclaw status
# Upgrade to Pro (requires license)
superclaw pro install <your-license-key>Free Tier:
- Dashboard overview
- Chat interface
- Sessions management
- Agent monitoring
- Workspace file browser
- Error tracking
Pro Tier (requires license from skunkglobal.com):
- Smart Router - AI model selection and routing
- Settings - Advanced configuration
- Team - Multi-user management
- Tasks - Project tracking
- Stats - Advanced analytics
- Skills - Skills marketplace
- Command - Command palette
- Scheduled - Job scheduling
superclaw init- Install SuperClaw dashboardsuperclaw setup- Create dashboard admin usersuperclaw setup user add <email>- Add dashboard usersuperclaw setup user list- List all userssuperclaw setup user delete <email>- Delete usersuperclaw setup user reset <email>- Reset user password
superclaw pro status- Check Pro license statussuperclaw pro install <key>- Install Pro features with license key
superclaw update- Update CLI and dashboardsuperclaw update --check- Check for available updatessuperclaw doctor- Troubleshoot common issuessuperclaw status- Health check and diagnostics
superclaw help- Show all commandssuperclaw version- Show version info
Installation Flow:
npm install -g @skunkceo/superclaw-cli- Install CLI globallysuperclaw init- Clones free dashboard from GitHub, installs locallysuperclaw setup- Creates first admin user- Dashboard runs on
http://localhost:3000
Upgrading to Pro:
- Purchase license from skunkglobal.com
superclaw pro install <license-key>- Validates license, downloads Pro package- Pro features automatically merge into your dashboard
- Restart dashboard to see new features
SuperClaw consists of two repositories:
- superclaw-dashboard (public) - Free tier features
- superclaw-dashboard-pro (private) - Pro features
The CLI manages installation of both. Pro features are protected by license validation and require access to the private repository.
If something isn't working:
# Run comprehensive diagnostics
superclaw doctor
# Check current status
superclaw statusCommon issues:
Dashboard won't start
- Check if port 3000 is already in use
- Make sure Node.js is installed:
node --version - Try rebuilding:
cd <dashboard-path> && npm run build
Pro installation fails
- Verify license key is correct
- Check GitHub authentication:
gh auth status - Make sure you have access to the private Pro repo
Updates not applying
- Run
superclaw updateto get latest versions - Restart the dashboard after updates
- Clear browser cache if UI doesn't update
To contribute or modify SuperClaw:
# Clone the repos
git clone https://github.com/skunkceo/superclaw-cli.git
git clone https://github.com/skunkceo/superclaw-dashboard.git
# Link CLI locally
cd superclaw-cli
npm link
# Now 'superclaw' command uses your local versionMIT License - See LICENSE file for details
Pro package: Proprietary - Requires valid license from skunkglobal.com
- Dashboard (Free): github.com/skunkceo/superclaw-dashboard
- CLI: github.com/skunkceo/superclaw-cli
- Purchase Pro: skunkglobal.com
- OpenClaw: github.com/openclaw/openclaw
- GitHub Issues: github.com/skunkceo/superclaw-cli/issues
- Documentation: docs.openclaw.ai