messaging

messaging is a skill for Claude Code, Codex from zircote-plugins/claude-team-orchestration. It costs 41 tokens per session (1,946 once invoked), scanned B, original, MIT.

Instructions for sending structured messages between coding agents. They cover direct messages, broadcasts, shutdown requests, and plan approvals.

In plain words
What is it for?
They help agents address teammates, include a short message summary, and use the messaging system for coordination. Agent teams must be enabled for this to work.
Why use it?
They make the communication format explicit so agents can coordinate work and know how to send messages that teammates will receive.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Part of the swarm plugin — 10 skills, 5 agents shipped together

Good fit They help agents address teammates, include a short message summary, and use the messaging system for coordination. Agent teams must be enabled for this to work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zircote-plugins/claude-team-orchestration/messaging
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 zircote-plugins/claude-team-orchestration --skill messaging
Clone the repo
git clone --depth 1 https://github.com/zircote-plugins/claude-team-orchestration

Made for: Claude Code, Codex.

Or install swarm, the plugin that ships this one along with the rest of its 10 skills, 5 agents.

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 messaging

README.md
[![agentmods](https://agentmods.dev/badge/skills/zircote-plugins/claude-team-orchestration/messaging.svg)](https://agentmods.dev/skills/zircote-plugins/claude-team-orchestration/messaging)
Your own site
<a href="https://agentmods.dev/skills/zircote-plugins/claude-team-orchestration/messaging"><img src="https://agentmods.dev/badge/skills/zircote-plugins/claude-team-orchestration/messaging.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,946 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00041 $0.01946
Opus 5 $0.00020 $0.00973
Sonnet 5 $0.00008 $0.00389
Haiku 4.5 $0.00004 $0.00195

Measured 8d ago against content hash 4f018915c5f8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade B, and why

messaging scanned grade B 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

cat ~/.claude/teams/{team}/inboxes/{agent}.json | jq '.'
skills/messaging/SKILL.md · 268 lines

How it starts

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

Messaging

Experimental: Agent teams are disabled by default. Enable with CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS in your settings.json or environment.

Send and receive messages between agents. All inter-agent communication flows through the messaging system.

Related skills:


SendMessage Tool

All messaging uses the SendMessage tool. The to field specifies the recipient and the message field carries either a plain string or a structured protocol object.

Direct Message

Send a message to one specific teammate:

SendMessage({
  to: "security-reviewer",
  message: "Please prioritize the authentication module. The deadline is tomorrow.",
  summary: "Prioritize auth module review"  // 5-10 word preview shown in UI
})

Parameters:

  • to - Teammate name (required)
  • message - Message text (required)
  • summary - Brief preview for UI (required)

IMPORTANT for teammates: Your plain text output is NOT visible to the team. You MUST use SendMessage to communicate. Just typing a response is not enough.

Broadcast

Send the same message to all teammates at once:

SendMessage({
  to: "*",
  message: "Status check: Please report your progress",
  summary: "Requesting status from all teammates"
})

WARNING: Broadcasting is expensive. Each broadcast sends N separate messages for N teammates. Costs scale linearly with team size.

When to broadcast:

  • Critical issues requiring immediate team-wide attention
  • Major announcements that affect everyone equally

When NOT to broadcast (use direct message instead):

  • Responding to one teammate
  • Normal back-and-forth communication
  • Information relevant to only some teammates
  • Following up on a task with one person

Read the full file on GitHub · 268 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 268 lines · 41 tokens per session scan B 4f018915c5f8

Subscribe to this mod's changes

messaging is a skill published in the GitHub repository zircote-plugins/claude-team-orchestration (14 stars, last pushed today), licensed MIT. It adds 41 tokens to every session and 1,946 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

content-extraction

Extracts and organizes content ideas from long-form content into detailed platform-specific tables. Use when repurposing transcripts, articles, blog posts, or any long-form content into multiple pieces across platforms.

az9713/claude-cowork-content-plugin · 43 tokens

linkedin-post

Generates engaging LinkedIn posts from long-form content. Use when creating LinkedIn content, building thought leadership, or repurposing content for professional audiences.

az9713/claude-cowork-content-plugin · 34 tokens

title-generator

Generates compelling, click-worthy titles from content across multiple styles and platforms. Use when naming blog posts, videos, newsletters, social posts, or any content that needs a great headline.

az9713/claude-cowork-content-plugin · 40 tokens

twitter-thread

Generates engaging Twitter/X threads from long-form content. Use when creating Twitter content, building audience, or breaking down complex topics into tweet-sized insights.

az9713/claude-cowork-content-plugin · 33 tokens

key-takeaways

Summarizes key takeaways from long-form content into structured bullet lists and actionable insights. Use when creating show notes, content summaries, SEO descriptions, or quick reference guides.

az9713/claude-cowork-content-plugin · 40 tokens

quote-extractor

Extracts the most quotable, shareable statements from content and formats them for social media use. Use when finding pull quotes, social proof, or highlight-worthy statements.

az9713/claude-cowork-content-plugin · 38 tokens