Agent skill · AI & Agents

agentmail

Inter-agent communication for tmux sessions. Send and receive messages between AI agents.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agentmail-novaai-innovation-infinite-agency --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Konstantin Tumalevich
Path: skills/agent/agentmail-novaai-innovation-infinite-agency/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AgentMail Skill AgentMail enables communication between AI agents running in different tmux windows through a simple file-based mail system. ## Overview AgentMail is a CLI tool for inter-agent communication within tmux sessions. Messages are stored in `.agentmail/mailboxes/` as JSONL files, providing persistent, file-locked message queues for each agent. ## Prerequisites - Must be running inside a tmux session - AgentMail CLI must be installed and available in PATH - Messages stored in `.agentmail/` directory ## Core Commands ### Send a Message ```bash agentmail send <recipient> "<message>" ``` Send a message to another agent. The recipient must be a valid tmux window name. **Examples:** ```bash agentmail send agent2 "Can you review the changes in src/api?" agentmail send -r worker -m "Task completed" echo "Build succeeded" | agentmail send agent2 ``` ### Receive Messages ```bash agentmail receive ``` Read the oldest unread message from your mailbox. Messages are delivered in FIFO order and marked as read after display. ### List Recipients ```bash agentmail recipients ``` List all tmux windows that can receive messages. Your current window is marked with `[you]`. ### Set Status `

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Core Commands
  4. Send a Message
  5. Receive Messages
  6. List Recipients
  7. Set Status
  8. Workflow
  9. Checking for Messages
  10. Sending Messages
  11. Status Management
  12. Message Format
  13. Best Practices
  14. Integration with Claude Code
Ships with 1 file
  • metadata.json
Commands it runs
agentmail send <recipient> "<message>"
agentmail send agent2 "Can you review the changes in src/api?"
agentmail send -r worker -m "Task completed"
echo "Build succeeded" | agentmail send agent2
agentmail receive
agentmail recipients
agentmail status <ready|work|offline>
More from claude-skill-registry
All skills →
About this skill
What does the agentmail skill do?

Inter-agent communication for tmux sessions. Send and receive messages between AI agents.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agentmail-novaai-innovation-infinite-agency --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going