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.
17 lines
285 B
Markdown
17 lines
285 B
Markdown
# sessions
|
|
|
|
# `openclaw sessions`
|
|
|
|
List stored conversation sessions.
|
|
|
|
```bash
|
|
openclaw sessions
|
|
openclaw sessions --active 120
|
|
openclaw sessions --json
|
|
```
|
|
|
|
Notes:
|
|
|
|
* The `--active` flag filters sessions by activity duration (in minutes).
|
|
* Use `--json` for programmatic consumption.
|