Add local copy of OpenClaw docs for offline search

This commit is contained in:
2026-02-14 20:53:12 +01:00
parent 4ef0fd5258
commit 7ecf015e4e
687 changed files with 117598 additions and 0 deletions

16
docs/cli/sessions.md Normal file
View File

@@ -0,0 +1,16 @@
---
summary: "CLI reference for `openclaw sessions` (list stored sessions + usage)"
read_when:
- You want to list stored sessions and see recent activity
title: "sessions"
---
# `openclaw sessions`
List stored conversation sessions.
```bash
openclaw sessions
openclaw sessions --active 120
openclaw sessions --json
```