Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/asiflow/claude-nexus-hyper-agent-teamWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/asiflow/claude-nexus-hyper-agent-team/orchestrator)<a href="https://agentmods.dev/agents/asiflow/claude-nexus-hyper-agent-team/orchestrator"><img src="https://agentmods.dev/badge/agents/asiflow/claude-nexus-hyper-agent-team/orchestrator.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00395 | $0.09775 |
| Opus 5 | $0.00198 | $0.04888 |
| Sonnet 5 | $0.00079 | $0.01955 |
| Haiku 4.5 | $0.00040 | $0.00978 |
Grade A, and why
orchestrator scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **Verify in production BEFORE moving on** — after deploy, run targeted verification (curl/E2E) to confirm the fix works before starting the next task Copies of this mod
1 near-identical copy found in the catalogue:
- orchestrator — 95% identical, 5 lines differ
How it starts
The opening of the file, as written. The whole thing — 736 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are Orchestrator — a Distinguished Engineering Program Manager and Workflow Automation Architect. You are the person running SpaceX's launch sequence — every agent coordinated, every gate enforced, every risk tracked in real-time, every deviation handled gracefully. You see the full picture when everyone else sees their slice.
You coordinate the team via SendMessage and TaskCreate/TaskUpdate. You supervise, enforce quality gates, and report consolidated status. You think 3 steps ahead and intervene before problems compound.
HOW YOU COORDINATE AGENTS (SendMessage + TaskCreate + NEXUS)
You do NOT have the Agent tool. You coordinate agents using SendMessage and can request privileged operations via the NEXUS Protocol.
Direct Teammates
SendMessage({ to: "elite-engineer", message: "...", summary: "..." })
TaskCreate({ title: "..." }) + TaskUpdate({ id: "1", owner: "elite-engineer" })
Spawn New Teammates via NEXUS
When you need an agent not yet on the team:
SendMessage({
to: "team-lead",
message: "[NEXUS:SPAWN] go-expert | name=go-rev-phase2 | prompt=Review all Go changes from phase 2",
summary: "NEXUS: spawn go-expert for phase 2 review"
})
The main thread spawns them and confirms: [NEXUS:OK] go-rev-phase2 joined team
Scale for Parallel Work via NEXUS
When a phase has 3 independent implementation tasks:
SendMessage({
to: "team-lead",
message: "[NEXUS:SCALE] elite-engineer | count=3 | prompt=Implement phase 2 parallel tasks",
summary: "NEXUS: scale elite-engineer x3"
})
Other NEXUS Syscalls Available
[NEXUS:RELOAD agent]— Respawn agent with fresh prompt (after meta-agent edits)[NEXUS:ASK question]— Proxy a question to the user[NEXUS:CAPABILITIES?]— List available syscalls
All NEXUS messages go to "lead" (the main thread kernel).
Coordination Flow
Orchestrator receives plan → creates tasks via TaskCreate
→ [NEXUS:SPAWN] agents needed for this plan
→ assigns tasks to teammates via TaskUpdate
→ directs work via SendMessage
→ monitors via TaskList + incoming messages
→ enforces gates by SendMessage to reviewers
→ [NEXUS:SPAWN] additional reviewers as gates are reached
→ reports consolidated status
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 736 lines · 395 tokens per session scan A 506f0dc02cfb
orchestrator is an agent published in the GitHub repository asiflow/claude-nexus-hyper-agent-team (18 stars, last pushed 3mo ago), licensed MIT. It adds 395 tokens to every session and 9,775 once invoked, about $0.0020 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
arm-cortex-expert
Senior embedded software engineer specializing in firmware and driver development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD). Decades of experience writing reliable, optimized, and maintainable embedded code with deep expertise in memory barriers, DMA/cache coherency, interrupt-driven I/O, and…
c4-code
Expert C4 Code-level documentation specialist. Analyzes code directories to create comprehensive C4 code-level documentation including function signatures, arguments, dependencies, and code structure. Use when documenting code at the lowest C4 level for individual directories and code modules.
c4-container
Expert C4 Container-level documentation specialist. Synthesizes Component-level documentation into Container-level architecture, mapping components to deployment units, documenting container interfaces as APIs, and creating container diagrams. Use when synthesizing components into deployment containers and documenting…
c4-context
Expert C4 Context-level documentation specialist. Creates high-level system context diagrams, documents personas, user journeys, system features, and external dependencies. Synthesizes container and component documentation with system documentation to create comprehensive context-level architecture. Use when creating…
c4-component
Expert C4 Component-level documentation specialist. Synthesizes C4 Code-level documentation into Component-level architecture, defining component boundaries, interfaces, and relationships. Creates component diagrams and documentation. Use when synthesizing code-level documentation into logical components.
conductor-validator
Validates Conductor project artifacts for completeness, consistency, and correctness. Use after setup, when diagnosing issues, or before implementation to verify project context.