text-summarizer

Installation
SKILL.md

Text Summarizer

Condenses long text into a concise summary by extracting the most important sentences. Works on articles, research papers, reports, meeting notes, emails, and any long document. Zero hallucination risk since it extracts exact sentences from the original.

Use Cases

the user pastes text or a file and asks to summarize, shorten, condense, or extract key points; the user wants to turn a long article/paper/report/notes into a brief overview; the user says 'summarize this', 'TL;DR', 'key points', 'condense', 'extract main ideas'. Supports adjustable length (short 20% / medium 30% / long 50%) and two output formats (bullet points or flowing paragraph).

Quick Start

Default (bullet points, medium length):

summarize.py --text "<paste your text here>"

Paragraph format:

summarize.py --text "<text>" --format paragraph
Installs
3
Repository
openlark/skills
GitHub Stars
4
First Seen
Aug 8, 2026
text-summarizer — openlark/skills