Your agent deserves Google, not Bing.
Most AI agents search the web through Brave β which is really Bing under the hood. The results are often mediocre, missing context, and lack the rich data Google provides. Now that Brave's API is paid, there's no reason to settle.
This skill gives your agent direct access to Google Search via Serper.dev β real Google results with Knowledge Graph, Answer Box, People Also Ask, and 9 specialized search types. 2,500 searches free, zero dependencies.
| Brave (built-in) | google-search | |
|---|---|---|
| Engine | Brave/Bing | |
| Knowledge Graph | β | β |
| Answer Box | β | β |
| People Also Ask | β | β |
| Related Searches | β | β |
| News search | β | β |
| Image search | β | β |
| Video search | β | β |
| Shopping | β | β |
| Places/Maps | β | β |
| Scholar | β | β |
| Patents | β | β |
| Autocomplete | β | β |
| Cost | Paid plans only | 2,500 free credits |
- Get a free API key at serper.dev (2,500 credits included)
- Add to your environment:
export SERPER_API_KEY=your_key_here- Install the skill:
clawhub install google-search-serpernpx tsx scripts/google-search.ts search "openclaw ai agent"
npx tsx scripts/google-search.ts search "bitcoin" --time day --country us --lang en --num 20Returns: organic results, Knowledge Graph, Answer Box, People Also Ask, Related Searches, Top Stories.
npx tsx scripts/google-search.ts news "AI regulation" --num 10npx tsx scripts/google-search.ts images "gecko cartoon 3d"npx tsx scripts/google-search.ts videos "solana tutorial"npx tsx scripts/google-search.ts places "pizza rome italy"npx tsx scripts/google-search.ts shopping "mechanical keyboard"
β οΈ Shopping costs 2 credits per query (all others cost 1)
npx tsx scripts/google-search.ts scholar "transformer architecture" --year 2023npx tsx scripts/google-search.ts patents "solar panel efficiency"npx tsx scripts/google-search.ts suggest "how to build"npx tsx scripts/google-search.ts credits| Flag | Description | Example |
|---|---|---|
--num |
Number of results (1-100) | --num 20 |
--time |
Time filter | --time day (hour/day/week/month/year) |
--country |
Country code | --country us |
--lang |
Language code | --lang en |
--year |
From year (scholar only) | --year 2023 |
--page |
Page number | --page 2 |
--json |
Raw JSON output | --json |
π Google Search: "openclaw ai agent" (10 results, 1 credit)
π¦ Knowledge Graph: OpenClaw β Personal AI Assistant
https://openclaw.ai
"The AI that actually does things..."
π Results:
1. OpenClaw β Personal AI Assistant
https://openclaw.ai
The AI that actually does things. Clears your inbox...
2. I Loved My OpenClaw AI AgentβUntil It Turned on Me | WIRED
https://wired.com/story/...
I used the viral AI helper to order groceries...
β People Also Ask:
β’ Is OpenClaw safe to use?
β’ How much does OpenClaw cost?
π Related: "openclaw review", "openclaw vs cursor", "openclaw setup"
π° Balance: 2,487 credits
- All searches cost 1 credit except Shopping (2 credits)
- Free tier includes 2,500 credits
- Paid plans start at $50 for 50K queries
- Node.js 18+ (native
fetch) SERPER_API_KEYenvironment variable- Zero npm dependencies
MIT
Built by Lozio π¦