googlesearch | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / googlesearch

googlesearch

maintained by Who-Visions

star 1 account_tree 0 verified_user MIT License
bolt View GitHub

name: googlesearch version: 1.0.0 description: Gemini Grounding with Google Search - Real-time web data

Google Search Skill

Ground Gemini responses with real-time web search.

Features

  • Reduce Hallucinations: Ground answers in real data
  • Real-Time Info: Access current events and news
  • Citations: Verifiable sources for claims

Usage

from rhea_noir.skills.googlesearch.actions import skill as gs

result = gs.search(
    query="Who won the 2024 Super Bowl?",
    model="gemini-3-flash-preview"
)
print(result["answer"])
print(result["sources"])

With URL Context

result = gs.search_with_urls(
    query="Summarize this article and add recent updates",
    urls=["https://example.com/article"],
    model="gemini-3-flash-preview"
)

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 1
GitHub Forks 0
Created Jan 2026
Last Updated 5个月前
tools tools productivity tools

Related Skills

planning-with-files
chevron_right
agent-browser
chevron_right
building-agents
chevron_right
notebooklm
chevron_right
google-cloud
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.