Loading...
Loading...
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.
npx skill4agent add neversight/skills_feed deep-researchpip install -r requirements.txtexport GEMINI_API_KEY=your-api-key-here.envpython3 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--raw| 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--status--continue