Skip to main content
ClaudeWave
Skill262 repo starsupdated 2d ago

summarize

The summarize skill extracts and condenses web page or text content into digestible formats, including TL;DR overviews, key point bullets, and relevant details. Use it when a user provides a URL or text requesting summarization, wants key takeaways, or asks for condensed versions of articles and longer content.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/sepivip/SeekerClaw /tmp/summarize && cp -r /tmp/summarize/app/src/main/assets/default-skills/summarize ~/.claude/skills/summarize
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Summarize

## Use when
- URL + "summarize this"/"TL;DR"/"key points"
- Pastes text and wants shorter version
- "what's this article about?"

## Don't use when
- Save link for later (use bookmark)
- Full multi-source research (use research)
- Fetch raw page content without summarizing (use web_fetch)

## Instructions
When summarizing:

1. If given a URL, use web_fetch to get the content

2. Create a summary with:
   - TL;DR: 1-2 sentence overview
   - Key Points: 3-5 bullet points
   - Details: Important specifics if relevant

3. Adjust length based on request:
   - "quick summary" = TL;DR only
   - "detailed summary" = all sections
   - Default = TL;DR + Key Points

4. For long content, focus on most important 20%

5. Offer to save summary to memory if important
bookmarkSkill

Save and organize links for later reading. Use when: user wants to save a URL, manage bookmarks, find a saved link. Don't use when: user just wants to read/fetch a URL (use web_fetch) or research a topic (use research skill).

briefingSkill

Provide a personalized daily briefing with news, weather, and reminders. Use when: user asks for a briefing, morning update, daily summary, or 'what's new today'. Don't use when: user asks about a single specific topic like just weather or just news (use those skills instead).

burner-walletSkill

Operate the burner wallet — a small, app-managed Solana wallet that signs autonomously within caps. Use when: user asks about the burner, autonomous payments, x402, raising/lowering caps, funding the burner, or wiping/rotating it. Don't use when: user wants a regular MWA-popup transfer (just call solana_send / solana_swap and let routing decide).

calclawSkill

Track calories, protein, and macros from food photos or text. Log meals, view daily/weekly nutrition dashboards, set calorie goals, track weight, and get AI-powered portion estimates. Use when user mentions food, meals, calories, protein, macros, diet, nutrition, weight tracking, or sends food photos. Don't use when: user asks about restaurant recommendations, cooking recipes, or food delivery.

calculatorSkill

Perform calculations, unit conversions, and math operations. Use when: user asks to calculate, convert units, do math, percentages, tip calculations, or date arithmetic. Don't use when: user asks about crypto prices (use crypto-prices skill) or nutrition math (use calclaw skill).

crypto-pricesSkill

Get real-time cryptocurrency prices and market data from CoinGecko (free, no API key). Use when: user asks about crypto prices, token values, market data, 'what's BTC at?'. Don't use when: user wants to swap/trade tokens (use wallet tools), or wants crypto news (use news skill).

defineSkill

Look up definitions, word meanings, and etymology. Use when: user asks 'what does X mean', 'define X', word origins, etymology. Don't use when: user wants to translate between languages (use translate skill) or wants in-depth research on a concept (use research skill).

githubSkill

Search repositories, view issues, check PRs on GitHub. Use when: user asks about GitHub repos, issues, PRs, or wants to search GitHub. Don't use when: user wants general web search (use research skill) or asks about git concepts without GitHub context.