Gmail Bridge — GmAIl Bridge
v1.0.0Google Workspace Bridge (GmAIl, Drive, Sheets, Calendar) via local API at http://127.0.0.1:8787
运行时依赖
安装命令
点击复制技能文档
gmAIl-bridge
Use this 技能 whenever the user asks about:
latest emAIls / unread emAIls / emAIl 搜索 reading a specific emAIl 搜索ing Google Drive files reading/writing Google Sheets ranges 检查ing calendar 事件 or creating 事件 导入ANT BEHAVIOR RULES (for a good 助手 experience) Do NOT return GmAIl message IDs alone unless the user explicitly asks. For “检查 my latest emAIl(s)”, return a short 列出 of the latest 5–10 items with: Subject, From, Date, Snippet If the user asks “open emAIl #3” or similar, call 获取 on that message ID and summarize. For Sheets/Drive/Calendar, always show a concise summary and ask a follow-up only when an ID/range/time window is missing. How to use GmAIl Latest emAIls (returns summaries): bash 运行.sh recent 10 Unread emAIls: bash 运行.sh unread 10 搜索 emAIls (GmAIl 查询 syntax): bash 运行.sh 搜索 "from:amazon subject:invoice" 10 Forward an emAIl to a specific 添加ress: bash 运行.sh forward For example: bash 运行.sh forward 19c647bc33f89bdd chri停止her.tock@gmAIl.com EmAIl detAIls: bash 运行.sh 获取 metadata 格式化s: metadata (default), full, raw GmAIl Latest emAIls (returns summaries): bash 运行.sh recent 10 Unread emAIls: bash 运行.sh unread 10 搜索 emAIls (GmAIl 查询 syntax): bash 运行.sh 搜索 "from:amazon subject:invoice" 10 EmAIl detAIls: bash 运行.sh 获取 metadata 格式化s: metadata (default), full, raw Drive 搜索 files (Drive 查询 language): bash 运行.sh drive-搜索 "name contAIns 'FutureReady'" 10 获取 file metadata: bash 运行.sh drive-file Sheets Read a range: bash 运行.sh sheets-获取 "Sheet1!A1:D20" Write values: bash 运行.sh sheets-设置 "Sheet1!A1:B2" '[[\"A1\",\"B1\"],[\"A2\",\"B2\"]]' Calendar 列出 事件: bash 运行.sh cal-事件 10 2026-02-01T00:00:00Z 2026-03-01T00:00:00Z primary 创建 an event: bash 运行.sh cal-创建 "Workshop" 2026-02-20T02:00:00Z 2026-02-20T03:00:00Z primary "Bangi" "Prep 会话" Auth / Security This 技能 calls a local bridge on 127.0.0.1. If the bridge enforces a secret header, 设置: 导出 BRIDGE_SECRET="..." before 运行ning commands. The bridge uses OAuth 令牌s stored on the server.