Auto-sync: 2026-04-27 12:02

This commit is contained in:
2026-04-27 12:03:03 +08:00
parent fbd6107be4
commit 83c6e24e7c
45 changed files with 1898 additions and 886 deletions

View File

@@ -1,58 +1,47 @@
---
title: "Daily YouTube Digest"
type: source
tags: []
date: 2026-04-22
---
## Source File
- [[Agent/usecases/daily-youtube-digest]]
## Summary用中文描述
- 核心主题AI Agent 每日 YouTube 频道视频摘要推送——自动取订阅频道新视频、提取字幕生成要点摘要,以 Digest 形式定时送达用户
- 问题域YouTube 通知不可靠(算法压制)、刷推荐内容浪费时间、难以系统性追踪感兴趣的创作者更新
- 方法/机制:
- 通过 [[OpenClaw]] 的 `youtube-full` skill 安装并配置 TranscriptAPI.com API100 免费积分,无需信用卡)
- AI Agent 定期检查频道最新上传 → 提取字幕 → 摘要 → 发送 Digest
- 支持两种模式:频道列表模式(指定 @TED/@Fireship 等)+ 关键词模式(搜索 "Claude Code"/"AI agents" 等
- seen-videos.txt 机制避免重复处理
- `channel/latest``channel/resolve` API 免费0 积分仅字幕抓取收费1 积分/视频)
- 结论/价值把算法推荐的被动消费doom-scrolling转变为系统化的主动学习用 AI 把"没时间看视频"变成"每天花 10 分钟获取精华"
## Key Claims用中文描述
- YouTube 通知不可靠:订阅频道的新视频不会出现在通知或首页推荐中,被算法压制
- 每日 Digest 是对抗信息过载的有效策略:不是每条视频都值得看,但值得知道它们的存在
- TranscriptAPI.com 优于 yt-dlp纯 HTTP API、无二进制依赖、跨平台可靠、支持缓存、不易被 YouTube 封禁
- 频道检查channel/latest完全免费只需在有字幕的感兴趣视频上花费积分
- 已存在商业产品Recapio - Daily YouTube Recaprecapio.com
## 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." — 价值主张
> "This way you never waste credits re-fetching videos you've already seen." — 避免重复处理
## Key Concepts
- [[Daily-Digest]]:定时将多个信息源的最新内容打包推送给用户的模式,替代实时通知的碎片化消费
- [[Transcript-Based Summarization]]:通过视频字幕提取 + AI 摘要实现视频内容的结构化处理,绕过长视频消费的"没时间"困境
- [[Channel-Based Monitoring]]:以订阅频道为单位跟踪新内容,而非依赖平台推荐算法
- [[Keyword-Based Monitoring]]:以关键词为触发条件搜索新内容,适合跟踪特定主题或竞品动态
- [[Credit-Efficient Processing]]:优化 API 调用策略(免费检查优先、按需付费摘要),降低 AI 消费成本
## Key Entities
- [[OpenClaw]]:多 Agent 框架,支持持久记忆和工作流编排,运行 youtube-full skill
- [[ClawHub]]clawhub.aiOpenClaw skill 市场,托管 youtube-full 等 Agent 技能包
- [[TranscriptAPI.com]]YouTube 字幕 API 服务商YouTubeToTranscript.com 的背后技术),提供 HTTP API 替代 CLI 工具100 免费积分
- [[Recapio]]:商业竞品产品,提供 Daily YouTube Recap 功能recapio.com
## Connections
- [[OpenClaw]] ← runs ← [[youtube-full skill]]
- [[youtube-full skill]] ← uses ← [[TranscriptAPI.com]]
- [[Daily YouTube Digest]] ← similar_to ← [[multi-source-tech-news-digest]]
- [[Daily YouTube Digest]] ← extends ← [[second-brain]] (信息摄入层)
## Contradictions
- 与 [[实战笔记-本地部署-rsshub-并获取-youtube-订阅]] 可能存在重叠:
- 冲突点:两者都提供 YouTube 订阅内容追踪
- 当前观点Daily YouTube DigestAI Agent 自动抓字幕 + 摘要,主动推送 Digest
- 对方观点RSSHub通过 RSS 标准协议追踪更新适合工作流集成n8n无 AI 摘要
- 补充RSSHub 方案适合被动监控AI Digest 方案适合主动学习,两者互补
---
title: "Daily YouTube Digest"
type: source
tags: []
date: 2026-04-27
---
## Source File
- [[Agent/usecases/daily-youtube-digest.md]]
## Summary用中文描述
- 核心主题AI Agent 每日自动取订阅频道新视频,通过 TranscriptAPI 获取字幕生成摘要,定时推送个性化简报
- 问题域YouTube 算法推送不靠谱,订阅频道的新视频经常被淹没;用户想每天用精选内容洞察开启新的一天,而不是刷推荐流浪费时间
- 方法/机制:youtube-full skill → channel/latest 检查新视频(免费)→ TranscriptAPI 获取字幕1 credit/条)→ AI 摘要生成 → 定时/按需推送
- 结论/价值TranscriptAPI 比 yt-dlp 更适合 Agent 环境(无日志洪水、跨平台兼容、防封禁);仅检查新上传免费,生成摘要才消耗积分
## Key Claims用中文描述
- YouTube 通知系统不可靠,订阅频道的新视频经常被算法埋没,用户实际上想看但看不到
- 每日用精选内容洞察开启一天,比刷推荐信息流更有价值
- channel/latest 和 channel/resolve 完全免费0 credit仅生成摘要才消耗积分
- TranscriptAPI 相比 yt-dlp 在 Agent 场景下优势明显:无日志洪水、支持云端/本地、支持全部平台、防封禁
## 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." — YouTube 通知系统的核心痛点
> "That's it. The agent handles the rest — including account creation and API key setup." — OpenClaw 自动化安装的承诺
## Key Concepts
- [[DailyDigest]]:定时推送的个性化内容摘要,本文档的核心概念
- [[ContentCuration]]:内容策展,从海量信息中精选符合用户兴趣的高价值内容
## Key Entities
- [[OpenClaw]]:运行 AI Agent 的平台youtube-full skill 的宿主
- [[TranscriptAPI]]:字幕获取 API比 yt-dlp 更适合 Agent 环境,提供干净 JSON 响应和全球缓存服务
- [[YouTube]]:视频内容来源,支持通过频道 handle 或关键词搜索
- [[Recapio]]:商业竞品产品,提供每日 YouTube 摘要功能
## Connections
- [[YouTube Content Pipeline]] ← extends ← [[Daily YouTube Digest]]
- [[Multi-Source Tech News Digest]] ← similar_to ← [[Daily YouTube Digest]]
- [[YouTube Content Pipeline]] ← uses ← [[TranscriptAPI]]
## Contradictions
- 与 [[Multi-Source Tech News Digest]] 功能重叠但互补:
- 冲突点:两者都提供每日内容摘要
- 当前观点Daily YouTube Digest 专注 YouTube 视频内容,通过 TranscriptAPI 获取深度字幕摘要
- 对方观点Multi-Source Tech News Digest 覆盖多来源RSS/博客/新闻),范围更广但深度较浅
- 共存建议两者可并行使用YouTube 视频适合深度学习场景,多来源摘要适合快速扫读