USE GUIDE — OPENCLAW
Main takeaway: check health first, then run tasks, then verify output
CLI means command-line interface, a text-based way to control OpenClaw quickly and consistently.
PowerShell daily check
openclaw gateway status
openclaw help
openclaw gateway restartExpected result: status returns healthy, help shows commands, restart completes in a few seconds.
Terminal daily check
openclaw gateway status
openclaw help
openclaw gateway restartExpected result: same output pattern as Windows and gateway returns to healthy state.
Terminal daily check
openclaw gateway status
openclaw help
openclaw gateway restartExpected result: no command errors and status reports the service as running.
Run from project folder
mkdir openclaw-demo
cd openclaw-demo
openclaw helpExpected result: OpenClaw commands work from a normal project directory.
3-minute operator routine
1) Confirm gateway status, 2) run one command from help that you use often, 3) log any errors with timestamp. This gives a fast baseline before bigger tasks.
Use case: before starting automation sessions, agent jobs, or guide walkthroughs.
Common fixes
If command is not found, open a fresh terminal and check PATH.
If gateway hangs, run openclaw gateway stop then openclaw gateway start.
If issues persist, revisit OpenClaw setup and confirm install version.
Install first
Run setup if your checks fail or if command paths are missing.
Open setup guide →Combine tools
Move from single commands to multi-step local workflows.
Open combine guide →