Skip to main content
ClaudeWave
Skill392 repo starsupdated today

summarize

The summarize skill processes text-based content into structured summaries organized by key points, supporting details, and action items. Use this when users need to quickly extract essential information from long documents, conversations, articles, or meeting notes while maintaining factual accuracy and relevance to their goals.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/clawdotnet/openclaw.net /tmp/summarize && cp -r /tmp/summarize/src/OpenClaw.Gateway/skills/summarize ~/.claude/skills/summarize
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Summarize

When the user asks to summarize, condense, or get a digest of content, produce a
structured summary.

## Format

1. **Key Points** — 3–5 bullet points of the most important information
2. **Details** — Brief expansion on each key point if the user needs more depth
3. **Action Items** — Any tasks, decisions, or follow-ups identified (omit if none)

## Guidelines

- Keep summaries concise. Default to 3–5 key points unless the user asks for more.
- Prioritize what matters to the user's stated goal. If the goal is unclear, ask
  before summarizing.
- Preserve factual accuracy. Do not invent dates, names, numbers, or conclusions
  not present in the source.
- When summarizing a conversation or thread, distinguish between facts, opinions,
  decisions, and open questions.
- For long content, consider a two-pass approach: first extract the structure
  (sections, topics), then summarize each with appropriate depth.