agent-whoogle

Local Google search for AI agents. Use when you need to search the web, find documentation, look up APIs, verify facts, or find current information. Triggers on "search for", "look up", "find", "google", or when you need web search results. No API keys, no Docker, no server required.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agent-whoogle" with this command: npx skills add mishafyi/agent-whoogle/mishafyi-agent-whoogle-agent-whoogle

Agent Whoogle

Google search for AI agents. Runs locally, returns structured JSON, no setup needed.

Based on Whoogle Search by Ben Busby.

When to Use

  • You need to search the web for information
  • You need to find documentation, APIs, or code examples
  • You need to verify facts or find current information
  • The user asks you to "search for", "look up", "find", or "google" something

When NOT to Use

  • You already have the information you need
  • The question is about the local codebase (use Grep/Glob instead)
  • You've already searched for the same thing in this session

How to Search

uv run <skill_dir>/scripts/search.py "your search query"

Options

FlagDescriptionDefault
--num NNumber of results10
--start NResult offset (pagination)0
--lang LANGSearch language (e.g., lang_en)auto
--country CCCountry code (e.g., US)auto
--safeEnable SafeSearchoff
--time RANGETime filter: hour, day, week, month, yearnone
--proxy URLProxy URL (e.g., socks5://host:port)none
--rawPlain text output instead of JSONJSON

Examples

# Basic search
uv run <skill_dir>/scripts/search.py "python asyncio tutorial"

# Recent results only
uv run <skill_dir>/scripts/search.py --time week "latest npm security advisory"

# Paginate
uv run <skill_dir>/scripts/search.py --start 10 "react server components"

Response Format

{
  "query": "your search query",
  "results": [
    {
      "title": "Page Title",
      "url": "https://example.com/page",
      "snippet": "Brief description of the page content..."
    }
  ],
  "error": null,
  "message": null
}

Error Handling

error valueExit codeMeaningWhat to do
null0SuccessUse the results
"rate_limited"2Google CAPTCHA or 429Wait and retry, or use --proxy
"network_error"1Connection failedCheck network, retry
"missing_query"1No query providedProvide a search query
"unexpected_error"1Internal errorCheck stderr for traceback, report bug

Dependencies

Requires Python 3.9+ and uv. Dependencies are installed automatically by uv run.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Autohotkey

AutoHotkey - macro-creation and automation-oriented scripting utility for Windows. autohotkey, c++, autohotkey, automation, c-plus-plus, hotkeys, scripting....

Registry SourceRecently Updated
1320ckchzh
Automation

Agent Reader

Document beautifier for AI Agents. Converts Markdown to styled webpages, Word, PDF, and image slideshows — the 'last mile' rendering engine for AI output. 专为...

Registry SourceRecently Updated
Automation

Clever Compact

Your OpenClaw agent forgets everything between sessions — after /new, after compaction, after overnight. Clever Compact fixes all three: injects your last st...

Registry SourceRecently Updated
3110Profile unavailable
Automation

Scheduler

Scheduler - command-line tool for everyday use

Registry SourceRecently Updated
660Profile unavailable