Files
nexus/wiki/concepts/Email-Triage.md

30 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Email Triage"
type: concept
tags: [automation, productivity, agent, email]
date: 2026-04-22
---
## Definition
Email Triage邮件分拣指 AI Agent 自动扫描收件箱、识别待办事项、标记优先级并归档噪音邮件的自动化流程。类似于医院急诊的分诊triage机制——快速评估、将紧急项优先处理、其余归档。
## In Home Lab Context
在 [[self-healing-home-server]] 中,每小时运行的 Cron Job 自动执行邮件分拣:
- **标记待办项**:识别需要回复或跟进的邮件,自动添加到任务看板
- **归档噪音**Promotional/Newsletters 等噪音邮件自动归档
- **紧急升级**:包含关键词("urgent"/"deadline"/"ASAP")的邮件触发告警
## Tools Used
- `gog CLI`OpenClaw Agent 访问 Gmail 的接口
- Gmail Labels通过标签系统管理邮件分类
- IMAP/SMTP通用邮件访问协议
## Key Insight
自动化邮件分拣将每日 30-60 分钟的手动邮件处理时间降至接近零,让用户专注于高价值任务。
## Connections
- [[OpenClaw]] — 通过 gog CLI 访问 Gmail 的 Agent 平台
- [[Morning Briefing]] — 晨报中包含邮件处理提醒
- [[TaskAutomation]] — 邮件分拣后自动创建任务
- [[Cron定时任务]] — 邮件分拣的调度机制(每小时 cron