Multi-source research combining YouTube, arXiv, Fabric, and NotebookLM
Search videos, extract transcripts, and analyze metadata using yt-dlp.
bun ~/.claude/skills/YouTube/youtube-search.ts "claude code features" bun ~/.claude/skills/YouTube/youtube-transcript.ts <video-id>
Search academic papers, access AlphaXiv AI summaries, and track category feeds.
bun ~/.claude/skills/ArXiv/arxiv-search.ts "multi-agent" bun ~/.claude/skills/ArXiv/arxiv-latest.ts cs.AI
Specialized prompt patterns for content transformation and analysis.
fabric --pattern extract_wisdom < input.txt fabric --pattern create_threat_model < product-description.md
Multi-source deep analysis with AI-generated deliverables.
import { NotebookLM } from '~/.claude/skills/NotebookLM/notebooklm.ts';
const notebook = await NotebookLM.create('Research Topic');
await notebook.addSource('https://...');
await notebook.generateAudioOverview();
Combined workflow for comprehensive research
Zero-cost research pipeline
| Step | Tool | Cost |
|---|---|---|
| Search | YouTube API | Free |
| Transcripts | yt-dlp | Free |
| Papers | arXiv | Free |
| Analysis | NotebookLM | Free |
| Wisdom | Fabric + Local LLM | Free |
| Total | $0 |