ccc-broadcast

ccc-broadcast is a skill for Claude Code, Codex from KevinZai/commander. It costs 41 tokens per session (1,567 once invoked), scanned A, original, MIT.

A status relay that sends plain-language updates about builds, deployments, tests, tasks, and budgets to connected team chat or email.

In plain words
What is it for?
Notifying teams when work ships, a deployment succeeds or fails, a task finishes, or spending reaches an alert level.
Why use it?
It keeps non-developers informed without making them open dashboards or watch a terminal, while omitting file contents, code changes, and secrets.

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/kevinzai/commander/ccc-broadcast
Any agent
npx skills add KevinZai/commander --skill ccc-broadcast
Clone the repo
git clone --depth 1 https://github.com/KevinZai/commander

Made for: Claude Code, Codex.

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 ccc-broadcast

README.md
[![agentmods](https://agentmods.dev/badge/skills/kevinzai/commander/ccc-broadcast.svg)](https://agentmods.dev/skills/kevinzai/commander/ccc-broadcast)
Your own site
<a href="https://agentmods.dev/skills/kevinzai/commander/ccc-broadcast"><img src="https://agentmods.dev/badge/skills/kevinzai/commander/ccc-broadcast.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,567 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.00041 $0.01567
Opus 5 $0.00020 $0.00783
Sonnet 5 $0.00008 $0.00313
Haiku 4.5 $0.00004 $0.00157

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

Security

Grade A, and why

ccc-broadcast 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.

commander/cowork-plugin-codex/skills/ccc-broadcast/SKILL.md · 142 lines

How it starts

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

$ccc-broadcast — Outbound Status Relay

Placeholders like ~~chat and ~~email refer to connected tools. See CONNECTORS.md.

Turn "did the deploy work?", "is the site up?", and "did the overnight run finish?" into pushed status updates. ccc-broadcast watches the operational signals a CC Commander session already produces — builds, deploys, CI results, task completions, cost/budget alerts — and relays a plain-language summary to the channels a team actually reads (~~chat, ~~email). No dashboards to open, no terminal to babysit.

This is the outbound-status counterpart to $ccc-nightwatch (which relays approval requests to your phone). Nightwatch asks "can I do this?"; broadcast tells "here's what happened."

What it does

The skill maps CC Commander lifecycle events to a small set of business-legible messages and forwards them through whatever ~~chat or ~~email connector is enabled via $ccc-connect. Each relay is a short, scrubbed summary — event type, human outcome, and a link if one exists — never file contents, diffs, or secret values. Signals are classified by audience so engineers, owners, and clients each get the right altitude.

Triggers

  • $ccc-broadcast
  • "tell the team when the deploy finishes"
  • "send me a status when the build is done"
  • "broadcast ops updates to Slack"
  • "let the client know when it's live"
  • "team status updates"

Signal → Audience Matrix

Signal Example Default audience Channel
🟢 Ship Deploy succeeded, site live Owner + team ~~chat
🧪 CI Tests green / red on a branch Team ~~chat
✅ Task done Overnight run / feature complete Owner ~~chat or ~~email
💰 Cost Budget threshold crossed (80% / 100%) Owner ~~email
🔴 Incident Deploy failed, error spike Team (immediate) ~~chat
🗒️ Digest End-of-day rollup of the above Owner ~~email

Unclassified signals default to the 🗒️ digest (batched, low-noise).

Read the full file on GitHub · 142 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. 5d ago First seen · 142 lines · 41 tokens per session scan A 58f9cfe59cf1

Subscribe to this mod's changes

ccc-broadcast is a skill published in the GitHub repository KevinZai/commander (6 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 1,567 once invoked, about $0.0002 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-31.