بنقرة واحدة
delegation
Spawn background sessions for parallel tasks while responding to user
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Spawn background sessions for parallel tasks while responding to user
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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