Overview
- Skill Key
- floriandarroman/youtube-transcript-generator
- Author
- floriandarroman
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/floriandarroman/youtube-transcript-generator
- Latest Commit SHA
- 2af6da8e653ed11408533907dcb8b86213448f76
Download and generate clean, readable transcripts from any YouTube video. Extracts subtitles (auto-generated or manual), removes timestamps and formatting, and outputs a clean paragraph-style transcript. Use when asked to transcribe, get transcript, or extract text from a YouTube video.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 youtube-transcript-generator 技能。 若已安装,则直接安装 youtube-transcript-generator 技能。
# YouTube Transcript Generator Download clean transcripts from any YouTube video URL. ## Requirements - `yt-dlp` must be installed (`brew install yt-dlp` or `pip install yt-dlp`) ## Usage Run the bundled script with a YouTube URL: ```bash bash scripts/get_transcript.sh "https://www.youtube.com/watch?v=VIDEO_ID" ``` The script will: 1. Try to download English manual subtitles first 2. Fall back to auto-generated English subtitles 3. Try all available languages if English is unavailable 4. Clean the raw subtitle file into readable paragraphs 5. Output the transcript to stdout and save to `transcript_VIDEO_ID.txt` ## Options ```bash # Save to a specific file bash scripts/get_transcript.sh "URL" output.txt # Get transcript WITH timestamps (default: without) bash scripts/get_transcript.sh "URL" output.txt en timestamps # Get transcript in a specific language bash scripts/get_transcript.sh "URL" output.txt fr ``` ## How It Works 1. `yt-dlp` downloads the subtitle track (VTT/SRT format) 2. The script strips HTML tags and duplicate lines 3. **Without timestamps (default):** merges into clean, readable paragraphs 4. **With timestamps:** preserves `[HH:MM:SS]` markers before each line for easy reference ## Example Output Input: `https://www.youtube.com/watch?v=HMTxOecbyPg` Output: ``` How OpenClaw Runs My Entire Business. I record a podcast episode and that is literally the only thing I do. Everything else is handled by 13 AI agents running on a Mac Mini in my office... ``` ## Troubleshooting - **No subtitles found**: Not all videos have subtitles. The script will report which languages are available. - **yt-dlp not found**: Install with `brew install yt-dlp` (macOS) or `pip install yt-dlp`. - **Rate limited**: Wait a moment and retry. YouTube occasionally throttles subtitle requests. ## Links - Full guides and templates: [OpenClaw Lab](https://openclawlab.xyz) - Free OpenClaw installer: [installopenclawnow.com](https://installopenclawnow.com) - Community:...
0xnyk
X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
jackculpan
Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.
openclaw-trade
openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.
xquik-dev
X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.
mohsinkhadim59
Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.