Agent skill
recover
Scan agent health and auto-recover stale or dead sessions
Install this agent skill to your Project
npx add-skill https://github.com/iii-hq/agentos/tree/main/plugin/skills/recover
SKILL.md
Check agent health and recover:
- Scan:
curl -X POST http://localhost:3111/api/recovery/scan -H 'Content-Type: application/json' - Report:
curl -X POST http://localhost:3111/api/recovery/report -H 'Content-Type: application/json' - Recover specific:
curl -X POST http://localhost:3111/api/recovery/recover -H 'Content-Type: application/json' -d '{"agentId": "<id>"}'
Classifications: healthy, degraded, dead, unrecoverable.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
memory
Persistent agent memory — store, recall, search across sessions
swarm
Multi-agent swarm coordination — create swarms, broadcast tasks, reach consensus
status
System status and health checks — dashboard stats, agent health, worker status
evolve
Create, test, and improve functions at runtime — agents write their own code
lifecycle
Session lifecycle management — transitions, state tracking, reactions
tasks
Task decomposition — break features into subtasks, assign workers, track progress
Didn't find tool you were looking for?