Skip to content
OpenSEO Keyword Research

OpenSEO Keyword Research

MIT
Repository Docs
seokeyword-researchopenseomcpcontent-strategyserp

Summary

Turns seed topics into a prioritised keyword set using live OpenSEO MCP data — volume, difficulty and SERP evidence instead of an agent guessing at search demand.

Features

  • Turns seed topics into a ranked keyword opportunity set
  • Real volume, difficulty and CPC data via the OpenSEO MCP server
  • Live SERP inspection where search intent is ambiguous
  • Saves and tags promising terms so research compounds across sessions
  • Asks for market/location/language only when it changes the numbers
  • Guardrails against fabricated metrics and unevidenced recommendations

Install This Skill

Add this skill to your favorite AI agent in a few steps.

Any AI agent

This skill is plain instructions — it works with any assistant that accepts custom instructions or system prompts.

  1. Copy the skill content with the button below.
  2. Paste it into your agent's instruction file or system prompt (for example AGENTS.md, .cursorrules, or a custom instructions field).
  3. Ask the agent to apply the skill whenever the task matches.

Skill Content

Markdown Content

Copy this content and use it with your preferred AI agent

---
name: keyword-research
description: "Discover keyword opportunities, evaluate metrics and SERPs, and save/tag promising terms."
---

# OpenSEO Keyword Research

## Goal

Turn seed topics into a prioritized keyword opportunity set using OpenSEO MCP data. The output should help the user decide what to target, what to save, and what to research next.

## Required inputs

- `projectId`
- One or more seed topics, products, pages, competitors, or audience problems
- Optional market/location/language

If `projectId` is missing, use `list_projects` first. If the target market/location/language is unclear and would materially affect keyword metrics, ask the user; otherwise use the MCP tool defaults.

## OpenSEO MCP tools

- `research_keywords`: primary discovery tool. Use 1-5 seeds per call and prefer 150 results unless the user asks for exhaustive research.
- `get_keyword_metrics`: hydrate up to 700 known keywords with volume, keyword difficulty (KD), search intent, CPC, and monthly trends in one call. Use it to score candidate or known terms — including the Search Console striking-distance queries from step 1.
- `get_ranked_keywords`: pull exact ranking keyword rows when a target domain or page is part of the research brief.
- `get_search_console_performance`: when Search Console is connected, start from the project's real first-party demand — queries already earning impressions and near-ranking ("striking distance") terms. Request a high `rowLimit` and filter average position 5-20 client-side, since the API sorts by clicks and can't filter by position. Then hydrate those striking-distance queries with `get_keyword_metrics` to attach difficulty and intent.
- `get_serp_results`: inspect SERPs for the top candidate terms, especially when intent is ambiguous.
- `search_local_businesses`, `get_local_serp_results`, and `get_google_business_questions`: use for local SEO topics when a business/location radius matters.
- `list_saved_keywords`: avoid duplicating already-saved work or use existing tags as context.
- `save_keywords`: save selected keywords only after explicit user confirmation.

## Workflow

1. Normalize seeds into a small set of distinct research angles. If Search Console is connected for the project, first pull `get_search_console_performance` (high `rowLimit`, default lookback), filter to striking-distance positions (~5–20) client-side, and hydrate those queries with `get_keyword_metrics` to attach KD and intent. That ranked, hydrated list is your fastest opportunity set — work it before broad discovery.
2. If the request is local SEO, identify the business, location/coordinates or service area, and local categories. Use `search_local_businesses` and `get_local_serp_results` for the most important location/keyword set instead of relying only on national keyword/SERP data.
3. Call `research_keywords` for exploratory seeds. Use bulk calls when possible.
4. Use `get_keyword_metrics` to hydrate a fixed keyword list — or the striking-distance queries from step 1 — with volume, KD, and intent before prioritizing.
5. Use `get_ranked_keywords` when the user provides a domain/page and wants opportunities based on current rankings, near-misses, or competitor-owned terms.
6. Remove irrelevant, duplicate, branded-only, and off-intent terms.
7. Prioritize by practical opportunity, not volume alone:
   - Strong match to the user's product/page/topic
   - Clear search intent
   - Reasonable difficulty
   - Useful volume/CPC signal
   - SERP where the user can plausibly compete
   - For local SEO, local-pack/Maps visibility and proximity fit
8. Use `get_serp_results` for high-potential or ambiguous keywords when SERP intent would change the recommendation; keep the default check small.
9. Present a shortlist and a longer opportunity table.
10. Ask before saving keywords. When saving, suggest concise tags such as `topic:<topic>`, `intent:<intent>`, or `page:<slug>`.

## Output format

Start with the highest-signal recommendation:

- Best opportunity theme
- Top keywords to target now
- Keywords to save
- Risks or SERP caveats

Then include a compact table:

| Keyword | Intent | Volume |  KD | CPC | Priority | Notes |
| ------- | ------ | -----: | --: | --: | -------- | ----- |

End with next actions, including whether to run keyword clustering, create a content brief, or save the chosen keywords.

## Guardrails

- Do not invent metrics. If OpenSEO does not return a value, write `unknown`.
- Do not call `save_keywords` without explicit confirmation.
- Prefer business-fit and intent-fit over chasing the largest volume term.

Usage Instructions

Learn how to use this skill with different AI agents.

Generic Instructions
# 1. connect the OpenSEO MCP server
claude mcp add --transport http --scope user openseo https://app.openseo.so/mcp

# 2. install the skill
npx skills@latest add every-app/open-seo --skill keyword-research

Install all eight OpenSEO skills with --skill '*'.

Example Usage

Seeds: "self-hosted analytics", "privacy-first analytics". US market. Find the terms worth writing about and save the good ones to the project.

Description

Asking a language model for keywords produces a list that reads well and reflects nothing about actual search demand. This skill fixes the input rather than the prompt: it drives OpenSEO's MCP tools so every term in the output carries real volume, difficulty and CPC figures, and SERP evidence for why it is winnable.

The workflow

Give it seed topics — products, pages, competitors, or the problems an audience has — and it runs research_keywords in batches, inspects live SERPs where the intent is ambiguous, evaluates each candidate against the metrics, and returns a ranked opportunity set rather than an undifferentiated list. Promising terms get saved and tagged in the project so the research compounds across sessions instead of being re-derived every time.

It asks for the market, location and language when those would materially change the metrics, and otherwise uses sensible tool defaults — the distinction that keeps it from either guessing silently or interrogating the user about things that do not matter.

Guardrails

The skill is explicit about what not to do: no inventing metrics when a tool call fails, no presenting a keyword as an opportunity without the evidence behind it, and a defined output format so results stay comparable between runs.

Requirements

Needs the OpenSEO MCP server connected (https://app.openseo.so/mcp) and a projectId; the skill calls list_projects first if one is not supplied. OpenSEO is MIT-licensed and self-hostable, so the same skill works against a hosted account or your own deployment.

Provenance

One of eight Agent Skills shipped in the OpenSEO repository alongside SEO project setup, a coaching mode, site audit, keyword clustering, competitive landscape mapping, competitor analysis and link prospecting.

Related Skills

Write and maintain concise AGENTS.md and CLAUDE.md files that document the conventions an agent actually needs.

Writing & Communication

Skill: UX Writing

by content-designer (Christopher Greer)

New

Write and audit interface microcopy, from buttons to error messages, against four checkable quality standards.

Writing & Communication
Browse all skills →