con un clic
delegation
Spawn background sessions for parallel tasks while responding to user
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ú
Spawn background sessions for parallel tasks while responding to user
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.
Basado en la clasificación ocupacional SOC
Communicate with other abtars agents — delegate tasks, ask questions
Full browser capability — managed Browsie session or emergency Main direct mode
Fetch web content — 4-level escalation chain from curl to full browser
Find the best free cloud models and update models.json from OpenRouter leaderboard
When to use skill_create (procedures) vs memory_store (facts)
Fetch Twitter/X content — single tweets (no auth) or feeds (cookies)
| name | delegation |
| description | Spawn background sessions for parallel tasks while responding to user |
| trigger | when a task is complex enough to run in the background, or when the user asks for multiple things simultaneously |
You can spawn independent background sessions that work on tasks while you continue the conversation.
spawn_session(type, goal, context?) — start a background worker. Returns task_id immediately.check_session(task_id) — check status: running / done / failed / terminatedsend_to_session(task_id, message) — send a follow-up instruction to a running childterminate_session(task_id) — stop a running background sessionspawn_session(type: "code", goal: "refactor auth module to use JWT")[Background session ... completed]code — coding tasks (gets coding model/prompt)browse — web research (gets browser tools)task — general tasks