Files
nexus/wiki/sources/inbox-declutter.md
2026-04-22 19:20:32 +08:00

44 lines
2.0 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: "Inbox De-clutter"
type: source
tags: []
date: 2026-04-22
---
## Source File
- [[Agent/usecases/inbox-declutter.md]]
## Summary用中文描述
- 核心主题AI Agent 自动整理邮箱订阅 newsletters
- 问题域Newsletter 堆积造成的信息过载
- 方法/机制:通过定时 Cron Job 让 AI 每日阅读过去 24 小时的新邮件,生成摘要并请求用户反馈,持续学习用户偏好
- 结论/价值:用 AI 代替人工翻阅 Newsletter只获取精华内容减少信息噪音
## Key Claims用中文描述
- AI Agent 通过每日 Cron Job 可主动整理 Newsletter 新邮件,无需用户手动翻阅
- 用户反馈机制使 AI 能够持续优化摘要质量,越用越懂用户偏好
## Key Quotes
> "I want you to run a cron job everyday at 8 p.m. to read all the newsletter emails of the past 24 hours and give me a digest of the most important bits along with links to read more." — OpenClaw 配置指令示例
> "Then ask for my feedback on whether you picked good bits, and update your memory based on my preferences for better digests in the future jobs." — 偏好学习机制
## Key Concepts
- [[Cron Job]]:定时调度任务,本文档中设置为每天 20:00 自动执行邮件摘要
- [[Email Triage]]:邮件分拣,将 Newsletter 按重要性筛选整理
- [[Newsletter Digest]]AI 生成的 Newsletter 内容摘要,突出重点并附原文链接
- [[Preference Learning]]:通过用户反馈持续优化 AI 摘要质量
## Key Entities
- [[OpenClaw]]:多 Agent 记忆框架inbox-declutter 的执行环境,支持 Cron Job 和 Memory 持久化
- [[Gmail OAuth]]Gmail API 认证方式,是此技能的前置依赖
## Connections
- [[custom-morning-brief]] ← similar_pattern ← [[inbox-declutter]]
- 两者均基于 [[OpenClaw]] Cron Job + Telegram 投递模式,但垂直场景不同
- [[email-triage]] ← related_to ← [[inbox-declutter]]
- inbox-declutter 是 Email Triage 的 Newsletter 垂直实现
## Contradictions
- 无已知冲突