Auto-sync: 2026-04-17 13:17

This commit is contained in:
2026-04-17 13:17:36 +08:00
parent d6d05815db
commit 3b8e779cc0
24 changed files with 982 additions and 75 deletions

View File

@@ -0,0 +1,27 @@
---
title: "YouTube Digest"
type: concept
tags: [agent-workflow, automation]
date: 2026-04-17
---
## Source
- [[raw/Agent/usecases/daily-youtube-digest.md]]
## Definition
AI Agent 自动从订阅的 YouTube 频道获取最新视频并生成每日摘要的工作流。
## When to Use
- 每天早晨获取感兴趣频道的更新
- 追踪特定关键词相关的新视频
- 替代不可靠的 YouTube 官方通知
## How It Works
1. 使用 youtube-full skill 的 `channel/latest` 获取频道最新视频
2. 获取视频 Transcript消耗积分
3. 用 AI 总结要点
4. 推送 digest每日定时或按需
## Related Concepts
- [[Agent-Chain]]:多个 Agent 串联工作
- [[TranscriptAPI]]:视频转录服务