con un clic
recover
Scan agent health and auto-recover stale or dead sessions
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Scan agent health and auto-recover stale or dead sessions
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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
Basado en la clasificación ocupacional SOC
| 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.