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.