Skill for conducting autonomous deep research using gemini-deep-research CLI, which leverages Google's Gemini Deep Research Agent.
gemini-deep-researchCLI installed and on PATHGEMINI_API_KEYenvironment variable set (get one from Google AI Studio)
See the gemini-deep-research repository for installation and configuration instructions.
claude plugin marketplace add fprochazka/claude-code-plugins --scope user
claude plugin install gemini-deep-research@fprochazka-claude-code-plugins --scope userAdd the following to ~/.claude/settings.json to allow the skill to load and auto-approve commands:
{
"permissions": {
"allow": [
"Skill(gemini-deep-research)"
]
}
}The skill's allowed-tools frontmatter auto-allows all gemini-deep-research commands.
The skill is automatically loaded when needed. It teaches Claude how to use the gemini-deep-research CLI to:
- Conduct autonomous deep research on any topic
- Monitor long-running research tasks
- Retrieve and present research reports
Filip Prochazka
MIT