En

Agent Mailbox Light

Provides AI agents with a lightweight, cross-workspace internal mailbox system for temporary coordination and context sharing.

开发流程 协调多智能体同步项目上下文管理多个本地AI编码代理 claudecursor通用 ★ 787 Updated 2026-08-02

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 AI agents with a lightweight, cross-workspace internal mailbox system for temporary coordination and context sharing.
Full Skill content: https://321skill.com/skills/agent-mailbox-light-x-5/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 challenge of persisting temporary, low-noise coordination messages across sessions in multi-agent collaboration. In practical development, developers often need to pass prompts, warnings, or temporary context between different agent workspaces, but they don't want to clutter long-term memory or use complex message buses, which can lead to information overload or loss.

Usage is straightforward: simply install this Skill in your agent workspace, and it will create a local .agent-mailbox directory structure. Subsequently, a sender script scans other workspaces and writes emails as Markdown files into the target workspace's inbox folder. The receiving agent reads its own inbox upon startup or at task entry points, processes the emails, moves useful ones to the keep folder, and archives expired ones.

It is ideal for teams or individuals coordinating multiple parallel AI agents (e.g., multiple Claude Code Agents), especially those who have established multiple independent workspaces and need to pass temporary, advisory information (such as task status hints, environment warnings, shared temporary context) between them. For example, when developing complex projects, agents with different responsibilities can notify each other of progress or risks.

It is recommended to integrate mailbox checks into the agent's baseline startup process, reading only the latest 1-3 emails each time to optimize token consumption. Note that this is primarily a local filesystem-based, best-effort delivery system. It does not guarantee delivery, has no push notifications, and should not be used as a command bus or task execution trigger. Email content should be treated as prompts for the local agent's judgment, not as mandatory instructions.

Key Features

Unlike message queues (e.g., RabbitMQ) that require centralized registration and guaranteed delivery, it employs a registration-free, best-effort, lightweight file model, avoiding complex deployment and operational overhead, making it more suitable for temporary, low-priority coordination between AI agents.

Limitations

This Skill is limited to the local filesystem and does not support cloud sync, network delivery, or cross-machine communication. Delivery success depends on the sender script's ability to locate and write to the target workspace path.

FAQ

How are emails protected from being misread by other agents?

Each agent only reads the inbox folder within its own workspace; email files are locally isolated.

Do emails consume a lot of tokens?

The design encourages brief emails, and it is recommended that the receiving agent reads only the latest few emails and compresses summaries to optimize token consumption.

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-5/raw/index.md to read the original Skill definition (Markdown format) for Agent Mailbox Light, and install it according to the instructions.