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 skills add w48669664-bit/colla-agent --skill relay-room-collaborationgit clone --depth 1 https://github.com/w48669664-bit/colla-agentWrote 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/w48669664-bit/colla-agent/relay-room-collaboration)<a href="https://agentmods.dev/skills/w48669664-bit/colla-agent/relay-room-collaboration"><img src="https://agentmods.dev/badge/skills/w48669664-bit/colla-agent/relay-room-collaboration/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.
<a href="https://agentmods.dev/skills/w48669664-bit/colla-agent/relay-room-collaboration"><img src="https://agentmods.dev/badge/skills/w48669664-bit/colla-agent/relay-room-collaboration.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00130 | $0.01272 |
| Opus 5 | $0.00065 | $0.00636 |
| Sonnet 5 | $0.00026 | $0.00254 |
| Haiku 4.5 | $0.00013 | $0.00127 |
Grade A, and why
relay-room-collaboration 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Colla Agent Collaboration
Keep the current Codex session as the only implementation agent. Use the
bundled Relay Room runtime to open Colla Agent, consult Antigravity read-only,
record observable work, and publish produced artifacts. Never invoke codex, codex exec, a
subagent, or another recursive agent session from this workflow.
Prepare
- Resolve the absolute path to
scripts/relay-room.mjsfrom this Skill directory. - Read the target project's
AGENTS.mdand relevant instructions. - Inspect the worktree before editing. Preserve unrelated user changes.
- Choose a review cap:
- explicit user choice wins;
- quick or simple: 3;
- standard/default: 5;
- deep or high-risk: 8;
- maximum audit: 12.
- Start Relay Room for the current project and complete task brief:
node <skill-dir>/scripts/relay-room.mjs start \
--project <absolute-project-root> \
--task "<complete user request>" \
--title "<short reader-facing mission title>" \
--rounds 5
The command starts or reuses the local dashboard and opens it automatically. Give the dashboard URL to the user in the next progress update.
Plan with Antigravity
Run:
node <skill-dir>/scripts/relay-room.mjs consult plan
Read the returned JSON. Treat it as colleague advice, not authority. Resolve conflicts against the user request and project instructions. The CLI records the prompt, explicit rationale, questions, output, and adaptive review budget. Do not request or claim private chain-of-thought.
Implement as the current Codex
Record the start of implementation:
node <skill-dir>/scripts/relay-room.mjs event \
--actor codex --stage implement --kind status --status running \
--title "Codex is implementing" \
--content "<concise implementation plan>"
Use normal Codex tools to edit the target project. Do not run a nested Codex CLI. Keep the Colla Agent Codex workstream alive while working. Before and after each meaningful inspection, decision, edit group, and verification, record one short public activity event:
What ships with it
3 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.
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.
- 10d ago First seen · 152 lines · 130 tokens per session scan A 97308bc4e48d
relay-room-collaboration is a skill published in the GitHub repository w48669664-bit/colla-agent (2 stars, last pushed 3d ago), licensed MIT. It adds 130 tokens to every session and 1,272 once invoked, about $0.0006 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.
Other skills, from other repositories
agent-harness-fault-injection
Use when an agent workflow needs deterministic recovery evidence for sandbox, MCP/tool, worker, checkpoint, memory, or orchestration failures.
config-validator
Validate AIWG configuration files and project setup for correctness and completeness.
aiwg-regenerate-copilot
Regenerate copilot-instructions.md for GitHub Copilot with vendor-specific content only.
artifact-metadata
Manage artifact metadata, versioning, ownership, and review history across the SDLC lifecycle.
hook-regenerate
Rebuild AIWG hook files from currently installed framework manifests.
link-check
Verify @file references in AIWG skills and agents against the linking contract — per-file or corpus-wide, with optional auto-fix.