將 20 支 YouTube 影片匯入可搜尋的知識庫
· 閱讀時間約 7 分鐘
逐步教學:連接你的代理人至 Felo OpenAPI,擷取 YouTube 逐字稿,分析重點主題,並在 LiveDocs 建立可搜尋的團隊知識庫。
你的團隊已經收藏了數十支技術影片——會議演講、教學、產品展示。但這些內容都被鎖在影片格式裡,沒有人有時間全部看完。
以下是如何擷取這些知識並讓它們可被搜尋。
3 分鐘連接 Felo OpenAPI
步驟 1:前往 openapi.felo.ai 並建立免費 API 金鑰。
步驟 2:將以下內容複製貼上到你的 Codex、Claude Code 或 OpenClaw:
Connect to Felo OpenAPI:
- Models: Claude Opus 4.8, Claude Sonnet 4.6, Claude Haiku 4.5, GPT-5.6 Sol, GPT-5.6 Terra, Grok 4.5
- Search: POST /v2/chat (AI Search), POST /v2/web/extract (Web Fetch)
- Video: GET /v2/youtube/subtitling (YouTube Subtitles)
- Output: POST /v2/ppts (PPT), POST /v2/mindmap, POST /v2/landing_page, Image Generation
- Memory: LiveDocs (semantic retrieval, file upload, URL resources, tasks, records)
Base URL: https://openapi.felo.ai
API Key: [YOUR_API_KEY]
When I give you YouTube URLs:
1. Extract transcripts via YouTube Subtitles API
2. Analyze key topics, technical points, and takeaways
3. Save structured summaries to LiveDocs with video metadata
4. Generate a knowledge map via Mindmap API
步驟 3:連線完成。你的代理人現在可以擷取影片內容並建立知識庫。
使用者故事
你的工程團隊分享了 10 支最近 AI 會議的演講影片。你希望:
- 擷取每支影片的完整內容
- 找出關鍵技術重點與可執行見解
- 將所有內容組織成可搜尋的知識庫
- 建立主題關聯的視覺化地圖
沒有人應該為了找一個技巧而得看 8 小時的影片。
你只需要這樣說
Extract transcripts from these YouTube videos, analyze the key topics and technical insights, and build a searchable knowledge base in LiveDocs. Also generate a knowledge map mindmap.
Video URLs:
1. https://youtube.com/watch?v=abc123 — "The Future of AI Agents"
2. https://youtube.com/watch?v=def456 — "Building Production RAG Systems"
3. https://youtube.com/watch?v=ghi789 — "LLM Evaluation Benchmarks"
[... more URLs ...]
Codex 自動完成的事項
步驟 1:擷取逐字稿
對每支影片,Codex 會呼叫:
GET /v2/youtube/subtitling?url=https://youtube.com/watch?v=abc123
回傳:完整逐字稿及時間戳記。
Codex 會逐一處理每個網址,收集所有逐字稿。
步驟 2:分析每支影片
對每份逐字稿,Codex 會擷取:
- 主題:這支影片在講什麼?
- 關鍵技術重點:討論了哪些具體技術、工具或框架?
- 可執行見解:團隊可以根據這場演講實作什麼?
- 精選語錄:值得保留的重要說法
- 參考資料:提到的工具、論文或資源
步驟 3:儲存到 LiveDocs
Codex 會將每支影片儲存為結構化條目:
Title: The Future of AI Agents
Source: https://youtube.com/watch?v=abc123
Speaker: [Name]
Duration: 45 minutes
Main Topic: AI agent architecture and capabilities
Key Technical Points:
- Multi-agent coordination patterns
- Tool calling protocol design
- Memory management in long-running agents
Actionable Insights:
- Implement shared memory pool for agent teams
- Use structured tool definitions for better agent coordination
Notable Quotes:
- "The best agent is one that knows when to delegate"
Tags: [AI agents, multi-agent, architecture, conference-2026]
步驟 4:產生知識地圖
POST /v2/mindmap
{
"topic": "AI Conference Knowledge Map",
"content": [all analyzed video topics and relationships]
}
回傳:一張視覺化心智圖,顯示不同影片主題的關聯——例如「代理人記憶」在 3 場演講中都有討論,或「評估方法」從多個角度切入。
步驟 5:建立摘要簡報
POST /v2/ppts
{
"topic": "AI Conference — Key Takeaways",
"content": {
"overview": [number of videos, total hours, main themes],
"top_insights": [most important findings across all videos],
"action_items": [things the team should implement],
"resource_links": [papers, tools, and frameworks mentioned]
},
"theme": "conference-summary"
}
回傳:一份彙整所有影片精華的摘要簡報。
最終成果
你的團隊現在擁有:
- 可搜尋的知識庫:每支影片內容都已在 LiveDocs 建檔索引。任何人都能搜尋主題,找到相關影片、精確時間點與重點語錄。
- 知識地圖:一張視覺化心智圖,展現各影片主題的連結。
- 摘要簡報:所有影片的最佳洞見,整理成可分享的簡報。
- 行動項目:團隊應該探索或實作的具體技術。
不用再花 8 小時看影片,你的團隊只需 10 分鐘就能掌握精華知識。
完整提示模板(複製 & 重複使用)
Extract transcripts from these YouTube videos and build a knowledge base:
[Video URL 1] — [Title/description]
[Video URL 2] — [Title/description]
[Video URL 3] — [Title/description]
For each video:
1. Extract the transcript
2. Analyze key topics, technical points, and actionable insights
3. Save a structured summary to LiveDocs with tags
Then:
4. Generate a knowledge map mindmap showing topic connections
5. Create a summary presentation with the top insights
將網址與標題替換成你要整理的任何影片清單。
進階:持續學習
設定定期執行的提示:
Check our LiveDocs knowledge base for videos about [TOPIC]. Search YouTube for any new videos on this topic from the past month. Extract transcripts for new videos, add them to the knowledge base, and flag any new insights that weren't in the previous collection.
開始使用
- 建立你的免費 API 金鑰
- 將初始化提示貼到你的代理人
- 試試上方的影片知識庫提示
解鎖影片中隱藏的專業知識。讓你的代理人觀看、擷取並組織內容。
本文也提供以下語言版本:English、简体中文、日本語、한국어、हिन्दी、Français、العربية、Русский、اردو、Bahasa Indonesia、Deutsch、Tiếng Việt、Türkçe、Italiano、ไทย、Español、বাংলা、Português。