# Summarize

> Condense a block of text into a short summary.

- Skill: `ninadnj/summarize` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add ninadnj/summarize`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ninadnj/summarize/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: Ninadnj (https://skillmd.com/u/ninadnj)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/ninadnj/summarize

---


# summarize

Turn long text into a few key sentences.

## How it works
- With an LLM configured: produces an abstractive summary in the requested length.
- Offline: extractive fallback — scores sentences by salient-word frequency and
  returns the top ones in their original order.

