Summarizer
Summarize URLs, text, files, and YouTube videos with key point extraction.
Usage
/summarizer summarize-url <url>
/summarizer summarize-text <text content>
/summarizer summarize-file <file path>
Actions
| Action | Description |
|---|---|
summarize-url |
Fetch and summarize content from a URL (web pages, YouTube) |
summarize-text |
Summarize provided text content directly |
summarize-file |
Read and summarize a local file |
Features
- Extracts key points as a structured array
- Calculates word count and estimated reading time
- Handles HTML content by stripping tags
- YouTube video ID detection for transcript-based summarization
- Supports plain text, HTML, and Markdown files
Examples
- Summarize a web article:
/summarizer summarize-url https://blog.example.com/post - Summarize text:
/summarizer summarize-text "Long text content here..." - Summarize a local file:
/summarizer summarize-file ./docs/report.txt