deep-research
Data, Backend & API"Execute autonomous multi-step research using Google Gemini Deep Research Agent. Use for: market analysis, competitive landscaping, literature reviews, technical research, due diligence. Takes 2-10 minutes but produces detailed, cited reports. Costs $2-5 per task."
Documentation
Gemini Deep Research Skill
Run autonomous research tasks that plan, search, read, and synthesize information into comprehensive reports.
When to Use This Skill
Use this skill when:
Requirements
pip install -r requirements.txtSetup
```bash
export GEMINI_API_KEY=your-api-key-here
```
Or create a .env file in the skill directory.
Usage
Start a research task
python3 scripts/research.py --query "Research the history of Kubernetes"With structured output format
python3 scripts/research.py --query "Compare Python web frameworks" \
--format "1. Executive Summary\n2. Comparison Table\n3. Recommendations"Stream progress in real-time
python3 scripts/research.py --query "Analyze EV battery market" --streamStart without waiting
python3 scripts/research.py --query "Research topic" --no-waitCheck status of running research
python3 scripts/research.py --status <interaction_id>Wait for completion
python3 scripts/research.py --wait <interaction_id>Continue from previous research
python3 scripts/research.py --query "Elaborate on point 2" --continue <interaction_id>List recent research
python3 scripts/research.py --listOutput Formats
--json): Structured data for programmatic use--raw): Unprocessed API responseCost & Time
| Metric | Value |
|--------|-------|
| Time | 2-10 minutes per task |
| Cost | $2-5 per task (varies by complexity) |
| Token usage | ~250k-900k input, ~60k-80k output |
Best Use Cases
Workflow
--query "..."--stream or poll with --status--continue for follow-up questionsExit Codes
Compétences similaires
Explorez d'autres agents de la catégorie Data, Backend & API
framework-migration-code-migrate
"You are a code migration expert specializing in transitioning codebases between frameworks, languages, versions, and platforms. Generate comprehensive migration plans, automated migration scripts, and"
database-architect
Expert database architect specializing in data layer design from
vector-index-tuning
Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure.