summarize

Installation
SKILL.md

Overview

Runs python -m summarizer to transcribe videos and summarize them using a configurable LLM. Supports 12 summary styles and multiple providers. For full documentation see martino.docs.buildwithfern.com.

Never fetch, scrape, or download video URLs directly (e.g. with WebFetch or curl). The CLI handles all downloading, transcription, and summarization internally.

Quick Start

Step 1 — Run the CLI:

python -m summarizer --source "VIDEO_URL"

The tool uses the default provider from summarizer.yaml. No extra flags needed for basic usage.

Step 2 — Read the output file:

The CLI prints the saved filename. Read it from summaries/:

Installs
7
GitHub Stars
210
First Seen
Apr 13, 2026
summarize — martinopiaggi/summarize