summarize

star 1

Summarize or extract text from URLs, podcasts, and local files.

hagency-org By hagency-org schedule Updated 2/28/2026

name: summarize description: Summarize or extract text from URLs, podcasts, and local files. version: 1.0.0 author: hagency requires_bins: summarize

Summarize

Use the summarize CLI to extract and summarize content from URLs and files.

Usage

# Summarize a URL
summarize https://example.com/article

# Summarize a YouTube video (extracts transcript)
summarize https://youtube.com/watch?v=...

# Summarize a local file
summarize document.pdf

# With custom model
summarize --model gpt-4o https://example.com/article

Trigger Phrases

Use this skill when the user asks to:

  • "Summarize this URL/article/page"
  • "What does this link say?"
  • "Transcribe this YouTube video"
  • "Extract text from this PDF"

Installation

# macOS
brew install steipete/tap/summarize

# Or via cargo
cargo install summarize

Tips

  • Works with most web pages, PDFs, and video URLs
  • YouTube transcription uses auto-generated captions when available
  • Set OPENAI_API_KEY or ANTHROPIC_API_KEY for summarization model
Install via CLI
npx skills add https://github.com/hagency-org/app-skills --skill summarize
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator