Files
nexus/wiki/sources/daily-youtube-digest.md
2026-04-17 13:17:36 +08:00

44 lines
2.1 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: "Daily YouTube Digest"
type: source
tags: [agent-use-case, youtube, automation]
date: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/daily-youtube-digest.md]]
## Summary
- 核心主题AI Agent 自动从订阅的 YouTube 频道获取最新视频并生成每日摘要
- 问题域YouTube 通知不可靠、内容分发效率低、个性化内容获取困难
- 方法/机制youtube-full skill + TranscriptAPI 获取视频 Transcript 并用 AI 总结
- 结论/价值:每天早晨获得个性化内容简报,避免算法推荐的信息茧房
## Key Claims
- YouTube 通知不可靠,即使订阅了频道,新视频也不会出现在首页推荐中
- youtube-full skill 集成 TranscriptAPI.com 比 yt-dlp 更可靠(不需二进制、跨平台工作、不被拦截)
- `channel/latest``channel/resolve` 免费检查新上传,仅 Transcript 消耗积分
- 关键词追踪模式通过 seen-videos.txt 避免重复获取,节省积分
## Key Quotes
> "You subscribe to channels, but their new videos never show up in your home feed. They're not in notifications. They just... disappear." — 核心痛点描述
> "It's fun to start the day with curated content insights instead of doom-scrolling a recommendation feed." — 价值主张
## Key Concepts
- [[YouTube-Digest]]AI Agent 自动获取订阅频道最新视频并生成摘要的工作流
- [[TranscriptAPI]]:提供视频 Transcript 的 API 服务
- [[Agent-Chain]]: 多个 AI Agent 串联工作,各自负责不同阶段(获取→总结→推送)
## Key Entities
- [[OpenClaw]]AI Agent 管理工具,用于执行自动化工作流
- [[TranscriptAPI]]:视频 Transcript API 服务商,提供 100 免费积分
- [[Recapio]]:同类产品,提供 Daily YouTube Recap 功能
## Connections
- [[YouTube-Digest]] ← uses ← [[youtube-full-skill]]
- [[youtube-full-skill]] ← integrates ← [[TranscriptAPI]]
- [[OpenClaw]] ← runs ← [[Agent-Chain]]
- [[Recapio]] ← competes_with ← [[YouTube-Digest]]
## Contradictions
- 与 Recapio 功能重叠,但此方案是可自托管的开源方案