Youtube Content
Youtube Content pulls transcripts from any YouTube video and transforms them into multiple output formats—chapters with timestamps, concise summaries, social media threads, or full blog articles. The skill handles various URL formats, supports language selection with fallback options, and automatically chunks large transcripts for processing.
Youtube Content extracts transcripts from YouTube videos and reformats them into chapters, summaries, threads, or blog posts.
AI-generated summary based on this skill's SKILL.md
Install
graniet/kheish/youtube-content · repository language: Rust
git clone https://github.com/graniet/kheish
cp -r kheish/skills/media/youtube-content ~/.claude/skills/youtube-contentnpx skillfed install graniet/kheish/youtube-contentFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I get a YouTube video transcript?
Youtube Content extracts transcripts from any YouTube video by processing the video URL. You can retrieve the transcript in JSON or text format, complete with timestamps for each segment. The skill handles various YouTube URL formats automatically.
Can Youtube Content extract transcript from a YouTube link?
Yes, Youtube Content extracts transcripts directly from YouTube links. Simply provide the video URL and the skill pulls the full transcript with timing information, then outputs it in your preferred format—JSON, plain text, or structured sections.
How can I turn a YouTube video into a blog post?
Youtube Content transforms YouTube transcripts into full blog articles. The skill summarizes the video content, organizes it into readable sections, and formats it as a complete blog post that you can publish or edit further.
Can I make a Twitter thread from a YouTube video?
Youtube Content converts YouTube videos into social media formats, including Twitter threads. The skill extracts key points from the transcript and breaks them into thread-ready segments optimized for social sharing.
Does Youtube Content support multiple languages?
Youtube Content processes YouTube videos in multiple languages with automatic fallback support. If a transcript isn't available in your preferred language, the skill attempts alternative language options to ensure you get usable content.
How do I extract key points and timestamps from YouTube?
Youtube Content identifies and extracts timestamped quotes and key moments from videos. The skill breaks down the transcript into important segments with exact timestamps, making it easy to reference specific parts of the video.
SKILL.md
rendered from the published skill — quoted content, verbatim
Kheish Compatibility
This skill is repo-local and stays inactive until explicitly activated.
When the original instructions refer to legacy tool names, use these Kheish mappings:
terminal=>bashweb_extract=>web_fetch, plusweb_searchwhen discovery is neededsearch_files=>grep_searchandglob_searchbrowser_*tools require a browser-capable surfaced tool or MCP; if none is available, use the closest available surface and say so explicitly
When the instructions mention local helper files, resolve them from ${KHEISH_SKILL_DIR}.
YouTube Content Tool
Extract transcripts from YouTube videos and convert them into useful formats.
Setup
pip install youtube-transcript-api
Helper Script
SKILL_DIR is the directory containing this SKILL.md file. The script accepts any standard YouTube URL format, short links
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 3 files
skills/media/youtube-content/SKILL.md
skills/media/youtube-content/references/output-formats.md
skills/media/youtube-content/scripts/fetch_transcript.py