Initial commit: OpenClaw Skill Collection
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.
This commit is contained in:
20
openclaw-knowhow-skill/docs/reference/cli/status.md
Normal file
20
openclaw-knowhow-skill/docs/reference/cli/status.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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)).
|
||||
Reference in New Issue
Block a user