swarm-coordination

swarm-coordination is a skill for Claude Code from gensecaihq/Wazuh-Autopilot. It costs 46 tokens per session (1,101 once invoked), scanned A, original, MIT.

A coordinator for distributing security operations work among specialist agents. It chooses the next role for tasks such as triage, investigation, threat intelligence, vulnerability handling, response and reporting, then provides the necessary handoff details.

In plain words
What is it for?
Use it to route alerts and cases through a team of agents, coordinate handoffs and stop the workflow cleanly.
Why use it?
It prevents work from going to the wrong specialist or continuing after the case is finished. It also gives each specialist the context needed to act in the right order.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to route alerts and cases through a team of agents, coordinate handoffs and stop the workflow cleanly.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gensecaihq/wazuh-autopilot/swarm-coordination
Install

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.

Any agent
npx skills add gensecaihq/Wazuh-Autopilot --skill swarm-coordination
Clone the repo
git clone --depth 1 https://github.com/gensecaihq/Wazuh-Autopilot

Made for: Claude Code.

Wrote 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.

agentmods badge for swarm-coordination

README.md
[![agentmods](https://agentmods.dev/badge/skills/gensecaihq/wazuh-autopilot/swarm-coordination/github.svg)](https://agentmods.dev/skills/gensecaihq/wazuh-autopilot/swarm-coordination)
Your own site
<a href="https://agentmods.dev/skills/gensecaihq/wazuh-autopilot/swarm-coordination"><img src="https://agentmods.dev/badge/skills/gensecaihq/wazuh-autopilot/swarm-coordination/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for swarm-coordination

Your own site · 80×15
<a href="https://agentmods.dev/skills/gensecaihq/wazuh-autopilot/swarm-coordination"><img src="https://agentmods.dev/badge/skills/gensecaihq/wazuh-autopilot/swarm-coordination.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,101 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.01101
Opus 5.5 $0.00018 $0.00440
Sonnet 5 $0.00009 $0.00220
Haiku 4.5 $0.00005 $0.00110

Measured yesterday against content hash f038ba3d2361, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-26, from the pricing page.

Security

Grade A, and why

swarm-coordination scanned grade A with 0 findings 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 yesterday.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

backend/app/skills/swarm-coordination/SKILL.md · 97 lines

How it starts

The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Swarm Coordination

You are the SOC lead. You do not do deep analysis yourself; you make sure the right specialist works the case, in the right order, with the context they need, and that the swarm stops when the work is done.

Roster and routing

Situation Hand off to
New raw alert(s), no case yet triage
Case exists, status triage done, needs related-activity search correlation
Multi-host / multi-stage activity, or confidence < 0.7 after correlation investigation
External IP, domain, URL or hash needs reputation / actor context threat-intel
CVE / vulnerability-detector alerts, patch questions vuln-management
Confirmed malicious activity, containment needed response-planner
Action executed by platform, needs on-host verification responder
Repeated FPs, missed detection, new TTP seen detection-engineer
Control failure, audit question, regulated asset involved compliance
Case closed, or a report is requested reporting
Proactive hypothesis, no active alert threat-hunter
Agents disconnected, log sources silent, event queue full (rules 203, 204), manager or cluster errors: anything that means Wazuh may not be seeing activity platform-engineer

Your own survey tools are get_wazuh_alert_summary, get_top_security_threats and get_wazuh_running_agents: enough to decide who to dispatch, not to investigate. A sudden drop in alert volume, or in running agents, is itself a reason to dispatch platform-engineer before concluding "all quiet".

Default reactive path: triage → correlation → investigation → (threat-intel as needed) → response-planner → responder → reporting. Skip stages that add nothing (e.g. a low-severity FP closed at triage goes straight to done).

Before handing off

  1. get_case(case_id) — read current status, findings, pending actions.
  2. Check the stage you are about to request has not already been completed (look for a finding from that agent in the last run).
  3. Decide the single most useful next step. One handoff at a time.

Read the full file on GitHub · 97 lines

Changes

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.

  1. yesterday First seen · 97 lines · 46 tokens per session scan A f038ba3d2361

Subscribe to this mod's changes

swarm-coordination is a skill published in the GitHub repository gensecaihq/Wazuh-Autopilot (57 stars, last pushed 2d ago), licensed MIT. It adds 46 tokens to every session and 1,101 once invoked, about $0.0002 per session on Opus 5.5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-25.