agent-inbox

Installation
SKILL.md

Agent Inbox Protocol

File-based messaging for agents across harnesses (Claude Code, Codex, Cursor, Gemini CLI, Warp, etc.). Just filesystem operations β€” mkdir, cat, mv.

Setup

mkdir -p .agents/inbox/my-agent/{new,tmp,archive}

Send a message

Write to tmp/, then mv to new/ (atomic β€” prevents partial reads). If the directory doesn't exist yet, create it with mkdir -p first.

Installs
1
GitHub Stars
2
First Seen
Mar 17, 2026
agent-inbox β€” fairchild/dotclaude