gemini-yt-transcript
SafeSearch & Research
YouTube transcript via Google Gemini with speaker labels.
SKILL.md
# Gemini YouTube Video Transcript
Create a **verbatim transcript** for a YouTube URL using **Google Gemini**.
**Output format**
- First line: YouTube video title
- Then transcript lines only in the form:
```
Speaker: text
```
**Requirements**
- No time codes
- No extra headings / lists / commentary
## Usage
```bash
python3 {baseDir}/scripts/youtube_transcript.py "https://www.youtube.com/watch?v=..."
```
Options:
- `--out <path>` Write transcript to a specific file (default: auto-named in the workspace `out/` folder).
## Delivery
When chatting: send the resulting transcript as a document/attachment.
More in Search & Research
brave-search
SafeWeb search and content extraction via Brave Search API.
brightdata
SafeWeb scraping and search via Bright Data API.
clawdbot-logs
SafeAnalyze Clawdbot logs and diagnostics. Use when the user asks about bot performance.
exa
SafeNeural web search and code context via Exa AI API. Requires EXA_API_KEY.