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 78Trust 68Discovery 50

Practical, developer-friendly web search skill that leverages Google Gemini grounding to return concise answers with source URLs. Implementation appears functional and useful, but depends on external API keys and could use more documentation around error handling, privacy, and configuration.

Web Search is a straightforward CLI skill for retrieving up-to-date information with source citations using Google Gemini and optional image search fallbacks. It provides clear usage examples and returns synthesized answers plus source URLs, which is valuable for verification. The listing is missing some operational details (rate limits, privacy implications, error handling) and requires users to supply API keys, which may limit out-of-the-box usability for non-developers. Overall it's a useful tool for developers needing real-time web grounding but would benefit from expanded docs and safety notes.

Source full AI review

Strengths

  • Returns synthesized answers with verifiable source URLs
  • Simple CLI usage and clear examples
  • Supports multiple image search fallbacks (Brave, Google CSE)

Considerations

  • Requires GEMINI_API_KEY (and optional other API keys); not plug-and-play
  • Limited documentation on error handling, rate limits, privacy, and costs
  • Single-script distribution may need more configuration examples for production use

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 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