summarize

Summarize content from URLs, local files, and YouTube links via CLI.

1|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/LuisvelMarketer/genome --skill summarize-luisvelmarketer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: summarize
Source: https://github.com/LuisvelMarketer/genome/tree/main/skills/summarize
Command: npx skills add https://github.com/LuisvelMarketer/genome --skill summarize-luisvelmarketer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of extracting key information from various sources like web pages, audio/video transcripts, and local files, saving users time and effort in understanding content.

Core Features & Use Cases

  • URL Summarization: Condenses the content of any given URL into a concise summary.
  • File Content Extraction: Extracts and summarizes text from local files (e.g., PDFs).
  • Video/Podcast Transcription & Summary: Provides a best-effort transcript and summary for YouTube links.
  • Use Case: A user provides a link to a long news article and asks, "What's the main point of this article?" The Skill will return a short summary.

Quick Start

Use the summarize skill to get a summary of the content at https://example.com.

Frequently Asked Questions about summarize

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

FAQPage Schema
How do I summarize content from a URL or local file automatically?

To summarize content from a URL or local file, the Skill uses a CLI tool to extract text and generate concise summaries. You simply provide the link or file path, and the tool returns a shortened version of the content.

Can I extract and summarize transcripts from YouTube videos and podcasts?

Yes, you can extract and summarize transcripts from YouTube videos and podcasts. The Skill provides a best-effort transcript generation for video content and then condenses the extracted audio or video text into a summary.

Do I need an API key to extract text and summarize files with this CLI tool?

Yes, you need an API key to use this CLI tool for text extraction and summarization. The Skill supports multiple AI models and requires specific API key configurations for the various providers to process your content.

What is the best way to summarize a long news article from a web link?

The best way to summarize a long news article from a web link is to pass the URL to this tool. It automatically extracts the web page content and provides a concise summary highlighting the main points of the article.

Does the URL summarization tool work with local PDF files?

Yes, the URL summarization tool works with local PDF files. It extracts text from local files and uses the same summarization mechanism to condense the document content into a readable summary.