Agent Room Cli
Description
Loopback-first local CLI room for humans, Claude Code, and Codex with mention-based routing.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Agent Room CLI
Local CLI room for a human, Claude Code, and Codex.
Chinese documentation: [README.zh-CN.md](README.zh-CN.md).
The design goal is simple: keep the original AI CLIs, put them in one shared terminal room, and make agents answer only when they are mentioned.
you> @cc review the retry design
cc> I see two risks...
you> @codex do you agree with cc?
codex> Mostly, but I would change the backoff cap...
you> @cc fold codex's point into the final recommendation
cc> Updated recommendation...
What This Is
`agent-room` starts a local HTTP/SSE room server. Human messages, Claude Code, and Codex messages share one transcript.
`agent-room run claude` and `agent-room run codex` launch the original CLI inside tmux. Each agent gets:
- MCP tools for
send_message,catch_up, andwho - a room event relay
- mention-based trigger policy
- buffered context for messages it did not need to answer immediately
The package also exposes an `agent-room-mcp` bin. This is an **internal** MCP server launched automatically by `agent-room run`; it is not meant to be invoked directly.
This is closer to an OpenClaw-style local agent room than a Telegram bridge.
Security Boundary
- The room binds to
127.0.0.1by default and has no application-level authentication.hostandtriorefuse a non-loopback--hostunless you also pass--unsafe-no-auth. --unsafe-no-authis an explicit escape hatch, not a secure remote mode: every peer that can reach the port can read the transcript, follow the SSE stream, register participants, and send messages. Prefer an authenticated tunnel that keeps the room listener on loopback.- The API does not enable cross-origin browser reads, and JSON request bodies are capped at 64 KiB. These are containment measures, not authentication.
- JSONL transcripts and markdown archives remain sensitive plaintext under
~/.agent-room/. Pattern-based redaction is best effort and cannot guarantee that every credential o
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development