@erenes1667/o7-cli
v1.0.2
Published
Optimum7 OpenClaw installer and lifecycle manager
Maintainers
Readme
@erenes1667/o7-cli
One-command installer and lifecycle manager for Optimum7's OpenClaw + Mission Control setup.
Quick Start
# Install globally (recommended)
npm i -g @erenes1667/o7-cli
# Or use npx
npx --package @erenes1667/o7-cli o7 statusSetup
Clone the repo first, then run the installer:
git clone https://github.com/erenes1667/unified-mc.git
cd unified-mc
o7-setupThis runs the full installer which sets up OpenClaw, AI model auth, and Mission Control.
Usage
o7 start # Start Gateway + Mission Control
o7 status # Show running status
o7 stop # Stop both
o7 restart # Restart both
o7 update # Pull latest, rebuild, restartProfile Isolation
The installer defaults to --profile o7, which sets OPENCLAW_HOME=~/.openclaw-o7. This keeps work config separate from personal OpenClaw.
o7-setup --profile stagingDevice Registration
On first setup, your machine is registered with the O7 OS admin dashboard. This enables:
- Fleet visibility (who's installed, who's online)
- Heartbeat monitoring (auto-restarts if gateway goes down)
- Module sync and quota management
Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
| O7_MC_DIR | ~/Projects/unified-mc | Path to Mission Control |
