solo-index-youtube

Index YouTube transcripts into a searchable local knowledge store with metadata and topic extraction.

18|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/fortunto2/solo-factory --skill solo-index-youtube
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solo-index-youtube
Source: https://github.com/fortunto2/solo-factory/tree/main/skills/index-youtube
Command: npx skills add https://github.com/fortunto2/solo-factory --skill solo-index-youtube

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Index YouTube transcripts into a searchable knowledge base, enabling rapid discovery and contextual insights from video content.

Core Features & Use Cases

  • Mode 1: With the MCP-based solograph pipeline for integrated indexing and search.
  • Mode 2: Standalone fallback using yt-dlp to download transcripts when MCP tools are unavailable.
  • Use Case: Build a searchable repository of channel videos to quickly locate insights, quotes, or topics across dozens of uploads.

Quick Start

Index transcripts from your YouTube channels using the solograph MCP workflow or the yt-dlp standalone workflow.

Frequently Asked Questions about solo-index-youtube

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I index YouTube transcripts into a searchable knowledge base?

You can index YouTube transcripts into a searchable knowledge base by using the solograph MCP pipeline for integrated indexing or the yt-dlp standalone fallback to download transcripts and store them locally with metadata and topics.

Can I use yt-dlp to download YouTube transcripts for semantic search?

Yes, yt-dlp is used in the standalone fallback mode to download YouTube transcripts when MCP tools are unavailable, allowing you to index the content for fast semantic search and discovery.

Do I need the solograph MCP pipeline to index YouTube channel transcripts?

No, you do not need the solograph MCP pipeline. While it provides integrated indexing and search, a standalone fallback using yt-dlp is supported to download and index transcripts when MCP tools are unavailable.

How does semantic search work on indexed YouTube videos?

Semantic search on indexed YouTube videos works by extracting transcripts and metadata from channel uploads into a local knowledge store, enabling rapid contextual discovery of quotes and topics across all content.

What is the best way to search across multiple YouTube channels for specific topics?

The best way to search across multiple channels is to index all their transcripts into a local knowledge base using the all-channel indexing mode, which outputs searchable metadata and extracted topics for fast discovery.

What are the limitations of using yt-dlp for YouTube transcript indexing?

Using yt-dlp for YouTube transcript indexing is a fallback for standalone environments; it lacks the integrated indexing and search pipeline of the solograph MCP mode, limiting seamless workflow integration.