Agent skill
researching-web-gemini
Searches the web, researches topics online, finds current information using Gemini with Google Search grounding. Use when user asks to search the web, research information, find sources, look up current events, technology updates, or gather real-time data from the internet. Do not use for local file analysis or code execution.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/researching-web-gemini
SKILL.md
Gemini Web Research
Spawn the gemini-researcher agent for real-time web searches with Google grounding.
When to Use This Skill (Gemini)
| Use Gemini For | Use Perplexity For |
|---|---|
| Current events, breaking news | Technology comparisons (X vs Y) |
| Real-time data (<24 hours old) | Best practices, industry standards |
| Live pricing, availability | OWASP, security guidelines |
| Recent releases, changelogs | Documentation references |
| Rapidly changing information | Stable technical content |
Use Gemini when recency is critical (today's news, live data). Default to Perplexity for most technical research.
Foreground (blocking)
Task(subagent_type="gemini-researcher", prompt="<search query>")
Background (for context efficiency)
Task(subagent_type="gemini-researcher", prompt="<query>", run_in_background=true)
Use TaskOutput(task_id="<id>") to retrieve results.
Use when you need current, up-to-date information that may not be in Claude's training data.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?