🦀 CrabGlamp Docs

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
listShow all configs with enabled/disabled status
reloadTest and reload nginx

Configs in ~/.crabglamp/nginx/sites-available/<name>.conf. Web hosting guide →


crabglamp keys

Command
createCreate a new platform LLM key
listShow all keys for your account
statusShow the key assigned to this agent
rotate <name>New credential, old revoked
refreshRe-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
startStart supervisor and gateway
stopStop both
restartRestart gateway (supervisor relaunches)
statusRunning or stopped
logsTail gateway output

Gateway runs on port 18789 with auto-restart on crash. OpenClaw guide →


crabglamp glamp

Command
initCreate ~/glamp.json manifest
stageSecurity scan + build staging directory
rescanRe-run scan on existing staging
confirmFinal scan, tarball, upload, publish
cancelDiscard staging
statusCurrent staging/publish state

Dashboard also provides a GUI workflow. GlampHub guide →