Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
ClawDock is a small shell-helper layer for Docker-based OpenClaw installs.
It gives you short commands like
clawdock-startclawdock-dashboardclawdock-fix-tokendocker compose ...If you have not set up Docker yet, start with Docker.
Use the canonical helper path:
bashmkdir -p ~/.clawdock && curl -sL https://raw.githubusercontent.com/openclaw/openclaw/main/scripts/clawdock/clawdock-helpers.sh -o ~/.clawdock/clawdock-helpers.sh echo 'source ~/.clawdock/clawdock-helpers.sh' >> ~/.zshrc && source ~/.zshrc
If you previously installed ClawDock from
scripts/shell-helpers/clawdock-helpers.shscripts/clawdock/clawdock-helpers.sh| Command | Description |
|---|---|
text clawdock-start | Start the gateway |
text clawdock-stop | Stop the gateway |
text clawdock-restart | Restart the gateway |
text clawdock-status | Check container status |
text clawdock-logs | Follow gateway logs |
| Command | Description |
|---|---|
text clawdock-shell | Open a shell inside the gateway container |
text clawdock-cli <command> | Run OpenClaw CLI commands in Docker |
text clawdock-exec <command> | Execute an arbitrary command in the container |
| Command | Description |
|---|---|
text clawdock-dashboard | Open the Control UI URL |
text clawdock-devices | List pending device pairings |
text clawdock-approve <id> | Approve a pairing request |
| Command | Description |
|---|---|
text clawdock-fix-token | Configure the gateway token inside the container |
text clawdock-update | Pull, rebuild, and restart |
text clawdock-rebuild | Rebuild the Docker image only |
text clawdock-clean | Remove containers and volumes |
| Command | Description |
|---|---|
text clawdock-health | Run a gateway health check |
text clawdock-token | Print the gateway token |
text clawdock-cd | Jump to the OpenClaw project directory |
text clawdock-config | Open text ~/.openclaw |
text clawdock-show-config | Print config files with redacted values |
text clawdock-workspace | Open the workspace directory |
bashclawdock-start clawdock-fix-token clawdock-dashboard
If the browser says pairing is required:
bashclawdock-devices clawdock-approve <request-id>
ClawDock works with the same Docker config split described in Docker:
<project>/.env~/.openclaw/.env~/.openclaw/agents/<agentId>/agent/auth-profiles.json~/.openclaw/openclaw.jsonUse
clawdock-show-config.envopenclaw.json.env© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine