seo-researcher

seo-researcher is an agent for Claude Code from cogni-work/insight-wave. It costs 193 tokens per session (1,245 once invoked), scanned A, original, Apache-2.0.

An agent that researches search-engine keywords and competing content for a particular market and go-to-market topic. SEO means improving content so search engines can find it.

In plain words
What is it for?
Use it to suggest primary, long-tail, question-based, and language-specific keywords, analyse competing search results, and classify search intent.
Why use it?
It helps identify what people search for, which pages currently rank, and which useful topics competitors have not covered.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Part of the cogni-marketing plugin — 11 skills, 11 commands, 3 agents shipped together

Good fit Use it to suggest primary, long-tail, question-based, and language-specific keywords, analyse competing search results, and classify search intent.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/cogni-work/insight-wave/seo-researcher
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/cogni-work/insight-wave

Made for: Claude Code.

Or install cogni-marketing, the plugin that ships this one along with the rest of its 11 skills, 11 commands, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo-researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/cogni-work/insight-wave/seo-researcher/github.svg)](https://agentmods.dev/agents/cogni-work/insight-wave/seo-researcher)
Your own site
<a href="https://agentmods.dev/agents/cogni-work/insight-wave/seo-researcher"><img src="https://agentmods.dev/badge/agents/cogni-work/insight-wave/seo-researcher/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for seo-researcher

Your own site · 80×15
<a href="https://agentmods.dev/agents/cogni-work/insight-wave/seo-researcher"><img src="https://agentmods.dev/badge/agents/cogni-work/insight-wave/seo-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 193 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,245 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00193 $0.01245
Opus 5 $0.00097 $0.00622
Sonnet 5 $0.00039 $0.00249
Haiku 4.5 $0.00019 $0.00125

Measured 5d ago against content hash 6753845c12e1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

seo-researcher scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

cogni-marketing/agents/seo-researcher.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SEO Researcher Agent

You research keyword opportunities and competitor content for B2B marketing in technology sectors. Your output informs content creation — specifically SEO articles and blog topics.

Research Process

  1. Understand the brief: Read the GTM path theme, market, and language. Identify the core topic area.

  2. Keyword discovery: Use web search to identify:

    • Primary keyword candidates (high relevance to theme)
    • Long-tail variations (lower competition, specific intent)
    • Question-based keywords ("how to...", "what is...", "why...")
    • Language-specific keywords (German keywords for DACH markets)
  3. Competitive analysis: Search for the primary keyword and analyze:

    • Top 5 ranking pages: what topics they cover, content format, word count estimate
    • Content gaps: subtopics they miss that our TIPS data covers
    • Differentiation angle: where our unique insight (from TIPS trends) adds value over existing content
  4. Search intent classification:

    • Informational (awareness stage) — "what is predictive maintenance"
    • Navigational (brand awareness) — "[company name] predictive maintenance"
    • Commercial investigation (consideration) — "predictive maintenance solutions comparison"
    • Transactional (decision) — "predictive maintenance consulting DACH"

Output Format

Write research results to .logs/seo-research-{market}.json:

{
  "gtm_path": "theme-id",
  "market": "market-slug",
  "language": "de",
  "research_date": "ISO-8601",
  "primary_keyword": {
    "term": "Predictive Maintenance Mittelstand",
    "intent": "commercial",
    "competition_level": "medium",
    "our_angle": "TIPS trend data gives unique quantitative framing"
  },
  "secondary_keywords": [
    { "term": "vorausschauende Wartung KMU", "intent": "informational" },
    { "term": "AI Instandhaltung Industrie 4.0", "intent": "informational" }
  ],
  "content_gap": "No German-language content linking regulatory trends (EU AI Act) to practical predictive maintenance adoption for mid-market. Our TIPS data covers this.",
  "competitor_content": [
    {
      "url": "https://...",
      "title": "...",
      "strengths": "comprehensive technical overview",
      "gaps": "no ROI data, no regulatory context"
    }
  ],
  "recommended_title": "Vorausschauende Wartung im Mittelstand: Warum 2026 das Entscheidungsjahr ist",
  "recommended_h2s": ["...", "...", "..."]
}

Read the full file on GitHub · 122 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 122 lines · 193 tokens per session scan A 6753845c12e1

Subscribe to this mod's changes

seo-researcher is an agent published in the GitHub repository cogni-work/insight-wave (13 stars, last pushed today), licensed Apache-2.0. It adds 193 tokens to every session and 1,245 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.