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.
npx agentmods add skills/lukacf/meerkat/multi-agent-commsnpx skills add lukacf/meerkat --skill multi-agent-commsgit clone --depth 1 https://github.com/lukacf/meerkatWrote 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/skills/lukacf/meerkat/multi-agent-comms)<a href="https://agentmods.dev/skills/lukacf/meerkat/multi-agent-comms"><img src="https://agentmods.dev/badge/skills/lukacf/meerkat/multi-agent-comms.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 | $0.00020 | $0.00377 |
| Opus 5 | $0.00010 | $0.00188 |
| Sonnet 5 | $0.00004 | $0.00075 |
| Haiku 4.5 | $0.00002 | $0.00038 |
Grade A, and why
Multi-Agent Comms 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 5d 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.
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.
What it actually says
Multi-Agent Communication
Use comms for live collaboration between agents. Comms moves messages and correlated requests; it is not durable shared work state.
Operating Rules
- Use runtime-backed keep-alive mode with a
comms_namewhen a session should receive peer messages after the first turn.keep_alivewithout acomms_nameis invalid; standalone session-service use does not provide the keep-alive lifecycle. - Use one-way messages for ordinary coordination and request/response only when you need a correlated answer.
- Call
peersbefore sending and address the canonicalpeer_id. Names are display labels, not identity, and peers can expose different send kinds. - Use
reply_to_peerfor the message that triggered the current turn,send_messagefor unsolicited one-way outreach, andsend_request/send_responseonly for typed correlated contracts. - Prefer queued delivery. Steering interrupts active work and should be reserved for urgent coordination.
- Keep durable commitments, claims, dependencies, and terminal outcomes in WorkGraph when WorkGraph is available.
- Summarize important peer decisions back into durable artifacts or WorkGraph evidence when they matter beyond the live conversation.
Transport Notes
- UDS is for same-machine low-latency peers.
- TCP is for cross-machine peers.
- In-process transport is for peers in the same runtime.
- Trust is keyed by canonical peer identity. A transport address or matching display name alone does not establish trust, and name replacement is a trusted host operation rather than an agent-side shortcut.
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.
- 5d ago First seen · 40 lines · 20 tokens per session scan A 5f67a766866d
Multi-Agent Comms is a skill published in the GitHub repository lukacf/meerkat (20 stars, last pushed today), licensed Apache-2.0. It adds 20 tokens to every session and 377 once invoked, about $0.0001 per session on Opus 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-08-30.
Other skills, from other repositories
frame-macos-notification
拟真 macOS 通知 banner + app icon + 标题正文, 适合 video overlay / 产品发布预告.
prototype-web
可点击的功能性 Web 原型, 含导航、英雄区、特性区、CTA.
waitlist-page
【模板: 等候名单页 / Waitlist】 【意图】为新产品 / 早鸟内测做一张极简等候页。 【布局】.
deck-course-module
暖纸背景 + Playfair, 左侧学习目标常驻, 含 MCQ 自测页.
deck-pitch
10 页融资 deck, 白底 + 蓝紫渐变 hero, traction 柱状, $X.XM ask.
argent-tv-interact
Control and inspect TV apps via argent — Apple TV (tvOS), Android TV (leanback), and Amazon Fire TV (Vega). Boot the target, read focus, navigate with the D-pad remote, type, screenshot, and on Vega debug the JS runtime (evaluate, console logs, network inspector). Use when a task targets a TV (runtimeKind "tv", or…