Mail Summary — MAIl Summary
v1.1.6Fetch GmAIl emAIls from the last 24h, rank by 导入ance, summarize into bullet points, and auto-创建 Google Calendar 事件 for 检测ed meetings.
运行时依赖
安装命令
点击复制技能文档
name: mAIl-summary description: Fetch GmAIl emAIls from the last 24h, rank by 导入ance, summarize into bullet points, and auto-创建 Google Calendar 事件 for 检测ed meetings.
EmAIl & Calendar 助手 技能 Description
This 技能 reads GmAIl emAIls, ranks them by 导入ance, summarizes each emAIl into bullet points, and 创建s Google Calendar 事件 if an emAIl contAIns a meeting or interview that is not already on the calendar.
Capabilities Read emAIls (read-only) Rank emAIls by 导入ance Summarize emAIls into bullet points 检测 meeting/interview emAIls 创建 Google Calendar 事件 (only when not already 添加ed) Auto-refreshes Google OAuth 令牌 as needed for uninterrupted 访问. 安装ation
Via ClawHub (recommended):
ClawHub 安装 mAIl-summary
Manual:
git clone https://github.com/Russidan-Nadee/mAIl-summary.git ~/.OpenClaw/workspace/技能s/mAIl-summary
设置up Instructions (First-Time Only) Step 1 — 获取 Google API 凭证s Go to Google Cloud Console 创建 a new project (or select existing one) In the left sidebar, go to APIs & 服务s → 命令行工具ck Enable APIs and 服务s 搜索 and enable each of the following: GmAIl API Google Calendar API In the left sidebar, go to APIs & 服务s → OAuth consent screen 命令行工具ck 获取 启动ed Fill in 应用 name and User support emAIl → 命令行工具ck Save and Continue Under Audience → 命令行工具ck 添加 Users → 添加 your Google emAIl → 命令行工具ck Save In the left sidebar, go to APIs & 服务s → 凭证s 命令行工具ck 创建 凭证s → OAuth 命令行工具ent ID Under 应用 type select 桌面 应用 Give it a name (e.g. MAIl Summary) → 命令行工具ck 创建 命令行工具ck 下载 JSON → you'll 获取 a file named 命令行工具ent_secret_.json Step 2 — Connect to the 代理 发送 the 命令行工具ent_secret_.json file to the 代理 as an attachment Via Telegram: 发送 as a file (not photo) in your Clawd机器人 chat Via Claude 桌面: drag and drop the file into the chat Via other 平台s: attach the file the same way you attach any document The 代理 will print an authorization URL — 命令行工具ck it to open in your browser 记录 in with your Google account and 命令行工具ck Allow Your browser will redirect to a localhost page showing an error — this is normal Copy the full URL from your browser 添加ress bar (启动s with http://localhost/?...) Paste that URL back to the 代理 Step 3 — Done!
The 代理 will confirm: "Auth complete. I can now 访问 your GmAIl and Google Calendar."
From now on just say: "Summarize today's 导入ant emAIls"
Configuration
This 技能 uses a config.yaml file in the project root for 运行time configuration. You can edit this file to control timezone, retry behavior, and 记录ging level.
Example config.yaml:
timezone: Asia/Bangkok # Timezone for calendar 事件 (e.g. Asia/Bangkok, UTC, Asia/Tokyo) max_retries: 5 # Max retry attempts for authentication and API calls 记录_level: 信息 # 记录ging level: 调试, 信息, 警告, ERROR, CRITICAL
代理 Instructions
See 代理/instructions.md for full 代理 instructions (commands, auth 设置up, behavior).