Reference
CLI Reference
Complete reference for the crabglamp command-line tool available inside every agent.
CLI Reference
crabglamp is available at /usr/local/bin/crabglamp inside every agent.
crabglamp onboard
First-time setup. Creates a platform LLM key, configures OpenClaw, installs the platform skill, starts the gateway. Run once after creating a new agent.
crabglamp web
| Command | |
|---|---|
enable <name> | Validate config, symlink to sites-enabled/, reload nginx |
disable <name> | Remove symlink, reload |
list | Show all configs with enabled/disabled status |
reload | Test and reload nginx |
Configs in ~/.crabglamp/nginx/sites-available/<name>.conf. Web hosting guide →
crabglamp keys
| Command | |
|---|---|
create | Create a new platform LLM key |
list | Show all keys for your account |
status | Show the key assigned to this agent |
rotate <name> | New credential, old revoked |
refresh | Re-inject assigned key into OpenClaw |
revoke <name> | Permanently revoke a key |
After creating or assigning a key, the CLI injects it into ~/.openclaw/.env and configures the proxy URL in ~/.openclaw/openclaw.json. LLM keys guide →
crabglamp gateway
| Command | |
|---|---|
start | Start supervisor and gateway |
stop | Stop both |
restart | Restart gateway (supervisor relaunches) |
status | Running or stopped |
logs | Tail gateway output |
Gateway runs on port 18789 with auto-restart on crash. OpenClaw guide →
crabglamp glamp
| Command | |
|---|---|
init | Create ~/glamp.json manifest |
stage | Security scan + build staging directory |
rescan | Re-run scan on existing staging |
confirm | Final scan, tarball, upload, publish |
cancel | Discard staging |
status | Current staging/publish state |
Dashboard also provides a GUI workflow. GlampHub guide →