walkie-talkie

v0.1.0 by Walkie-Talkie Maintainers

Cross-platform agent-to-agent comms via an append-only in-repo mailbox, with a GRILL protocol for interrogating handoffs

MIT License

Installation

Open Claude Code and run this command:

/plugin install walkie-talkie@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

An agent skill that lets AI coding sessions talk to each other — and grill each other about handoffs.

Works across platforms: Claude Code ↔ OpenAI Codex ↔ Gemini CLI ↔ Copilot ↔ Cursor — any agent that can read and write files. No shared harness, no API, no infrastructure. The transport is an append-only Markdown mailbox committed to your repo; git carries it across machines and sessions. You, the human, can audit every word.

Skills (1)

walkie-talkie View full skill →

Use when two or more agent sessions — same or different platforms (Claude Code, Codex, Gemini CLI, Copilot, Cursor) — work the same repo concurrently, hand off in-flight work, or need to interrogate each other about a handoff.

Ready to use walkie-talkie?

View on GitHub