# SerpApi AI Agent Skills

SerpApi publishes official AI agent skills for its tools, services, and developer workflows.

Browse 7 official AI agent skills across 6 SerpApi repositories, with install commands and source links.

Official page: https://skillscout.sh/official/serpapi/
Markdown page: https://skillscout.sh/official/serpapi/serpapi_skills_skillscout.md
Vendor website: https://serpapi.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/serpapi/serpapi_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant SerpApi skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### serpapi/skills

Covers serpapi-web-search, agent-usability-test. Structured search data via 130+ engines. Returns machine-readable JSON for web, news, maps, shopping, scholar, flights, hotels, and more. Test whether agents can discover and use your tool — the subject under test is the interface, not the agent.

Install:

```bash
npx skills add serpapi/skills -y
```

Source: https://github.com/serpapi/skills

### serpapi/serpapi-claude-plugin

Includes 1 official skill: search.

Install:

```bash
npx skills add serpapi/serpapi-claude-plugin -y
```

Source: https://github.com/serpapi/serpapi-claude-plugin

### serpapi/serpapi-codex-plugin

Includes 1 official skill: serpapi-web-search.

Install:

```bash
npx skills add serpapi/serpapi-codex-plugin -y
```

Source: https://github.com/serpapi/serpapi-codex-plugin

### serpapi/serpapi-cursor-plugin

Includes 1 official skill: search.

Install:

```bash
npx skills add serpapi/serpapi-cursor-plugin -y
```

Source: https://github.com/serpapi/serpapi-cursor-plugin

### serpapi/serpapi-grok-plugin

Includes 1 official skill: serpapi-search.

Install:

```bash
npx skills add serpapi/serpapi-grok-plugin -y
```

Source: https://github.com/serpapi/serpapi-grok-plugin

### serpapi/tutorials

Includes 1 official skill: serpapi-web-search.

Install:

```bash
npx skills add serpapi/tutorials -y
```

Source: https://github.com/serpapi/tutorials

## Individual skills

### serpapi-web-search

Structured search data via 130+ engines. Returns machine-readable JSON for web, news, maps, shopping, scholar, flights, hotels, and more.

Install:

```bash
npx skills add serpapi/skills@serpapi-web-search -y
```

Package: serpapi/skills
Source: https://github.com/serpapi/skills/tree/HEAD/skills/serpapi-web-search

### agent-usability-test

Test whether agents can discover and use your tool — the subject under test is the interface, not the agent.

Install:

```bash
npx skills add serpapi/skills@agent-usability-test -y
```

Package: serpapi/skills
Source: https://github.com/serpapi/skills/tree/HEAD/skills/agent-usability-test

### search

Official SerpApi skill from serpapi/serpapi-claude-plugin.

Install:

```bash
npx skills add serpapi/serpapi-claude-plugin@search -y
```

Package: serpapi/serpapi-claude-plugin
Source: https://github.com/serpapi/serpapi-claude-plugin/tree/HEAD/skills/search

### serpapi-web-search

Official SerpApi skill from serpapi/serpapi-codex-plugin.

Install:

```bash
npx skills add serpapi/serpapi-codex-plugin@serpapi-web-search -y
```

Package: serpapi/serpapi-codex-plugin
Source: https://github.com/serpapi/serpapi-codex-plugin/tree/main/plugins/serpapi/skills/serpapi-web-search

### search

Official SerpApi skill from serpapi/serpapi-cursor-plugin.

Install:

```bash
npx skills add serpapi/serpapi-cursor-plugin@search -y
```

Package: serpapi/serpapi-cursor-plugin
Source: https://github.com/serpapi/serpapi-cursor-plugin/tree/main/skills/search

### serpapi-search

Official SerpApi skill from serpapi/serpapi-grok-plugin.

Install:

```bash
npx skills add serpapi/serpapi-grok-plugin@serpapi-search -y
```

Package: serpapi/serpapi-grok-plugin
Source: https://github.com/serpapi/serpapi-grok-plugin/tree/master/skills/serpapi-search

### serpapi-web-search

Official SerpApi skill from serpapi/tutorials.

Install:

```bash
npx skills add serpapi/tutorials@serpapi-web-search -y
```

Package: serpapi/tutorials
Source: https://github.com/serpapi/tutorials/tree/master/python_projects/ai_agents_in_python/skills/serpapi-web-search

## serpapi/skills package overview

Covers serpapi-web-search, agent-usability-test. Structured search data via 130+ engines. Returns machine-readable JSON for web, news, maps, shopping, scholar, flights, hotels, and more. Test whether agents can discover and use your tool — the subject under test is the interface, not the agent.

### Top skills in this package

- serpapi-web-search: Structured search data via 130+ engines. Returns machine-readable JSON for web, news, maps, shopping, scholar, flights, hotels, and more.
- agent-usability-test: Test whether agents can discover and use your tool — the subject under test is the interface, not the agent.

### Install

Install the full package:

```bash
npx skills add serpapi/skills -y
```

Install a specific skill:

```bash
npx skills add serpapi/skills@serpapi-web-search -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/serpapi/skills#readme
