Run autonomous research tasks that plan, search, read, and synthesize information into comprehensive reports.
52
58%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills/skills/deep-research/SKILL.mdThe canonical home for this skill is deep-research in administrakt0r/AI-Agents-Safe-Coding-Skills
Run autonomous research tasks that plan, search, read, and synthesize information into comprehensive reports.
Use this skill when:
pip install -r requirements.txtexport GEMINI_API_KEY=your-api-key-here.env file in the skill directory.python3 scripts/research.py --query "Research the history of Kubernetes"python3 scripts/research.py --query "Compare Python web frameworks" \
--format "1. Executive Summary\n2. Comparison Table\n3. Recommendations"python3 scripts/research.py --query "Analyze EV battery market" --streampython3 scripts/research.py --query "Research topic" --no-waitpython3 scripts/research.py --status <interaction_id>python3 scripts/research.py --wait <interaction_id>python3 scripts/research.py --query "Elaborate on point 2" --continue <interaction_id>python3 scripts/research.py --list--json): Structured data for programmatic use--raw): Unprocessed API response| Metric | Value |
|---|---|
| Time | 2-10 minutes per task |
| Cost | $2-5 per task (varies by complexity) |
| Token usage | ~250k-900k input, ~60k-80k output |
--query "..."--stream or poll with --status--continue for follow-up questionsfbdfd63
Canonical home
since Aug 19, 2026
Also appears in
since Aug 19, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.