31 lines
966 B
Markdown
31 lines
966 B
Markdown
---
|
||
title: "YouTube Content Pipeline"
|
||
type: source
|
||
tags: [OpenClaw, YouTube, Content Pipeline, Telegram, Asana]
|
||
date: 2026-04-14
|
||
---
|
||
|
||
## Summary
|
||
- 核心主题:YouTube 内容管道
|
||
- 问题域:每日 YouTube 创作者如何自动化灵感发现
|
||
- 方法/机制:每小时 cron 扫描 AI 新闻 + 90 天视频目录 + 向量去重
|
||
- 结论/价值:不再重复同一话题
|
||
|
||
## Key Claims
|
||
- 每小时 cron 扫描 AI 新闻(网页 + X/Twitter),向 Telegram 推送创意
|
||
- 维护 90 天视频目录(含观看量/话题分析)
|
||
- SQLite + 向量嵌入存储所有创意,语义去重
|
||
- Slack 分享链接时自动研究并创建 Asana 任务卡
|
||
|
||
## Key Concepts
|
||
- [[YouTube Content Pipeline]]:YouTube 内容管道
|
||
- [[Semantic Dedup]]:语义去重
|
||
- [[Content Scout]]:内容侦察
|
||
|
||
## Connections
|
||
- [[OpenClaw]] ← 运行 ← [[YouTube Content Pipeline]]
|
||
- [[Telegram]] ← 推送 ← [[YouTube Content Pipeline]]
|
||
|
||
## Contradictions
|
||
- 尚未发现
|