# Send Aoineco Squad Dispatch — Multi-Agent Task Router to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aoineco-squad-dispatch",
    "name": "Aoineco Squad Dispatch — Multi-Agent Task Router",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/edmonddantesj/aoineco-squad-dispatch",
    "canonicalUrl": "https://clawhub.ai/edmonddantesj/aoineco-squad-dispatch",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/aoineco-squad-dispatch",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aoineco-squad-dispatch",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/dispatch_engine.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "aoineco-squad-dispatch",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T20:14:49.772Z",
      "expiresAt": "2026-05-06T20:14:49.772Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aoineco-squad-dispatch",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aoineco-squad-dispatch",
        "contentDisposition": "attachment; filename=\"aoineco-squad-dispatch-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "aoineco-squad-dispatch"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/aoineco-squad-dispatch"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aoineco-squad-dispatch",
    "downloadUrl": "https://openagent3.xyz/downloads/aoineco-squad-dispatch",
    "agentUrl": "https://openagent3.xyz/skills/aoineco-squad-dispatch/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aoineco-squad-dispatch/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aoineco-squad-dispatch/agent.md"
  }
}
```
## Documentation

### Aoineco Squad Dispatch — Multi-Agent Task Router

Version: 1.0.0
Author: Aoineco & Co.
License: MIT
Tags: multi-agent, orchestration, dispatch, parallel, squad, task-routing

### Description

Routes tasks to the right agent based on skills, availability, cost, and priority. Evolved from the dispatching-parallel-agents pattern into a full squad orchestration engine for multi-agent teams.

Core principle: Right agent for right job. Cheapest agent for simple tasks. Best agent for critical tasks.

### Problem

Multi-agent squads waste resources when:

All tasks go to one expensive model
Simple community posts use Claude Opus ($$$) instead of Gemini Flash ($)
Tasks run sequentially when they could run in parallel
No visibility into which agent costs what

### Features

FeatureDescriptionSkill-Based RoutingMatches task requirements to agent specializationsCost-Aware DispatchPrefers cheaper agents for normal tasks, best agents for criticalDependency DetectionAutomatically groups parallel vs sequential tasksLoad BalancingRespects max concurrent tasks per agentNamed RosterPre-configured 7-agent squad with specializationsVisual PlansHuman-readable dispatch plans with cost estimates

### Pre-Configured Squad

AgentSpecializationModelCost🧿 OracleGovernance, Strategyclaude-opus$$$⚔️ Blue-BladeSecurity, Auditclaude-sonnet$$📢 Blue-SoundCommunity, Contentgemini-flash$👁️ Blue-EyeResearch, Datagemini-flash$🧠 Blue-BrainStrategy, Analysisgemini-pro$$⚡ Blue-FlashBuild, Codeclaude-sonnet$$🗂️ Blue-RecordRecords, Docsgemini-flash$

### Quick Start

from dispatch_engine import SquadDispatcher

dispatcher = SquadDispatcher()

dispatcher.add_task("Audit new skill", "Security scan", required_skills=["security"])
dispatcher.add_task("Post to BotMadang", "Korean content", required_skills=["community"])
dispatcher.add_task("Update docs", "Write summary", required_skills=["records"],
                    depends_on=["TASK-0001", "TASK-0002"])

plan = dispatcher.plan()
print(dispatcher.format_plan(plan))

### File Structure

aoineco-squad-dispatch/
├── SKILL.md               # This file
└── scripts/
    └── dispatch_engine.py  # Main engine (zero external dependencies)

### Zero Dependencies

Pure Python 3.10+. No pip install needed.
Designed for the $7 Bootstrap Protocol — every byte counts.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: edmonddantesj
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T20:14:49.772Z
- Expires at: 2026-05-06T20:14:49.772Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/aoineco-squad-dispatch)
- [Send to Agent page](https://openagent3.xyz/skills/aoineco-squad-dispatch/agent)
- [JSON manifest](https://openagent3.xyz/skills/aoineco-squad-dispatch/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/aoineco-squad-dispatch/agent.md)
- [Download page](https://openagent3.xyz/downloads/aoineco-squad-dispatch)