solo-index-youtube

Solid

Use when "index YouTube", "add YouTube channel", "update video index", "index transcripts", or need searchable YouTube content.

AI & Automation 18 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /index-youtube Index YouTube video transcripts into a searchable knowledge base. Supports two modes depending on available tools. ## Prerequisites Check that yt-dlp is available: ```bash which yt-dlp || echo "MISSING: install yt-dlp (brew install yt-dlp / pip install yt-dlp / pipx install yt-dlp)" ``` ## Arguments Parse `$ARGUMENTS` for channel handles or "all": - If empty or "all": index all channels (from config or ask user) - If one or more handles: index only those channels (e.g., `GregIsenberg ycombinator`) - Optional flags: `-n <limit>` (max videos per channel, default 10), `--dry-run` (parse only) ## Mode Detection Check which mode is available: ### Mode 1: With solograph MCP (recommended) If MCP tools `source_search`, `source_list`, `source_tags` are available, use solograph for indexing and search. **Setup (if not yet installed):** ```bash # Install solograph pip install solograph # or uvx solograph ``` **Indexing via solograph CLI:** ```bash # Single channel solograph-cli index-youtube -c GregIsenberg -n 10 # Multiple channels solograph-cli index-youtube -c GregIsenberg -c ycombinator -n 10 # All channels (from channels.yaml in solograph config) solograph-cli index-youtube -n 10 # Dry run (parse only, no DB writes) solograph-cli index-youtube --dry-run ``` If `solograph-cli` is not on PATH, try: ```bash uvx solograph-cli index-youtube -c <handle> -n 10 ``` **Verification via MCP:** - `source_list` — check that youtube source appears - `source_sear...

Details

Author
fortunto2
Repository
fortunto2/solo-factory
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

solo-you2idea-extract

Use when "extract ideas from YouTube", "index YouTube video", "find startup ideas in video", "analyze YouTube for ideas", "what ideas are in this video", or mining video content for business opportunities. Do NOT use for general YouTube watching or content creation (/content-gen).

18 Updated today
fortunto2
AI & Automation Featured

youtube

Work with YouTube content end to end — fetch transcripts and turn them into summaries, blog posts, social content, quotes, or show notes; create high-CTR thumbnails (with the user's face from an upload), clone the style of top-ranking thumbnails; and produce SEO-optimised titles + descriptions. Use when the user pastes a YouTube URL, wants to repurpose video content, research competitor videos, make or refresh a thumbnail, or package a video for upload.

86 Updated 2 weeks ago
hyperfx-ai
Data & Documents Listed

yt-video-analyzer

Analyse a YouTube video — download subtitles and video, build a timestamp map, cut screenshots at the right moments, and assemble a markdown digest with images. Use ALWAYS when the user drops a YouTube link and asks to "watch", "analyse", "break down", "summarise", "extract techniques", "take screenshots", "what tools are in this video", "walk me through this tutorial" — even if the word "video" never appears and only a youtube.com or youtu.be link arrives. Russian phrasings trigger it too ("разбери видео", "законспектируй ролик", "что за инструменты в видео", "сделай скриншоты"). Tuned for tutorials about editing, software and interfaces, where catching the moment a tool is shown is what matters.

1 Updated 1 weeks ago
Auxlife32