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

MCP Business Integration

Integrate AI agents with business data via Model Context Protocol. Query ads, analytics, CRM data through normalized interfaces. Use when connecting agents t...

Registry SourceRecently Updated
Automation

Feishu Bot Config Helper

辅助配置飞书机器人名称、应用凭证和大模型,自动匹配技能并生成本地及飞书文档。

Registry SourceRecently Updated
Automation

memory-attention-router

Route, write, reflect on, and refresh long-term agent memory for multi-step OpenClaw tasks. Use when work depends on prior sessions, repeated workflows, user...

Registry SourceRecently Updated
Automation

Zapier Recipe

自动化流程设计。Zapier/Make流程、触发器、动作链、条件逻辑、模板、效率分析。Automation recipes for Zapier, Make. 自动化、工作流、效率。

Registry SourceRecently Updated