
from youtube-skills251
Fetch YouTube transcripts, search videos, and get a channel's latest uploads via TranscriptAPI.com — useful for summaries, transcripts, and quick video lookups.
Provides a small API-backed skill that lets agents fetch YouTube video transcripts, search for videos by query, resolve channel handles, and list the latest uploads for a channel using TranscriptAPI.com. It standardises calls (authorization + user-agent) and documents common endpoints and error handling so agents can reliably obtain transcripts and metadata.
Use this skill whenever a user pastes a YouTube link/ID, asks for a video summary or transcript, requests the latest uploads from a channel, or needs to search YouTube content by topic. Not intended for uploads or account management. Works best when the agent has an API key (TRANSCRIPT_API_KEY).
references/ with auth-setup and usage notes (has_references=true).Designed for internet-capable agent runtimes that can make outbound HTTP requests (Hermes-Agent, OpenClaw, Claude Code, Cursor, Windsurf).
YouTube transcript/search skill via TranscriptAPI.com. No bundled scripts — the skill is purely instructional, guiding agents to make REST API calls. SKILL.md is well-documented with clear API reference, error table, and setup instructions. Clean and straightforward with no security concerns.
No scripts to run — pure API-call skill. Well-structured frontmatter and documentation. Minor: auth-setup reference points to references/auth-setup.md but this isn't bundled in the skill data.