Deep research on a topic with web sources, memory integration, and stored findings. Also handles quick context-aware lookups when current information would improve the conversation. Triggers on "research this", "look into", "find out about", "dig into", "look up", "what's new with", "check current", "any updates on", "latest info".
Deep research on a topic, grounded in web sources and connected to Claudia's memory. Also handles context-aware lookups when current external information would improve quality.
/research [topic or question]
This skill handles all research, from quick lookups to multi-source deep dives. Unlike a raw web search, research is deliberate: it checks memory first, builds queries using relationship context, searches strategically, fetches relevant sources, synthesizes findings, and stores key facts for future sessions.
Research works with whatever tools are available. Check what exists and adapt:
Research tool detection:
├── WebFetch available? → Use for single-page fetches
├── WebSearch available? → Use for broad searches
├── fetch MCP available? → Use for cleaner page extraction
├── web-search MCP available? → Use for DuckDuckGo search (no API key)
├── brave-search MCP available? → Use for Brave search
├── firecrawl MCP available? → Use for JS-heavy sites, multi-page crawls
└── Nothing available? → Tell user honestly, suggest options
Never hard-depend on a specific tool. Use the best available. If multiple options exist, prefer in this order:
Ask if not obvious from the topic:
"Before I dig in, a quick clarification:
- Are you looking for a quick answer or a thorough comparison?
- Any specific angle? (pricing, technical, competitive, general)"
If the topic is clear and narrow, skip this and go straight to work.
Before reaching for the web, check what Claudia already knows:
memory.recall "[topic]":
├── Fresh results (< 7 days) → Use them, offer to refresh
│ "I have some context on this from [date]:
│ [summary of stored facts]
│ Want me to verify this is still current?"
├── Stale results (> 7 days) → Note staleness, offer to update
│ "Last time I looked into this was [date]. Let me refresh."
└── No results → Proceed to web research
This avoids redundant fetches and surfaces compounding knowledge.
Use memory context to build better queries. Claudia knows things a search engine doesn't:
Turn vague intent into precise queries. This is the edge.
For factual lookups (one clear answer expected):
For exploratory research (understanding a topic):
For comparative research (evaluating options):
For competitive/market research:
## Research: [Topic]
### Summary
[2-3 paragraph synthesis - this is analysis, not copy-paste]
### Key Findings
1. **[Finding]** - [Detail with context]
2. **[Finding]** - [Detail with context]
3. **[Finding]** - [Detail with context]
### Comparison (if applicable)
| Criteria | Option A | Option B | Option C |
|----------|----------|----------|----------|
| [Relevant to user] | ... | ... | ... |
### Sources
- [Source 1](URL) (fetched [date])
- [Source 2](URL) (fetched [date])
- [Source 3](URL) (fetched [date])
### How This Connects
[Relate findings to user's projects, people, commitments, or decisions from memory]
### What I'd Flag
[Risks, opportunities, or things that surprised Claudia]
---
*Key facts stored in memory. I'll remember this next time the topic comes up.*
For quick lookups, use a condensed version:
[Answer grounded in fetched content]
Source: [URL] (fetched [date])
After presenting findings:
memory.remember with source:web: provenanceStore facts, not entire pages. Focus on:
When research results are stored in memory, the source URL and fetch date are preserved. On future queries:
source:web:* that's older than 7 days, note this: "I have this from [date]. Want a fresh check?"Research can proactively offer to look things up when it detects value. This is not automatic fetching, it's offering.
When to offer:
How to offer:
"That might have changed since [version/date]. Want me to check the current docs?"
"I have info on [topic] from [date]. Want me to see if anything's updated?"
When NOT to offer:
After presenting research:
"Want me to:
- Dig deeper on any of these?
- Draft something based on these findings?
- Set a reminder to re-check this in [timeframe]?
- Save this as a reference doc?"
If no web tools are available:
"I don't have web access in this session. I can:
- Share what I know from memory and training
- Work with content you paste in
- Help you set up web search tools for future sessions
What works best?"
When fetches fail (403, timeout, JS-only page):
"I couldn't access that page directly - [reason].
Options:
- Try a different URL if you have one
- Paste the content and I'll work with it
- [If enhanced MCP available] I can try with a different tool"
Never silently fail. Never guess what a page says. If the fetch didn't work, say so.