youtube-transcript

Medium · 63 Score: 63/100
by xthezealot | Audited: 2026-02-05T09:18:25.242Z | Ruleset: 0.1.0

Quick Install

Add this skill to your agent

clawhub install youtube-transcript

About This Skill

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'…

Python dependencies installation
WireGuard VPN configuration (required for cloud VPS)
Troubleshooting common errors
Alternative proxy options

Use Cases

1 Workflow automation
2 Data transformation
3 System integration

Security Audit

Medium · 63

Summary

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.

Risk Profile Toxicity Privacy Scope Reputation Quality

Key Risks 0 items

No LLM risk bullets (LLM disabled or not cached).

Deterministic Findings (Evidence)

Rule Severity File Snippet
PROC_EXEC high skills/xthezealot/youtube-transcript/scripts/fetch_transcript.py Line 32
result = subprocess.run(
PROC_EXEC high skills/xthezealot/youtube-transcript/scripts/fetch_transcript.py Line 48
subprocess.run(["wg-quick", "up", VPN_INTERFACE], capture_output=True, timeout=10)
PROC_EXEC high skills/xthezealot/youtube-transcript/scripts/fetch_transcript.py Line 49
subprocess.run(
NET_HTTP_REQUEST medium skills/xthezealot/youtube-transcript/scripts/fetch_transcript.py Line 83
transcript = api.fetch(video_id, languages=languages)
NET_HTTP_REQUEST medium skills/xthezealot/youtube-transcript/scripts/fetch_transcript.py Line 91
resp = requests.get(

Explore More Skills