.claude/skills/supadata/SKILL.md
YouTube data utility — fetch transcripts, metadata, thumbnails, and search for videos. Wraps the Supadata API and yt-dlp into a single CLI tool. Use whenever you need YouTube data like transcripts, video metadata, thumbnail images, or need to search YouTube for videos matching a query. Triggers on any YouTube data fetching need from other skills or direct user requests.
npx skillsauth add theramjad/ray-os supadataInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A reusable YouTube data utility that combines:
Other skills (youtube-transcript-downloader, youtube-thumbnail-generator, competitor-monitor) should call this script rather than reimplementing YouTube data logic.
python3 .claude/skills/supadata/scripts/supadata.py <command> [args]
transcript — Fetch video transcriptpython3 .claude/skills/supadata/scripts/supadata.py transcript <video_id_or_url> [--out-dir DIR]
Returns plain text transcript. Handles Supadata's async job polling automatically.
metadata — Get video metadatapython3 .claude/skills/supadata/scripts/supadata.py metadata <video_id_or_url>
Returns JSON: {"channel": "...", "title": "...", "date": "YYYY-MM-DD", "video_id": "..."}.
search — Search YouTube for videospython3 .claude/skills/supadata/scripts/supadata.py search "<query>" [--max N]
Returns JSON array of {"video_id", "title", "channel", "url"} objects. Default max: 10.
thumbnail — Download video thumbnailpython3 .claude/skills/supadata/scripts/supadata.py thumbnail <video_id_or_url> [--out-dir DIR] [--quality maxresdefault|hqdefault|mqdefault]
Downloads the highest quality thumbnail available. Saves as <video_id>.jpg.
batch-thumbnails — Search + download thumbnails in one shotpython3 .claude/skills/supadata/scripts/supadata.py batch-thumbnails "<query>" [--max N] [--out-dir DIR]
Searches YouTube for videos matching the query, then downloads all their thumbnails. Useful for competitive thumbnail research.
SUPADATA_API_KEY in project .env file (for transcripts)yt-dlp installed (for metadata, search, thumbnails)ytsearch extractorcontent-media
Edit raw screen recording videos with synced audio. Removes repeated takes, false starts, silence, filler, and [MUSIC] tags to produce a clean final cut. Use when the user provides a raw/unedited MP4 video file and wants it edited down. Triggers on: "edit this video", "cut this video", providing a raw MP4 for editing, or any request to remove bad takes from a recording.
tools
Monitor Twitter/X for trending AI and developer tool discussions, score them, and deliver pre-digested content briefs. Use this skill whenever the user wants to find trending topics on Twitter, check what people are talking about in AI/tech, scout for video ideas from Twitter, or says things like "what's trending", "anything new on Twitter", "find me something to talk about", "scout Twitter", or "what are people saying about X". Also triggers on "monitor layer", "input layer", or "fountainhead" when Twitter is relevant.
development
# /triage — Inbox Triage ## Description Scan all connected communication channels, prioritize items by urgency, and draft responses in your voice. Clear your inbox in minutes. ## Arguments - `quick` — Tier 1 items only, no drafts (fastest) - `digest` — Full scan with summaries, drafts for Tier 1-2 - (no argument) — Full scan with drafts for everything actionable ## Instructions You are running inbox triage for {{YOUR_NAME}}. The goal is to process all incoming messages quickly and surface wh
tools
Show what to work on next by reading the Dashboard and following links to project boards and corrections. Use this skill whenever the user asks "what should I work on", "what's next", "show me my queue", "what's in progress", or wants a quick view of active tasks across all projects. Also triggers on /next-up.