Operations
Operations Cheatsheet
Quick reference for the most common operational commands. Companion to the [Runbook](/en/lab/60-operations/runbook).
Purpose
This page is a quick reference for operators. It does not replace the Runbook; it provides the commands that are used most often, in a form that can be copied and pasted.
Path placeholders
| Placeholder | Real value |
|---|---|
{workspace-root} | The operator's workspace root. |
{coordinator-port} | The Coordinator gateway port (default 18789). |
{worker-port} | The Research Worker gateway port (default 18790). |
{media-port} | The Media Agent gateway port (default 18791). |
{backup-destination} | The backup location (e.g., external drive or cloud). |
{cold-storage-destination} | The cold storage for archived missions. |
Health checks
Service management
macOS (launchd)
Linux (systemd)
Session management
Mission management
Coding Assistant
Browser
Memory
Tests
Backup
Audit
Common environment variables
| Variable | Purpose |
|---|---|
{framework-cli} | Path to the framework CLI. |
{workspace-root} | The operator's workspace root. |
EDITOR | The default text editor for memory files. |
LOG_LEVEL | The log level (debug, info, warn, error). |
Maintained command cheatsheets
The lab maintains a small set of command cheatsheets under
{workspace-root}/comandos_terminal/. These are the
operator's quick reference for the most common CLI
commands. They are kept up to date as part of the
operations cadence.
| Cheatsheet | Purpose |
|---|---|
openclaw_cheatsheet.md | OpenClaw gateway, session, and tool commands. |
codex_cli_cheatsheet.md | Coding Assistant CLI invocation and flags. |
claude_code_cheatsheet.md | Claude Code CLI reference (for cross-checks). |
tutorial_auth_minimax.md | Authentication and quota renewal for the model provider. |
The cheatsheets are designed to be skimmed, not read.
They are also the source from which the cheatsheet blocks
in this page are derived: when a cheatsheet in
comandos_terminal/ is updated, this page is updated to
match.