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 80Trust 72Discovery 51

Solid, practical web-search skill that integrates Gemini Interactions and additional image search fallbacks; well-documented usage and examples but dependent on external API keys and missing some governance details.

This listing provides a usable, well-documented web search script that returns synthesized answers with source URLs and optional image lookups. Examples, required environment variables, and a clear usage path are included, making it easy to try. The implementation relies on external paid APIs (GEMINI_API_KEY, optional BRAVE/GOOGLE keys) and does not include explicit privacy, licensing, or maintenance details, which prospective users should review.

Source full AI review

Strengths

  • Returns grounded results with source URLs for verification
  • Clear usage examples and minimal setup instructions

Considerations

  • Depends on external paid APIs and user-provided keys (cost and availability implications)
  • Lacks explicit privacy, license, and maintenance/ownership information

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.

  • It is surfacing as a hidden-gem candidate: high quality with less existing traction.
  • 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