返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
g

gmail-bridge

Google Workspace Bridge (Gmail, Drive, Sheets, Calendar) via local API at http://127.0.0.1:8787

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
324
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

gmail-bridge

# gmail-bridge Use this skill whenever the user asks about: - latest emails / unread emails / email search - reading a specific email - searching Google Drive files - reading/writing Google Sheets ranges - checking calendar events or creating events ## IMPORTANT BEHAVIOR RULES (for a good assistant experience) - Do NOT return Gmail message IDs alone unless the user explicitly asks. - For “check my latest email(s)”, return a short list of the latest 5–10 items with: **Subject, From, Date, Snippet** - If the user asks “open email #3” or similar, call `get` 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 1) Latest emails (returns summaries): - `bash run.sh recent 10` 2) Unread emails: - `bash run.sh unread 10` 3) Search emails (Gmail query syntax): - `bash run.sh search "from:amazon subject:invoice" 10` 4) Forward an email to a specific address: - `bash run.sh forward <messageId> <emailAddress>` - For example: `bash run.sh forward 19c647bc33f89bdd christopher.tock@gmail.com` 5) Email details: - `bash run.sh get <messageId> metadata` - formats: `metadata` (default), `full`, `raw` ### Gmail 1) Latest emails (returns summaries): - `bash run.sh recent 10` 2) Unread emails: - `bash run.sh unread 10` 3) Search emails (Gmail query syntax): - `bash run.sh search "from:amazon subject:invoice" 10` 4) Email details: - `bash run.sh get <messageId> metadata` - formats: `metadata` (default), `full`, `raw` ### Drive 1) Search files (Drive query language): - `bash run.sh drive-search "name contains 'FutureReady'" 10` 2) Get file metadata: - `bash run.sh drive-file <fileId>` ### Sheets 1) Read a range: - `bash run.sh sheets-get <spreadsheetId> "Sheet1!A1:D20"` 2) Write values: - `bash run.sh sheets-set <spreadsheetId> "Sheet1!A1:B2" '[[\"A1\",\"B1\"],[\"A2\",\"B2\"]]'` ### Calendar 1) List events: - `bash run.sh cal-events 10 2026-02-01T00:00:00Z 2026-03-01T00:00:00Z primary` 2) Create an event: - `bash run.sh cal-create "Workshop" 2026-02-20T02:00:00Z 2026-02-20T03:00:00Z primary "Bangi" "Prep session"` ## Auth / Security - This skill calls a local bridge on 127.0.0.1. If the bridge enforces a secret header, set: `export BRIDGE_SECRET="..."` before running commands. - The bridge uses OAuth tokens stored on the server.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 gmail-bridge-1776275700 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 gmail-bridge-1776275700 技能

通过命令行安装

skillhub install gmail-bridge-1776275700

下载

⬇ 下载 gmail-bridge v1.0.0(免费)

文件大小: 3.36 KB | 发布时间: 2026-4-16 16:10

v1.0.0 最新 2026-4-16 16:10
gmail-bridge v1.0.0 – Initial release.

- Allows interaction with Gmail, Drive, Sheets, and Calendar via a local API.
- Provides clear command examples for reading/sending emails, searching files, editing spreadsheets, and managing calendar events.
- Includes important behavior guidelines to ensure concise, user-friendly responses.
- Describes authentication and security considerations using a local bridge and OAuth tokens.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部