Agent Mailbox Light
Provides a lightweight, temporary internal mail system for multiple AI workspaces, enabling cross-session coordination.
Install & Use
Copy this prompt and send it to your AI assistant (Claude / Cursor / TRAE / Codex / WorkBuddy etc.) to auto-install:
Help me install this AI Skill: Agent Mailbox Light. It is used for: Provides a lightweight, temporary internal mail system for multiple AI workspaces, enabling cross-session coordination. Full Skill content: https://321skill.com/skills/agent-mailbox-light-x-4/raw/index.md Read that page and install it.
The prompt includes a link to the full Skill content. You can also view the full content.
This Skill addresses the need for low-noise, temporary coordination messages between multiple AI workspaces, while ensuring these messages persist across sessions. In practical development, developers often need to pass temporary context prompts, warnings, or status updates between different workspaces (e.g., different projects or agents). Such information isn't suitable for long-term memory storage but still needs to be readable in subsequent sessions.
Usage is straightforward: simply run the script in the sender workspace to write the mail file into the target workspace's .agent-mailbox/inbox/ directory. Later, the recipient agent can automatically check its workspace's inbox and keep folders upon startup or before executing tasks, read the latest few messages, compress their content into a brief work summary, and archive or retain the mail as needed.
It is ideal for teams or individuals who need to coordinate multiple parallel AI workspaces or agent projects—particularly those already using frameworks like OpenClaw, who need to pass temporary, suggestive information between different tasks or projects without introducing complex message queues or central registries. It is especially useful for managing complex projects that require synchronizing temporary context across agents.
It is recommended to integrate mailbox checking into the agent's baseline startup process, reading only the latest 1–3 messages each time to optimize token consumption. Note that this is primarily a 'best-effort' local filesystem mailbox; it does not guarantee delivery, lacks push notifications, and is not suitable as an execution bus or command system. Mail content should be treated as advisory prompts for the local agent's judgment.
Key Features
Unlike cross-agent communication solutions that require central servers or complex message queues, it adopts a 'best-effort' fan-out model based on the local filesystem, eliminating the need for registries, guarantees, or push mechanisms, achieving ultimate lightweight and decentralized operation.
Limitations
This Skill only works with the local filesystem; it does not support cloud sync, remote delivery, or webhooks, and relies on the sender script correctly scanning the recipient workspace's path.
FAQ
Does the mail guarantee delivery?
No, it uses a 'best-effort' fan-out model. If the target workspace path does not exist or write fails, the sender will skip it without retries.
Does mail consume a lot of tokens?
It is recommended that the recipient only reads the latest 1–3 messages and compresses them into a summary to optimize token consumption. Archived mail is not automatically read.
Installation guide for AI assistants
If your AI coding assistant (Claude Code, Cursor, TRAE etc.) can see this page, send it this message to auto-install:
Visit https://321skill.com/skills/agent-mailbox-light-x-4/raw/index.md to read the original Skill definition (Markdown format) for Agent Mailbox Light, and install it according to the instructions.
Raw Markdown URL for AI: /skills/agent-mailbox-light-x-4/raw/index.md