Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Run autonomous multi-step research with Google's Gemini Deep Research Agent: kick off a query, poll progress, and collect a cited report for market analysis or literature reviews.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -20% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -36% | 0% |
Run autonomous research tasks that plan, search, read, and synthesize information into comprehensive reports.
pip install -r requirements.txtbash export GEMINI_API_KEY=your-api-key-here Or create a .env file in the skill directory.
Before starting a research job, show the user the exact query, the fact that it will be sent to Google's Gemini service, the expected cost range, and the output destination. Start a job only after explicit approval. Do not include private workspace material, credentials, personal data, or confidential customer information in a query.
bashpython3 scripts/research.py --query "Research the history of Kubernetes"
bashpython3 scripts/research.py --query "Compare Python web frameworks" \ --format "1. Executive Summary\n2. Comparison Table\n3. Recommendations"
bashpython3 scripts/research.py --query "Analyze EV battery market" --stream
bashpython3 scripts/research.py --query "Research topic" --no-wait
bashpython3 scripts/research.py --status <interaction_id>
bashpython3 scripts/research.py --wait <interaction_id>
bashpython3 scripts/research.py --query "Elaborate on point 2" --continue <interaction_id>
bashpython3 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 questionsthe listed estimate is not a spending authorization.
against primary sources.
material before requesting user approval.
Other measured skills in the registry, with their headline benchmark lift.