Gmail Inbox Zero Triage - Interactive inbox management using gog CLI with Telegram buttons. Use when the user wants to achieve inbox zero, triage their Gmail inbox interactively, process ALL inbox messages (read and unread) with AI summaries and batch actions (archive, filter, unsubscribe). OAuth-based, no passwords needed.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install gmail-inbox-zero-triage或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install gmail-inbox-zero-triage⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/gmail-inbox-zero-triage/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: gmail-inbox-zero description: Gmail Inbox Zero Triage - Interactive inbox management using gog CLI with Telegram buttons. Use when the user wants to achieve inbox zero, triage their Gmail inbox interactively, process ALL inbox messages (read and unread) with AI summaries and batch actions (archive, filter, unsubscribe). OAuth-based, no passwords needed. ---
Achieve inbox zero with AI-powered email triage! Process ALL Gmail inbox messages interactively with summaries and batch actions using OAuth (no passwords needed).
✅ OAuth-based - No passwords, secure authentication via gog ✅ AI summaries - Quick 1-line summary of each email ✅ Batch processing - Queue actions instantly, execute at the end ✅ Telegram buttons - Archive, Filter, Unsubscribe, View ✅ Inbox zero focus - Process ALL inbox messages (read + unread) ✅ Fast workflow - No waiting between actions
- Subject and sender - AI-generated summary (1 line) - Telegram inline buttons for actions
Requires: gog CLI with authenticated Gmail account.
Check if already set up:
gog auth list
If not set up, user needs to run gog auth add (see gog skill for OAuth setup).
Set environment variable for keyring password:
export GOG_KEYRING_PASSWORD="your-password"
Each email displays with 4 action buttons:
[📥 Archive] [🔍 Filter]
[🚫 Unsub] [📧 View]
At the end:
[✅ Done - Execute All Actions]
Actions are queued using short callback codes to avoid Telegram's 64-char limit:
q:a:0 = queue archive, message index 0q:f:0 = queue filter, message index 0 q:u:0 = queue unsubscribe, message index 0q:v:0 = view full email, message index 0 (executes immediately)q:done = execute all queued actionsQueue is managed via scripts/queue_manager.py and stored in action_queue.json.
Main processor for Gmail operations via gog CLI.
List inbox messages:
python3 scripts/gog_processor.py list <account> [limit]
Archive a message:
python3 scripts/gog_processor.py archive <account> <msg_id>
Find unsubscribe link:
python3 scripts/gog_processor.py unsubscribe <account> <msg_id>
Create filter:
python3 scripts/gog_processor.py filter <account> "<from_header>"
Get message body:
python3 scripts/gog_processor.py body <account> <msg_id>
Manages action queue for batch execution.
Add action to queue:
python3 scripts/queue_manager.py add <action> <msg_id> [from_header]
Get queue:
python3 scripts/queue_manager.py get
Clear queue:
python3 scripts/queue_manager.py clear
Executes all queued actions in batch.
python3 scripts/execute_queue.py <account>
Returns JSON with results of all executed actions.
current_batch.json - Archive/Filter/Unsub: Add to queue via queue_manager.py - View: Fetch and display full email immediately - Done: Execute queue via execute_queue.py
Generate concise 1-line summaries:
Keep it simple, factual, and action-oriented.
Common issues:
gog auth add gog auth list for available accountsGOG_KEYRING_PASSWORD environment variableNo additional pip packages needed.
安装 Gmail Inbox Zero Traige 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/gmail-inbox-zero-triage/ 目录(个人级,所有项目可用),或 .claude/skills/gmail-inbox-zero-triage/(项目级)。重启 AI 客户端后,用 /gmail-inbox-zero-triage 主动调用,或让 AI 根据上下文自动发现并使用。
Gmail Inbox Zero Traige 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Gmail Inbox Zero Traige 可免费安装使用。请查阅仓库了解许可证信息。
Gmail Inbox Zero Triage - Interactive inbox management using gog CLI with Telegram buttons. Use when the user wants to achieve inbox zero, triage their Gmail inbox interactively, process ALL inbox messages (read and unread) with AI summaries and batch actions (archive, filter, unsubscribe). OAuth-based, no passwords needed.
Gmail Inbox Zero Traige 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。