summarize

Tool Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/…
📦 Install
npx clawhub@latest install summarize

Summarize

Fast CLI to summarize URLs, local files, and YouTube links.

When to use (trigger phrases)

Use this skill immediately when the user asks any of:

Quick start

summarize "https://example.com" --model google/gemini-3-flash-preview

summarize "/path/to/file.pdf" --model google/gemini-3-flash-preview

summarize "https://youtu.be/dQw4w9WgXcQ" --youtube auto

YouTube: summary vs transcript

Best-effort transcript (URLs only):

summarize "https://youtu.be/dQw4w9WgXcQ" --youtube auto --extract-only

If the user asked for a transcript but it’s huge, return a tight summary first, then ask which section/time range to expand.

Model + keys

Set the API key for your chosen provider:

Default model is google/gemini-3-flash-preview if none is set.

Useful flags

Config

Optional config file: ~/.summarize/config.json

{ "model": "openai/gpt-5.2" }

Optional services:

← Back to all skills

Get openclaw-cli free

Install in one command and start monitoring your AI gateway.

npm install -g openclaw-cli