scion-messaging

Instructions for sending clear messages between agents and users in a multi-agent environment, where separate agents work on related tasks.

In plain words
What is it for?
It helps choose recipients, send status updates, forward feedback, pass terminal keystrokes, and schedule future messages.
Why use it?
It prevents important updates, questions, and feedback from being missed when terminal output is not visible to other participants.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/googlecloudplatform/scion/scion-messaging
Any agent
npx skills add GoogleCloudPlatform/scion --skill scion-messaging
Clone the repo
git clone --depth 1 https://github.com/GoogleCloudPlatform/scion

Made for: Claude Code, Codex.

Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,711 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00050 $0.02711
Opus 5 $0.00025 $0.01355
Sonnet 5 $0.00010 $0.00542
Haiku 4.5 $0.00005 $0.00271

Measured 2d ago against content hash 37f2d935ddfb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

scion-messaging 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 2d 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.

resources/platform_skills/scion-messaging/SKILL.md · 172 lines

How it starts

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

Scion Messaging

Overview

In a multi-agent orchestration environment, communication is the primary failure mode. Agent terminal output is invisible to everyone outside the container. The only way to communicate is via the scion message command. This skill codifies the patterns required for reliable, high-signal communication within the Scion ecosystem.

When to Use

  • When starting a task that requires coordination with other agents.
  • When you need to provide a status update or ask a question to a user.
  • When forwarding feedback or unblocking another agent.
  • When you need to send literal keystrokes to an agent's terminal (via scion keys).
  • When scheduling messages for the future (via scion schedule create).

When NOT to use: For internal cognitive work or logging that doesn't need to be seen by others. Never use messaging for banter or repetitive, low-signal status updates.

Recipient Types

Choosing the right recipient is critical to avoid spam and ensure the message reaches the intended target.

  • @<agent-name> (preferred): The preferred way to message a specific agent (e.g., scion message @tech-lead "..."). This addresses the agent's conversation directly.
  • @<email>: Send a global DM to a user by email address (e.g., scion message @[email protected] "...").
  • agent:<name> (legacy): Explicit agent addressing by name. Still works but @<agent-name> is preferred.
  • <agent-name> (legacy): Bare agent name, equivalent to agent:<name>. Still works but @<agent-name> is preferred.
  • user:<name>: Send to a user's inbox (Hub mode only).
  • group[a,b,...]: Group messaging to a specific list of recipients (Hub mode only).
  • conv:<uuid>: Address a conversation by ID. Not yet supported — currently errors.
  • #<thread>: Address a named thread. Not yet supported — currently errors.
  • coordinator: (Convention) Usually refers to the agent managing the project.

Anti-Pattern: Do not use scion broadcast for routine communication. It sends to every agent in the project, wastes context windows, and is often ignored or causes confusion. Broadcasting is now a separate command (scion broadcast); the old --broadcast flag on scion message has been removed.

Read the full file on GitHub · 172 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. 2d ago First seen · 172 lines · 50 tokens per session scan A 37f2d935ddfb

Subscribe to this mod's changes

scion-messaging is a skill published in the GitHub repository GoogleCloudPlatform/scion (1,685 stars, last pushed today), licensed Apache-2.0. It adds 50 tokens to every session and 2,711 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

article-writing

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.

affaan-m/ECC · 57 tokens

a-evolve

Apply A-Evolve's agentic evolution methodology to improve AI agent performance across runs. Use when the user wants to diagnose agent failures, generate targeted skills from error patterns, evolve system prompts, or accumulate episodic knowledge. Works standalone or inside AutoResearchClaw pipelines. Triggers on…

aiming-lab/AutoResearchClaw · 100 tokens

hive.chart-creation-foundations

Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…

aden-hive/hive · 133 tokens

code-documenter

Use when adding docstrings, creating API documentation, or building documentation sites. Invoke for OpenAPI/Swagger specs, JSDoc, doc portals, tutorials, user guides.

zebbern/claude-code-guide · 39 tokens

deck-course-module

暖纸背景 + Playfair, 左侧学习目标常驻, 含 MCQ 自测页.

nexu-io/html-anything · 25 tokens

creating-skills

Guide for creating Claude Code skills following Anthropic's official best practices. Use when user wants to create a new skill, build a skill, write SKILL.md, update an existing skill, or needs skill creation guidelines. Provides structure, frontmatter fields, naming conventions, and new features like dynamic context…

redai-infra/Relax · 70 tokens