Skip to main content
ClaudeWave
Skill262 repo starsupdated 2d ago

briefing

The briefing skill aggregates personalized news, weather, and reminders into a single morning update by checking user preferences stored in memory, gathering current information through web search, and presenting results in a scannable format. Use it when users request a combined daily summary or morning briefing, but not when asking only about weather, news, or a specific topic individually.

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

SKILL.md

# Daily Briefing

## Use when
- "give me a briefing", "morning update", "what's new today"
- Combined summary of news + weather + reminders

## Don't use when
- Only asks about weather (use weather)
- Only asks about news (use news)
- Asks about a specific topic (use research)

## Instructions
When asked for a briefing:

1. Check memory for user's preferences:
   - Their location for weather
   - Topics they care about
   - Any scheduled reminders

2. Gather information:
   - Local weather using web_search
   - Top news in their interest areas
   - Any notes from yesterday's daily memory

3. Format as a concise briefing:
   - Start with weather (1-2 lines)
   - Key news headlines (3-5 items)
   - Any reminders or follow-ups from memory

4. Keep it scannable - use bullet points

5. Add today's briefing to daily_note for reference
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).

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.

jokeSkill

Tell jokes and make the user laugh. Use when: user asks for a joke, wants humor, says 'make me laugh', or mood is light. Don't use when: user is asking a serious question, or wants comedy recommendations (use movie-tv skill).