seo-geo-report-engine: Skill for Claude Code

.agents/skills/competitor-analysis/SKILL.md

competitor-analysis is a skill for Claude Code from prashishh/seo-geo-report-engine. It costs 134 tokens per session (1,724 once invoked), scanned A, original, MIT.

A search-based comparison of your website with competing sites to find topics, keywords, and links they have that you do not.

In plain words
What is it for?
Finding organic competitors, keyword gaps, backlink gaps, content gaps, and pages where your site could gain search traffic.
Why use it?
It turns scattered competitor research into a ranked list of opportunities, with checks for whether each recommendation is likely to work.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is prashishh/seo-geo-report-engine's own configuration. It tells Claude Code how to work on seo-geo-report-engine itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything seo-geo-report-engine configures →

Part of the seo-geo-report-engine plugin — 33 skills, 8 commands, 5 agents shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to prashishh/seo-geo-report-engine. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/prashishh/seo-geo-report-engine/main/.agents/skills/competitor-analysis/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/prashishh/seo-geo-report-engine

Made for: Claude Code.

Or install seo-geo-report-engine, the plugin that ships this one along with the rest of its 33 skills, 8 commands, 5 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 competitor-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/competitor-analysis/github.svg)](https://agentmods.dev/skills/prashishh/seo-geo-report-engine/competitor-analysis)
Your own site
<a href="https://agentmods.dev/skills/prashishh/seo-geo-report-engine/competitor-analysis"><img src="https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/competitor-analysis/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 competitor-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/prashishh/seo-geo-report-engine/competitor-analysis"><img src="https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/competitor-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 134 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,724 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.00134 $0.01724
Opus 5 $0.00067 $0.00862
Sonnet 5 $0.00027 $0.00345
Haiku 4.5 $0.00013 $0.00172

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

Security

Grade A, and why

competitor-analysis 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 9d 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.

.agents/skills/competitor-analysis/SKILL.md · 107 lines

How it starts

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

competitor-analysis

Finds the gap between us and our true organic competitors and turns it into a prioritized, falsifiable attack list. Ahrefs MCP is the engine (see knowledge/ahrefs-mcp-map.md); the full methodology — competitor selection, the gap-scoring model, prioritization — lives in playbooks/competitor-intel.md. Read it before scoring.

Methodology is PERCEIVE → ANALYZE → VALIDATE → ACT. Every recommendation must be falsifiable: state the observation, the dependency it rests on, and the leading indicator that would tell us within weeks that it failed.

Inputs

  • projects/<client>/client.yml — our domain, competitors[], target_keywords[], market, ahrefs.project_id. Resolve with ./bin/mkt config show --project <client>.
  • Any prior research in projects/<client>/research/ and snapshots in data/.

Workflow

1. PERCEIVE — identify the true competitor set

  • Pull organic competitors: site-explorer-organic-competitors for our domain.
  • Union with the competitors[] named in client.yml (these are business rivals — they may or may not overlap organically).
  • Validate overlap on money keywords, not vanity keywords. A domain that overlaps only on informational/long-tail terms we don't monetize is not a competitor. Confirm overlap on our target_keywords and commercial-intent head terms via site-explorer-organic-keywords (filter to our money terms) and serp-overview on 3–5 head terms.
  • Decide a working set (usually 3–5). Note which are organic rivals, business rivals, or both.

2. ANALYZE — pull the four gaps

Save every raw pull to projects/<client>/data/ (e.g. competitor-<domain>-keywords.json).

  • Keyword gap. Pull site-explorer-organic-keywords for us and each competitor. Find terms they rank top-10 for and we don't (or rank >20). Score each — see the model below.
  • Content gap. site-explorer-top-pages / site-explorer-pages-by-traffic for each competitor → cluster their best pages into themes/topics we lack. Note format (guide, tool, comparison, template) and the intent it serves.
  • Backlink gap. site-explorer-referring-domains for us and each competitor → find domains linking to ≥2 competitors but not us (warm link prospects). Run site-explorer-broken-backlinks on competitors → dead pages with live links = reclaim/recreate targets. Use site-explorer-pages-by-backlinks to see which competitor pages earn the links.
  • SERP / authority. rank-tracker-competitors-overview / -domains / -pages and serp-overview on head terms for live position context. site-explorer-domain-rating and -domain-rating-history for us + each competitor to gauge feasibility and momentum.

Read the full file on GitHub · 107 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. 9d ago First seen · 107 lines · 134 tokens per session scan A f856806f9ad3

Subscribe to this mod's changes

competitor-analysis is a skill published in the GitHub repository prashishh/seo-geo-report-engine (5 stars, last pushed 2mo ago), licensed MIT. It adds 134 tokens to every session and 1,724 once invoked, about $0.0007 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-08-31.

Related

Other skills, from other repositories

content-amplifier

Use when the user asks to "amplify influencer content with paid media", "set up whitelisting or Spark Ads", "decide which posts to boost", "repurpose influencer content", "turn one video into multiple ads", or "build a UGC asset library"; produces (paid mode) a content-selection scorecard, a paid amplification…

aaron-he-zhu/aaron-marketing-skills · 202 tokens

campaign-planner

Use when the user asks to "plan an influencer campaign", "build a campaign blueprint", "track or close a creator campaign", or "record a late campaign correction"; produces the plan and, when requested, a non-canonical evidence tracker with scoped identity, publication, reconciliation, close, and reopen receipts. Not…

aaron-he-zhu/aaron-marketing-skills · 124 tokens

inbox-placement-monitor

Use when the user asks to "track where my emails are actually landing after I send", "read my seed-list inbox vs spam vs promotions results", "trend my Gmail Postmaster / Microsoft SNDS reputation", or "did placement drop after my last send"; produces a per-provider inbox/spam/promotions placement read, a domain/IP…

aaron-he-zhu/aaron-marketing-skills · 166 tokens

subject-line-lab

Use when the user asks to "generate subject line variants", "pre-score my subject lines", or "will this subject get truncated / trigger spam filters"; produces a labeled subject + preheader variant set and a per-variant heuristic pre-score card — spam-trigger flags, length/truncation across desktop + mobile…

aaron-he-zhu/aaron-marketing-skills · 170 tokens

email-sequence-designer

Use when the user asks to "design a welcome flow", "set up an abandoned-cart sequence", "build a light re-engagement branch inside a lifecycle flow", or "plan a cold-outbound sequence"; produces general lifecycle automation flows (welcome, cart, browse-abandon, post-purchase, in-flow re-engagement, B2B cold outbound)…

aaron-he-zhu/aaron-marketing-skills · 197 tokens

newsletter-monetization-planner

Use when the user asks to "monetize my newsletter", "build a sponsorship rate card", or "model paid-subscription revenue"; produces a revenue model (paid tiers, ad/sponsorship inventory + CPM/flat rate card, referral/boost loops), a list-growth ↔ revenue projection, and honest-offer / disclosure checks for the SEND-D…

aaron-he-zhu/aaron-marketing-skills · 139 tokens