gemini-collaboration

Delegate web searches and URL content retrieval to the Gemini CLI.

2|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Crokily/pi-backup --skill gemini-collaboration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-collaboration
Source: https://github.com/Crokily/pi-backup/tree/main/pi-config/agent/skills/gemini-collaboration
Command: npx skills add https://github.com/Crokily/pi-backup --skill gemini-collaboration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of gathering external information and performing web research by delegating these tasks to the Gemini CLI, ensuring Pi (the main agent) has access to up-to-date and relevant data without needing to perform these actions directly.

Core Features & Use Cases

  • Web Search: Utilizes Gemini's Google grounding for effective web searches.
  • URL Fetching: Retrieves content from specified web pages.
  • Information Retrieval: Looks up error solutions, documentation, and real-time data.
  • Use Case: When Pi needs to find the latest API documentation for a library or research the solution to a specific error message, it delegates this to Gemini.

Quick Start

Use the gemini-collaboration skill to search the web for the latest React 19 server components API changes and summarize the key breaking changes.

Frequently Asked Questions about gemini-collaboration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate web search and information retrieval to an external agent?

You can delegate web search and information retrieval to the Gemini CLI for headless execution, enabling agents to fetch URL content and research documentation using Google grounding.

Can I use Gemini CLI to fetch URL content and look up error solutions automatically?

Yes, fetching URL content and looking up error solutions is supported by delegating research tasks to Gemini CLI with tool auto-approval enabled for non-interactive information retrieval.

Does the Gemini CLI research delegation require interactive approval for web searches?

No, interactive approval is bypassed by enforcing the `--yolo` flag for tool auto-approval, ensuring isolated output capture during headless web search and documentation research.

What is the best way to research the latest API documentation without leaving my agent environment?

Delegating documentation research to Gemini CLI is the best approach, allowing your main agent to access up-to-date library data and real-time web information directly through isolated output capture.

How does headless execution affect web research tasks delegated to Gemini?

Headless execution ensures web research tasks run non-interactively, capturing output in isolation while automatically approving tools, which streamlines fetching real-time data and error solutions.