# Summarize

> Summarize web pages, search results, or local text files into concise takeaways using the current built-in tools.

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

---


# Summarize

Use this skill when the user wants a concise summary of a webpage, search result, or local text file.

## Workflow

1. If the source is a URL, use `web_fetch` to get the content.
2. If the source is a local file, use `read_file`.
3. If the source is not specified yet, use `web_search` first to find likely candidates.
4. Extract the important facts, decisions, and action items.
5. Keep the summary concise unless the user explicitly asks for depth.

## Guardrails

- Prefer primary sources when possible.
- If the fetched text is noisy or incomplete, say so clearly and summarize only what is reliable.
- Do not fabricate details that are not present in the source text.

