Overview
- Skill Key
- edmonddantesj/aoineco-squad-dispatch
- Author
- edmonddantesj
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/edmonddantesj/aoineco-squad-dispatch
- Latest Commit SHA
- 189a95802883a8e08eb3937c65a23bddd82277aa
Aoineco Squad Dispatch — Multi Agent Task Router
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Aoineco Squad Dispatch 技能。 若已安装,则直接安装 Aoineco Squad Dispatch 技能。
# Aoineco Squad Dispatch — Multi-Agent Task Router <!-- 🌌 Aoineco-Verified | S-DNA: AOI-2026-0213-SDNA-SD01 --> **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: 1. All tasks go to one expensive model 2. Simple community posts use Claude Opus ($$$) instead of Gemini Flash ($) 3. Tasks run sequentially when they could run in parallel 4. No visibility into which agent costs what ## Features | Feature | Description | |---------|-------------| | **Skill-Based Routing** | Matches task requirements to agent specializations | | **Cost-Aware Dispatch** | Prefers cheaper agents for normal tasks, best agents for critical | | **Dependency Detection** | Automatically groups parallel vs sequential tasks | | **Load Balancing** | Respects max concurrent tasks per agent | | **Named Roster** | Pre-configured 7-agent squad with specializations | | **Visual Plans** | Human-readable dispatch plans with cost estimates | ## Pre-Configured Squad | Agent | Specialization | Model | Cost | |-------|---------------|-------|------| | 🧿 Oracle | Governance, Strategy | claude-opus | $$$ | | ⚔️ Blue-Blade | Security, Audit | claude-sonnet | $$ | | 📢 Blue-Sound | Community, Content | gemini-flash | $ | | 👁️ Blue-Eye | Research, Data | gemini-flash | $ | | 🧠 Blue-Brain | Strategy, Analysis | gemini-pro | $$ | | ⚡ Blue-Flash | Build, Code | claude-sonnet | $$ | | 🗂️ Blue-Record | Records, Docs | gemini-flash | $ | ## Quick Start ```python from dispatch_engine import SquadDispatcher dispatcher = SquadDispatcher()...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.