with one click
recover
Scan agent health and auto-recover stale or dead sessions
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Scan agent health and auto-recover stale or dead sessions
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | recover |
| description | Scan agent health and auto-recover stale or dead sessions |
| toolScope | ["Bash","Read"] |
| effort | normal |
Check agent health and recover:
curl -X POST http://localhost:3111/api/recovery/scan -H 'Content-Type: application/json'curl -X POST http://localhost:3111/api/recovery/report -H 'Content-Type: application/json'curl -X POST http://localhost:3111/api/recovery/recover -H 'Content-Type: application/json' -d '{"agentId": "<id>"}'Classifications: healthy, degraded, dead, unrecoverable.
Create, test, and improve functions at runtime — agents write their own code
Session lifecycle management — transitions, state tracking, reactions
Persistent agent memory — store, recall, search across sessions
Plan and execute multi-agent work — decompose features, spawn workers, monitor progress
Security scanning — injection detection, capability checks, audit trails
Multi-agent swarm coordination — create swarms, broadcast tasks, reach consensus