deepresearch | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / deepresearch

deepresearch

maintained by Who-Visions

star 1 account_tree 0 verified_user MIT License
bolt View GitHub

name: deepresearch version: 1.0.0 description: Gemini Deep Research Agent - Multi-step research tasks

Deep Research Skill

Autonomous research agent that plans, searches, and synthesizes detailed reports.

Features

  • Multi-step Research: Plans and executes complex research
  • Web + Your Data: Uses Google Search + File Search
  • Cited Reports: Sources for every claim
  • Streaming: Real-time progress updates

Usage

from rhea_noir.skills.deepresearch.actions import skill as dr

# Start research (async, can take minutes)
result = dr.research(
    query="Compare the top 5 AI frameworks in 2026",
    format_instructions="Include comparison table"
)
print(result["report"])
print(result["sources"])

With Your Data (File Search)

result = dr.research_with_files(
    query="Compare our Q4 report against industry trends",
    file_store="fileSearchStores/my-store"
)

Pricing

~$2-5 per research task depending on complexity.

[!NOTE] Uses Interactions API. Tasks can take 1-20 minutes.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 1
GitHub Forks 0
Created Jan 2026
Last Updated 5个月前
tools tools productivity tools

Related Skills

ai-sdk

ai-sdk

vercel
star 22.3k
chevron_right
planning-with-files
chevron_right
agent-browser
chevron_right
ui-skills
chevron_right
biomni
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.