# OpenSEO AI Agent Skills

OpenSEO publishes official AI agent skills for its tools, services, and developer workflows. OpenSEO is an open-source SEO toolkit with an MCP server and agent skills for audits, keyword research, competitor analysis, and local SEO.

Browse 9 official AI agent skills across 1 OpenSEO repository, with install commands and source links.

Official page: https://skillscout.sh/official/every-app/
Markdown page: https://skillscout.sh/official/every-app/every-app_skills_skillscout.md
Vendor website: https://openseo.so/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/every-app/every-app_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant OpenSEO 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

### every-app/open-seo

Open source alternative to Semrush and Ahrefs. Includes 9 official skills: competitor-analysis, keyword-clustering, keyword-research, competitive-landscape, link-prospecting, seo-coach.

Install:

```bash
npx skills add every-app/open-seo --full-depth -y
```

Source: https://github.com/every-app/open-seo

## Individual skills

### competitor-analysis

Analyze one competitor's organic footprint, ranking keywords, content themes, backlinks, and gaps.

Install:

```bash
npx skills add every-app/open-seo --skill competitor-analysis --full-depth -y
```

Package: every-app/open-seo
Source: https://github.com/every-app/open-seo/tree/HEAD/plugins/openseo/skills/competitor-analysis

### keyword-clustering

Cluster keywords by intent and map them to existing or proposed pages.

Install:

```bash
npx skills add every-app/open-seo --skill keyword-clustering --full-depth -y
```

Package: every-app/open-seo
Source: https://github.com/every-app/open-seo/tree/HEAD/plugins/openseo/skills/keyword-clustering

### keyword-research

Discover keyword opportunities, evaluate metrics and SERPs, and save/tag promising terms.

Install:

```bash
npx skills add every-app/open-seo --skill keyword-research --full-depth -y
```

Package: every-app/open-seo
Source: https://github.com/every-app/open-seo/tree/HEAD/plugins/openseo/skills/keyword-research

### competitive-landscape

Map SEO market leaders, winning content themes, keyword coverage, backlinks, and strategic gaps.

Install:

```bash
npx skills add every-app/open-seo --skill competitive-landscape --full-depth -y
```

Package: every-app/open-seo
Source: https://github.com/every-app/open-seo/tree/HEAD/plugins/openseo/skills/competitive-landscape

### link-prospecting

Find link prospects, discover contact paths, and draft outreach from SERPs and backlink signals.

Install:

```bash
npx skills add every-app/open-seo --skill link-prospecting --full-depth -y
```

Package: every-app/open-seo
Source: https://github.com/every-app/open-seo/tree/HEAD/plugins/openseo/skills/link-prospecting

### seo-coach

Enter a friendly OpenSEO coach mode that explains workflows, recommends next steps, and helps users use agents, web search, scraping, and MCP data effectively.

Install:

```bash
npx skills add every-app/open-seo --skill seo-coach --full-depth -y
```

Package: every-app/open-seo
Source: https://github.com/every-app/open-seo/tree/HEAD/plugins/openseo/skills/seo-coach

### seo-project-setup

Populate a project's shared OpenSEO context — site scope, goals, positioning, competitors, key pages, and preferences — plus MCP checks and Search Console intake.

Install:

```bash
npx skills add every-app/open-seo --skill seo-project-setup --full-depth -y
```

Package: every-app/open-seo
Source: https://github.com/every-app/open-seo/tree/HEAD/plugins/openseo/skills/seo-project-setup

### seo-audit

Audit a website and deliver a one-page, plain-language SEO report anyone can act on, centered on a single do-this-week action.

Install:

```bash
npx skills add every-app/open-seo --skill seo-audit --full-depth -y
```

Package: every-app/open-seo
Source: https://github.com/every-app/open-seo/tree/HEAD/plugins/openseo/skills/seo-audit

### local-seo

Audit a Google Business Profile, compare it to local competitors, and map Maps visibility around a location.

Install:

```bash
npx skills add every-app/open-seo --skill local-seo --full-depth -y
```

Package: every-app/open-seo
Source: https://github.com/every-app/open-seo/tree/HEAD/plugins/openseo/skills/local-seo

## every-app/open-seo package overview

Open source alternative to Semrush and Ahrefs. Includes 9 official skills: competitor-analysis, keyword-clustering, keyword-research, competitive-landscape, link-prospecting, seo-coach.

### Top skills in this package

- competitor-analysis: Analyze one competitor's organic footprint, ranking keywords, content themes, backlinks, and gaps.
- keyword-clustering: Cluster keywords by intent and map them to existing or proposed pages.
- keyword-research: Discover keyword opportunities, evaluate metrics and SERPs, and save/tag promising terms.
- competitive-landscape: Map SEO market leaders, winning content themes, keyword coverage, backlinks, and strategic gaps.
- link-prospecting: Find link prospects, discover contact paths, and draft outreach from SERPs and backlink signals.
- seo-coach: Enter a friendly OpenSEO coach mode that explains workflows, recommends next steps, and helps users use agents, web search, scraping, and MCP data effectively.
- seo-project-setup: Populate a project's shared OpenSEO context — site scope, goals, positioning, competitors, key pages, and preferences — plus MCP checks and Search Console intake.
- seo-audit: Audit a website and deliver a one-page, plain-language SEO report anyone can act on, centered on a single do-this-week action.

### Install

Install the full package:

```bash
npx skills add every-app/open-seo --full-depth -y
```

Install a specific skill:

```bash
npx skills add every-app/open-seo --skill competitor-analysis --full-depth -y
```

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

Source: https://github.com/every-app/open-seo#readme
