Skip to content

ianpcook/serpapi-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SerpAPI Skill

Unified search API skill for AI coding agents. One API key, access to Google, Amazon, Yelp, OpenTable, Walmart, and 20+ more search engines.

Installation

Via npx (skills.sh)

npx add-skill ianpcook/serpapi-skill

Via ClawdHub

clawdhub install serpapi

Manual

Copy the SKILL.md and scripts/ folder to your agent's skills directory.

Setup

  1. Get an API key from serpapi.com (free tier: 100 searches/month)
  2. Set environment variable:
    export SERPAPI_API_KEY=your-key-here

Supported Engines

Engine Use for
google General web search
google_maps Local places/businesses
google_shopping Product price comparison
amazon Amazon products
yelp Local business reviews
opentable Restaurant reviews
walmart Walmart products
ebay eBay listings
tripadvisor Travel/attractions

Usage Examples

# Find local restaurants
serp.py google_maps "italian restaurants" --location "Pittsburgh, PA"

# Compare product prices
serp.py google_shopping "sony headphones"

# Search Amazon
serp.py amazon "mechanical keyboard" --num 10

# Get Yelp reviews
serp.py yelp "coffee" --location "New York, NY"

Compatible Agents

  • Claude Code
  • Cursor
  • Codex
  • Clawdbot
  • Cline
  • OpenCode
  • Windsurf
  • And more

License

MIT

About

SerpAPI skill for AI coding agents - unified search across Google, Amazon, Yelp, OpenTable, and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages