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:
16
openclaw-knowhow-skill/docs/reference/cli/health.md
Normal file
16
openclaw-knowhow-skill/docs/reference/cli/health.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# health
|
||||
|
||||
# `openclaw health`
|
||||
|
||||
Fetch health from the running Gateway.
|
||||
|
||||
```bash
|
||||
openclaw health
|
||||
openclaw health --json
|
||||
openclaw health --verbose
|
||||
```
|
||||
|
||||
Notes:
|
||||
|
||||
* `--verbose` runs live probes and prints per-account timings when multiple accounts are configured.
|
||||
* Output includes per-agent session stores when multiple agents are configured.
|
||||
Reference in New Issue
Block a user