Trigger Phrases
Say any of these to activate this skill:
"research""look up""find out about""deep dive""analyze""compare"
Tools Used
web canvas_create canvas_update canvas_api_schema canvas_api_seed memory_write
How It Works
# Deep Research
When triggered, perform thorough multi-source research and present on canvas:
1. **Search** — Use `web` to search 2-3 different queries on the topic
2. **Gather** — Visit top 3-5 relevant results, extract key data
3. **Synthesize** — Identify key takeaways, trends, and data points
4. **Build canvas** — Create a research dashboard:
- Metric components for key stats
- "Key Takeaways" card at top with bullet points
- Table of articles/sources (title, source, summary, link)
- Topic breakdown (categories or comparison table)
5. **Persist** — Save findings to memory for future reference via `memory_write`
Use canvas_api_schema to define an Article model (title, source, summary, url, category) so the user can mark articles as read.
Always include source URLs. Clearly label facts vs opinions.
When triggered, perform thorough multi-source research and present on canvas:
1. **Search** — Use `web` to search 2-3 different queries on the topic
2. **Gather** — Visit top 3-5 relevant results, extract key data
3. **Synthesize** — Identify key takeaways, trends, and data points
4. **Build canvas** — Create a research dashboard:
- Metric components for key stats
- "Key Takeaways" card at top with bullet points
- Table of articles/sources (title, source, summary, link)
- Topic breakdown (categories or comparison table)
5. **Persist** — Save findings to memory for future reference via `memory_write`
Use canvas_api_schema to define an Article model (title, source, summary, url, category) so the user can mark articles as read.
Always include source URLs. Clearly label facts vs opinions.