8.3k★by xthezealot
youtube-transcript – OpenClaw Skill
youtube-transcript is an OpenClaw Skills integration for coding workflows. Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Skill Snapshot
| name | youtube-transcript |
| description | Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks. OpenClaw Skills integration. |
| owner | xthezealot |
| repository | xthezealot/youtube-transcript |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @xthezealot/youtube-transcript |
| last updated | Feb 7, 2026 |
Maintainer

name: youtube-transcript description: Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
YouTube Transcript
Fetch transcripts from YouTube videos and optionally summarize them.
Quick Start
python3 scripts/fetch_transcript.py <video_id_or_url> [languages]
Examples:
python3 scripts/fetch_transcript.py dQw4w9WgXcQ
python3 scripts/fetch_transcript.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
python3 scripts/fetch_transcript.py dQw4w9WgXcQ "fr,en,de"
Output: JSON with video_id, title, author, full_text, and timestamped transcript array.
Workflow
- Run
fetch_transcript.pywith video ID or URL - Script checks VPN, brings it up if needed
- Returns JSON with full transcript text
- Summarize the
full_textfield as needed
Language Codes
Default priority: en, fr, de, es, it, pt, nl
Override with second argument: python3 scripts/fetch_transcript.py VIDEO_ID "ja,ko,zh"
Setup & Configuration
See references/SETUP.md for:
- Python dependencies installation
- WireGuard VPN configuration (required for cloud VPS)
- Troubleshooting common errors
- Alternative proxy options
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
Configuration
See [references/SETUP.md](references/SETUP.md) for: - Python dependencies installation - WireGuard VPN configuration (required for cloud VPS) - Troubleshooting common errors - Alternative proxy options
FAQ
How do I install youtube-transcript?
Run openclaw add @xthezealot/youtube-transcript in your terminal. This installs youtube-transcript into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xthezealot/youtube-transcript. Review commits and README documentation before installing.
