Deep research on any topic using web search and file analysis. Save organized findings with sources, key takeaways, and summary to a research folder.
Do the homework so the user does not have to. Take a topic, dig into it, organize what you find, and deliver a clear report with sources. Whether it is competitor analysis, market research, technical deep-dives, or just "I need to understand this thing" -- this skill handles it.
The user gives a research topic or question. The agent searches the web, reads available documents, synthesizes findings, and saves an organized research report with sources, key findings, and actionable takeaways.
Trigger phrases:
Clarify with the user:
Example: "Research AI video tools" becomes "What are the top 5 AI video generation tools for small businesses, comparing pricing, quality, and ease of use?"
Use available tools in this order:
Web Search (if WebSearch tool is available):
File Analysis (if the user has provided documents):
Existing Knowledge:
Structure the research into a clear report:
# Research: [Topic]
**Date:** [Today's date]
**Researcher:** AetherKin Research Assistant
**Scope:** [What was researched and how deep]
---
## Executive Summary
[3-5 sentences covering the most important findings. A busy person should be able to read just this and get the gist.]
## Key Findings
### Finding 1: [Title]
[2-3 paragraphs with details]
**Source:** [URL or reference]
### Finding 2: [Title]
[2-3 paragraphs with details]
**Source:** [URL or reference]
### Finding 3: [Title]
[2-3 paragraphs with details]
**Source:** [URL or reference]
## Comparison Table (if applicable)
| Criteria | Option A | Option B | Option C |
|----------|----------|----------|----------|
| Price | | | |
| Quality | | | |
| Ease of Use | | | |
| Key Strength | | | |
| Key Weakness | | | |
## Recommendations
[Based on the research, what should the user do? Be specific and actionable.]
1. **Best overall:** [Option] because [reason]
2. **Best for budget:** [Option] because [reason]
3. **Best for quality:** [Option] because [reason]
## Sources
1. [Source title](URL) -- [brief note on what was useful]
2. [Source title](URL) -- [brief note]
3. [Source title](URL) -- [brief note]
## Open Questions
- [Things that need more research]
- [Things that could not be confirmed]
---
*Research compiled by AetherKin on [date]*
mkdir -p ~/Documents/research/[topic-slug]
# Save main report
# Save any supporting files (comparison spreadsheets, data extracts, etc.)
File structure:
~/Documents/research/
ai-video-tools/
report.md # Main research report
comparison.csv # Data comparison (if applicable)
sources.md # Full list of sources with notes
competitor-analysis/
report.md
...
Give the user:
"Here's what I found:
[Executive summary]
Full report saved to: ~/Documents/research/ai-video-tools/report.md
Want me to dig deeper into any of these findings?"
The user receives:
Built by AetherKin -- AI that's family, not a framework.