Skip to content

Universal web search skill for AI coding agents with support for 100+ search engines

License

Notifications You must be signed in to change notification settings

serpapi/serpapi-search-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SerpApi Search Skill

License: MIT

Universal web search skill for AI coding agents with support for 100+ search engines.

Search the web, news, images, shopping, videos, maps, flights, hotels, jobs, and academic databases directly from your AI agent. Powered by SerpApi.

Quick Start

  1. Get your API key from the SerpApi Dashboard.
  2. Set the environment variable: export SERPAPI_API_KEY=your_key_here
  3. Install the skill to your agent (see Installation below).
  4. Start searching! See SKILL.md for usage examples.

What's Included

Installation

Pick the installation method for your agent.

Claude Code

git clone https://github.com/serpapi/serpapi-search-skill.git
cp -r serpapi-search-skill/skills/serpapi-search ~/.claude/skills/

See api-key-setup.md for MCP configuration.

Cursor

cp -r skills/serpapi-search .cursor/skills/

Or use the Remote Rules URL pointing to your repository's SKILL.md.

Codex

cp -r skills/serpapi-search .agents/skills/
# OR
npx ai-agent-skills install serpapi-search

Windsurf

cp -r skills/serpapi-search .windsurf/skills/

OpenClaw

cp -r skills/serpapi-search ~/.openclaw/skills/

OpenCode

cp -r skills/serpapi-search .opencode/skills/

OpenCode also automatically reads skills from .claude/skills/ and .agents/skills/.

Universal (curl)

Download the skill definition directly to any directory:

curl -O https://raw.githubusercontent.com/serpapi/serpapi-search-skill/main/skills/serpapi-search/SKILL.md

API Key Setup

Configure your SERPAPI_API_KEY for secure access. Detailed instructions for environment variables, MCP settings, and CI/CD are available in api-key-setup.md.

Available Engines

Search across 100+ platforms including Google, Bing, DuckDuckGo, YouTube, and Amazon. Use Light endpoints for faster responses and lower cost:

  • google_light: Fastest general web search (default).
  • google_images_light: Optimized image search.
  • google_news_light: Latest news results.
  • google_shopping_light: Product pricing and availability.
  • google_videos_light: Video search.
  • duckduckgo_light: Privacy-focused web results.

See ENGINES.md for the full list of 107 engines.

Links

License

MIT License. See LICENSE for details.

About

Universal web search skill for AI coding agents with support for 100+ search engines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •