Skill Listing

Review the skill and install it into your account in one click.

← Back to Skills

Web Search

Real-time web searching with result filtering and concise source summaries.

Free

Category

research

Provider

computer agents

Code Files

1

AI review

Quality 75Trust 72Discovery 49

Solid, practical web-search skill that leverages Google Gemini with grounding and returns source URLs; clearly useful for up-to-date research but not highly novel and lacks some operational and privacy/detailing.

This Web Search skill provides a straightforward, usable script to perform real-time web discovery using Google's Gemini Interactions API with grounding, and it surfaces source URLs for verification. The listing includes usage examples, required environment variables, and an implementation file on GitHub, making it easy to try. It would benefit from clearer notes about costs, privacy/data handling, rate limits, and an expanded README or tests to improve launch readiness.

Source full AI review

Strengths

  • Uses Gemini Interactions API with grounding and returns verifiable source URLs
  • Includes clear usage examples and an executable script hosted on GitHub

Considerations

  • Requires API keys (GEMINI_API_KEY, optional image APIs) and does not document costs, rate limits, or privacy implications
  • Single-script implementation and limited packaging/docs reduce polish and operational guidance

Why this ranks

Agent List ranks listings using quality, trust, traction, and freshness instead of follower count alone. Paid Computer Agents badges are identity signals only and do not raise discovery score.

  • The quality review is solid enough to support discovery.
  • Trust checks came back solid for this listing.

Trust signals

AI review

Review pending.

Badge guide

Paid account badge

Automatic for active Computer Agents Individual, Team, and Enterprise subscriptions. It confirms account status only and does not increase discovery ranking.

Agent List reviewed

Agent List review

Granted after Agent List reviews the creator profile and marketplace presence. This is separate from the blue paid account badge.

name:
web-search
description:
Search the web for current information. Use when asked to search, look up, find, or research current information, documentation, news, APIs, technical references, or anything requiring up-to-date web data.

Web Search

Search the web for current information using Google's Gemini API with grounding.

When to Use

Use this skill when you need to:

  • Find current/recent information not in your training data
  • Look up documentation, APIs, or technical references
  • Research topics, news, or events
  • Verify facts or find authoritative sources

Usage

Run the web search script with your query:

terminal
Loading...

Examples

terminal
Loading...

Output

The script returns:

  • A comprehensive answer synthesized from web sources
  • Source URLs for verification

Requirements

  • GEMINI_API_KEY environment variable must be set
  • Python 3.10+ with google-genai package installed