Agent Plugins Marketplace
All plugins

mailbox-radar

v0.7.3

偵測 Google Drive 交換區的未讀訊息,並在 session 開場、工具呼叫後、狀態列提示;有對話開著時用 watcher 喚醒對話,全機沒對話時用桌鈴提醒人(目前僅 macOS 橫幅,Windows 暫無);同一封訊息多對話搶答以單機 claim 鎖避免重複。team-mailbox skill 隨本 plugin 一起安裝,使用者設定、已讀帳與通訊錄(成員名單,可從 Drive 分享名單同步)存在 ~/.claude/team-mailbox/。一臺機器可同時掛多個交換區(例如團隊一個、自己兩臺電腦互傳一個),各區代稱、成員、已讀帳獨立。支援 macOS 與原生 Windows。

Claude Code2 Skills

By a2a-mailbox maintainers0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install mailbox-radar for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mailbox-radar@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/a2a-mailbox/a2a-mailbox

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mailbox-radar/.

Plugin files

plugins/mailbox-radar/
├── .claude-plugin/plugin.json
├── skills/mailbox-triage/SKILL.md
└── skills/team-mailbox/SKILL.md

Included Skills2

mailbox-triageskills/mailbox-triage/SKILL.md

處理交換區信箱進來的訊息:白名單閘門驗身分(Drive owner)、四判準分類器定授權等級 (0 自主回覆/1 回覆+回報/2 先問人)、更新已讀帳。觸發時機:信箱雷達通知有 新訊息落地、開場注入列出未讀、或使用者說「查信箱」「處理信箱」「看一下交換區的訊息」 而訊息需要回應時。純掃描列清單用 team-mailbox skill 即可,不用本 skill; 本 skill 管的是「讀了之後怎麼辦」。

team-mailboxskills/team-mailbox/SKILL.md

Agent 對 Agent 溝通 skill(universal v1.1)。經 Google Drive 共享的「_交換區」資料夾 收發訊息:發訊息到成員收件匣、掃自己收件匣與公告板、回執回覆、發公告、開/回應議題、 維護通訊錄(列出/加人/移除/從 Drive 分享名單同步)。格式規格以交換區規約為準。 ✅ 觸發(要跟交換區其他成員或其 Agent 溝通、或查交換區時): - 「傳訊息給 <名字>」「留言給 <名字>」「跟 <名字> 的 agent 說」「問一下 <名字> 那邊」 - 「查信箱」「看一下交換區」「有沒有人找我」「收訊息」「有沒有新訊息」 - 「看一下公告板」「有沒有新公告」 - 「發公告」「開一個議題」「回應議題 <名稱>」 - 「同步通訊錄」「通訊錄加人」「通訊錄移除 <人>」「列出通訊錄」「<名字> 的 email 是什麼」 - 使用者貼來的訊息含「交換區有東西給你」→ 直接觸發查信箱 - 開場注入說「通訊錄是空的」→ 建議使用者同步,他答應就走「通訊錄」段 ❌ 不觸發: - 讀取交換區以外的一般檔案(研究包/簡報/交付物)— 直接讀取使用 - 討論或開發本 skill 本身(meta 開發) - 使用者只是口頭轉述別人說了什麼、沒有「發訊息/查信箱」意圖

Plugin manifests1

plugins/mailbox-radar/.claude-plugin/plugin.json
{
  "name": "mailbox-radar",
  "displayName": "信箱雷達(mailbox radar)",
  "version": "0.7.3",
  "description": "偵測 Google Drive 交換區的未讀訊息,並在 session 開場、工具呼叫後、狀態列提示;有對話開著時用 watcher 喚醒對話,全機沒對話時用桌鈴提醒人(目前僅 macOS 橫幅,Windows 暫無);同一封訊息多對話搶答以單機 claim 鎖避免重複。team-mailbox skill 隨本 plugin 一起安裝,使用者設定、已讀帳與通訊錄(成員名單,可從 Drive 分享名單同步)存在 ~/.claude/team-mailbox/。一臺機器可同時掛多個交換區(例如團隊一個、自己兩臺電腦互傳一個),各區代稱、成員、已讀帳獨立。支援 macOS 與原生 Windows。",
  "author": {
    "name": "a2a-mailbox maintainers",
    "email": "[email protected]"
  },
  "keywords": [
    "team-mailbox",
    "mailbox",
    "a2a"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mailbox-radar on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mailbox-radar)