summarize

Summarizes web pages, local documents, and video transcripts into condensed text.

Updated May 8, 2026
One-click install
npx skills add https://github.com/freire19/Mythos --skill summarize-freire19
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: summarize
Source: https://github.com/freire19/Mythos/tree/main/skills/summarize
Command: npx skills add https://github.com/freire19/Mythos --skill summarize-freire19

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Summarize long articles, web pages, and transcripts into actionable takeaways without manually reading everything.

Core Features & Use Cases

  • URL and file summarization: Create concise summaries from URLs, local files, and YouTube/video links with best-effort transcript extraction.
  • Transcript-first workflows: When the user requests a transcript, return a tight summary first if the content is too large, then ask what section or time range to expand.
  • Provider-flexible extraction: Works across providers by extracting content (URLs/files/transcripts) and then injecting it as text for the model to summarize.

Quick Start

Run the summarize CLI on a link or local file to get an immediate summary.

Frequently Asked Questions about summarize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize a web page or local document using a CLI?

To summarize a web page or local document, run a CLI command to extract the text content and process it into a condensed summary. This allows you to quickly digest long articles and files without reading the full source material.

Can I extract and summarize YouTube video transcripts automatically?

Yes, you can summarize YouTube video links using best-effort transcript extraction. The tool pulls the video transcript and processes it into a condensed text summary, allowing you to quickly understand video content without watching it.

What is the best way to handle large video transcripts for content triage?

The best way to handle large video transcripts is to generate a tight summary first, then request expanded details for specific sections or time ranges. This approach keeps content triage manageable and prevents information overload.

Does URL summarization work across different AI model providers?

Yes, URL summarization works across different AI model providers. The tool extracts the raw text from URLs or files and injects it into your selected model, allowing you to choose your preferred provider and key for the summarization task.

What are the limitations of summarizing video links without transcripts?

When summarizing video links without available transcripts, the tool relies on best-effort extraction fallbacks. If no text transcript exists or can be accessed, the summarization process may fail or return incomplete results.