What problem does it solve? Reading long articles, PDFs, or watching full videos to extract key points is time-consuming. This Skill condenses URLs, local files, and YouTube content into concise summaries or transcripts using the summarize CLI. ## Core Features & Use Cases - URL and File Summarization: Summarize web pages, PDFs, and other local files with configurable length (short to xxl) and output token limits. - YouTube Transcript Extraction: Extract best-effort transcripts from YouTube links with --youtube auto and --extract-only, without requiring yt-dlp. - Multi-Provider Models: Works with OpenAI, Anthropic, xAI, and Google models via their API keys, defaulting to google/gemini-3-flash-preview. - Use Case: A user pastes a YouTube link and asks "what is this video about?" — run summarize with --youtube auto to get a quick summary, or --extract-only for the transcript. ## Quick Start Ask the assistant to summarize a URL or file, for example: "Summarize this article https://example.com using the summarize skill."