solo-you2idea-extract

Solid

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).

Code & Development 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

# /you2idea-extract Extract startup ideas from YouTube videos. Two operating modes depending on available tools. ## Mode Detection Check which tools are available: - **With solograph MCP**: use `source_search`, `source_list`, `source_tags`, `source_related` for indexed corpus - **Without MCP (standalone)**: use yt-dlp + Read for transcript analysis ## MCP Tools (if available) - `source_search(query, source="youtube")` — semantic search over indexed videos - `source_list()` — check indexed video counts - `source_tags()` — auto-detected topics with confidence scores - `source_related(video_url)` — find related videos by shared tags - `kb_search(query)` — cross-reference with knowledge base - `web_search(query)` — discover new videos to index - `web_extract(url, size, page)` — read a linked article as clean markdown ## Steps ### Mode 1: Index + Analyze (with solograph MCP) 1. **Parse input** from `$ARGUMENTS`: - URL (`https://youtube.com/watch?v=...`) → single video index - Channel name (`GregIsenberg`) → channel batch index - Query text → search existing corpus (skip to step 4) - If empty, ask: "Video URL, channel name, or search query?" 2. **Index video(s)** via solograph: ```bash # Install if needed pip install solograph # or: uvx solograph # Single video solograph-cli index-youtube -u "$URL" # Channel batch (needs web search for discovery) solograph-cli index-youtube -c "$CHANNEL" -n 5 ``` 3. **Verify indexing** — `source_list...

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

AI & Automation Solid

solo-index-youtube

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

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