6 custom skills (assign-task, dispatch-webhook, daily-briefing, task-capture, qmd-brain, tts-voice) with technical documentation. Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
21 lines
657 B
Markdown
21 lines
657 B
Markdown
# status
|
|
|
|
# `openclaw status`
|
|
|
|
Diagnostics for channels + sessions.
|
|
|
|
```bash
|
|
openclaw status
|
|
openclaw status --all
|
|
openclaw status --deep
|
|
openclaw status --usage
|
|
```
|
|
|
|
Notes:
|
|
|
|
* `--deep` runs live probes (WhatsApp Web + Telegram + Discord + Google Chat + Slack + Signal).
|
|
* Output includes per-agent session stores when multiple agents are configured.
|
|
* Overview includes Gateway + node host service install/runtime status when available.
|
|
* Overview includes update channel + git SHA (for source checkouts).
|
|
* Update info surfaces in the Overview; if an update is available, status prints a hint to run `openclaw update` (see [Updating](/install/updating)).
|