Agent skill
orchestrate
Plan and execute multi-agent work — decompose features, spawn workers, monitor progress
Install this agent skill to your Project
npx add-skill https://github.com/iii-hq/agentos/tree/main/plugin/skills/orchestrate
SKILL.md
Use AgentOS orchestrator to break down complex tasks:
- Plan:
curl -X POST http://localhost:3111/api/orchestrator/plan -H 'Content-Type: application/json' -d '{"description": "<task>"}' - Execute:
curl -X POST http://localhost:3111/api/orchestrator/execute -H 'Content-Type: application/json' -d '{"planId": "<id>"}' - Status:
curl -X POST http://localhost:3111/api/orchestrator/status -H 'Content-Type: application/json' -d '{"planId": "<id>"}'
The orchestrator decomposes tasks into subtasks with hierarchical IDs, spawns workers for each leaf task, and monitors progress with lifecycle reactions.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
recover
Scan agent health and auto-recover stale or dead sessions
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
Didn't find tool you were looking for?