seo-competitor-pages

seo-competitor-pages is a skill for Claude Code from citedy/adclaw. It costs 82 tokens per session (1,808 once invoked), scanned A, a copy of seo-competitor-pages, Apache-2.0.

A tool for creating pages that compare competing products or list alternatives to a particular product. It supports formats such as feature tables, “X versus Y” pages, and “best tools” lists.

In plain words
What is it for?
Use it to create competitor comparisons, alternatives pages, feature matrices, and SEO-focused roundup pages.
Why use it?
It provides a structured way to answer comparison searches and explain how products differ without assembling each page from scratch.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to create competitor comparisons, alternatives pages, feature matrices, and SEO-focused roundup pages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/citedy/adclaw/seo-competitor-pages
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.

Any agent
npx skills add citedy/adclaw --skill seo-competitor-pages
Clone the repo
git clone --depth 1 https://github.com/citedy/adclaw

Made for: Claude Code.

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-competitor-pages

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/citedy/adclaw/seo-competitor-pages"><img src="https://agentmods.dev/badge/skills/citedy/adclaw/seo-competitor-pages.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,808 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 97% copy Near-identical to another mod 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.00082 $0.01808
Opus 5 $0.00041 $0.00904
Sonnet 5 $0.00016 $0.00362
Haiku 4.5 $0.00008 $0.00181

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

Security

Grade A, and why

seo-competitor-pages 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 7d 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.

Origin

This is a copy

97% identical to seo-competitor-pages — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

src/adclaw/agents/skills/seo-competitor-pages/SKILL.md · 221 lines

How it starts

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

Competitor Comparison & Alternatives Pages

Create high-converting comparison and alternatives pages that target competitive intent keywords with accurate, structured content.

Page Types

1. "X vs Y" Comparison Pages

  • Direct head-to-head comparison between two products/services
  • Balanced feature-by-feature analysis
  • Clear verdict or recommendation with justification
  • Target keyword: [Product A] vs [Product B]

2. "Alternatives to X" Pages

  • List of alternatives to a specific product/service
  • Each alternative with brief summary, pros/cons, best-for use case
  • Target keyword: [Product] alternatives, best alternatives to [Product]

3. "Best [Category] Tools" Roundup Pages

  • Curated list of top tools/services in a category
  • Ranking criteria clearly stated
  • Target keyword: best [category] tools [year], top [category] software

4. Comparison Table Pages

  • Feature matrix with multiple products in columns
  • Sortable/filterable if interactive
  • Target keyword: [category] comparison, [category] comparison chart

Comparison Table Generation

Feature Matrix Layout

| Feature          | Your Product | Competitor A | Competitor B |
|------------------|:------------:|:------------:|:------------:|
| Feature 1        | ✅           | ✅           | ❌           |
| Feature 2        | ✅           | ⚠️ Partial   | ✅           |
| Feature 3        | ✅           | ❌           | ❌           |
| Pricing (from)   | $X/mo        | $Y/mo        | $Z/mo        |
| Free Tier        | ✅           | ❌           | ✅           |

Data Accuracy Requirements

  • All feature claims must be verifiable from public sources
  • Pricing must be current (include "as of [date]" note)
  • Update frequency: review quarterly or when competitors ship major changes
  • Link to source for each competitor data point where possible

Schema Markup Recommendations

Product Schema with AggregateRating

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "[Product Name]",
  "description": "[Product Description]",
  "brand": {
    "@type": "Brand",
    "name": "[Brand Name]"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "[Rating]",
    "reviewCount": "[Count]",
    "bestRating": "5",
    "worstRating": "1"
  }
}

Read the full file on GitHub · 221 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. 7d ago First seen · 221 lines · 82 tokens per session scan A 7b3fde956f43

Subscribe to this mod's changes

seo-competitor-pages is a skill published in the GitHub repository citedy/adclaw (36 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 82 tokens to every session and 1,808 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to seo-competitor-pages, differing in 4 lines, and is treated as a copy.