IntegrationsOpenClaw
Context Death Detection
Startup detection and alerting for interrupted sessions.
ClawVault detects interrupted sessions and helps restore continuity on the next start.
Detection Flow
- Session ends uncleanly (reset/crash/interruption)
- Recovery marker remains in vault state
- On next startup, ClawVault recovery logic surfaces that state
- Agent/operator can continue from latest checkpoint/handoff context
Commands
# Check if unclean exit was detected
clawvault recover --check
# Clear marker and print recovery details
clawvault recover --clear
# Start session with stitched recap
clawvault wakeOpenClaw Hook Integration
Use hooks for automatic lifecycle detection:
openclaw hooks install clawvault
openclaw hooks enable clawvault
openclaw hooks list --verbose
openclaw hooks checkRestart gateway after install/enable.
Troubleshooting
detection seems inactive
clawvault doctor
clawvault compat --strict
openclaw hooks list --verbosehook enable fails
openclaw hooks install clawvault
openclaw hooks enable clawvaultIf discovery still fails, check for same-name workspace hook shadowing managed hook location.