youtube-summarySummarize YouTube videos into structured Markdown with youtube2md, including chaptered notes, timestamp links, and key takeaways. Use when the user provides...
Install via ClawdBot CLI:
clawdbot install sunghyo/youtube-summaryUse the official youtube2md CLI behavior from the repository.
youtube2md on PATH.npm i -g youtube2md@1.0.1prepare.py) in extract mode.youtube2md executable only.npx) is intentionally not supported in this skill.YOUTUBE2MD_BIN environment variable override is rejected by the runner.OPENAI_API_KEY enables full summarization mode; transcript/content may be sent to OpenAI through youtube2md’s workflow.OPENAI_API_KEY and use extract mode.youtube2md package and dependencies before installation or version bumps.See references/security.md before first-time install/enable.
youtube.com and youtu.be URLs.OPENAI_API_KEY is available and external API use is acceptable.--extract-only): outputs transcript JSON and prepares transcript text (.txt).scripts/run_youtube2md.sh full [output_md_path] [language] [model] OPENAI_API_KEY is missing, runner auto-falls back to extract mode by default.scripts/run_youtube2md.sh extract [output_json_path] YOUTUBE2MD_JSON=1 scripts/run_youtube2md.sh full YOUTUBE2MD_JSON=1 scripts/run_youtube2md.sh extract youtube2md executable.npx) for this skill.youtube2md --url [--out ] [--lang ] [--model ] --extract-only for transcript-only mode.--json, parse ok: true/false and handle error code.references/output-format.md as the default response shape.references/summarization-behavior.md for source policy and chapter/takeaway density..txt transcript text as the summary source..txt without surfacing avoidable tool-error noise../summaries/.md ./summaries/.json ./summaries/.txt via prepare.pysummaries/.json, summaries/.txt) inside the skill folder.SKILL.md, scripts/, references/, helpers) in release artifacts.scripts/run_youtube2md.shprepare.pyreferences/output-format.mdreferences/summarization-behavior.mdreferences/security.mdreferences/troubleshooting.mdGenerated Mar 1, 2026
Students and educators use this skill to summarize lecture videos or tutorials into structured notes with chapters and key takeaways, aiding study and lesson planning. It supports language-specific summaries for non-native speakers.
Analysts summarize competitor product demos or industry conference videos to extract insights and trends without watching entire content. The extract mode allows transcript analysis for sensitive data without external API calls.
Bloggers and journalists generate summaries of interview or documentary videos for articles, with timestamp links for reference. The machine-readable JSON output facilitates integration into content management systems.
Language learners use transcript extraction and summaries to practice listening comprehension and vocabulary from YouTube videos in target languages, with structured notes for review.
Organizations summarize training or compliance videos into audit-ready records with transcripts and key points, using extract mode to avoid sending sensitive information to external APIs.
Offer a cloud-based service where users upload YouTube URLs to receive summaries via API, with tiers based on video length or volume. Revenue from monthly subscriptions and enterprise plans.
Integrate the skill into existing platforms like learning management systems or content creation tools, providing basic summaries for free and charging for advanced features like full OpenAI summarization.
Sell customized deployments to businesses for internal use, such as summarizing internal training videos or market research, with support for on-premise installation and data privacy compliance.
💬 Integration Tip
Ensure Node.js 18+ and python3 are installed locally, and preinstall youtube2md globally; use environment variables to toggle between full and extract modes based on API key availability.
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
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.
Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
Interact with Twitter/X — read tweets, search, post, like, retweet, and manage your timeline.
LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.