Files
nexus/wiki/concepts/YouTube-Digest.md
2026-04-17 13:17:36 +08:00

27 lines
726 B
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: "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]]:视频转录服务