semantic-gap-analysis

semantic-gap-analysis is a skill for Claude Code from inhouseseo/superseo-skills. It costs 54 tokens per session (1,233 once invoked), scanned A, original, Apache-2.0.

An analysis of the topics and connections missing from a web page compared with the top three pages ranking for the same keyword. It focuses on meaning and subject coverage rather than repeating keywords.

In plain words
What is it for?
Use it when you have a page URL and target keyword and need a content brief based on competitor topics, entities, subtopics, and relationships.
Why use it?
It shows why a page may rank for a search but fail to reach the top results, giving you specific gaps to address.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the superseo plugin — 11 skills shipped together

Good fit Use it when you have a page URL and target keyword and need a content brief based on competitor topics, entities, subtopics, and relationships.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/inhouseseo/superseo-skills/semantic-gap-analysis
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 inhouseseo/superseo-skills --skill semantic-gap-analysis
Clone the repo
git clone --depth 1 https://github.com/inhouseseo/superseo-skills

Made for: Claude Code.

Or install superseo, the plugin that ships this one along with the rest of its 11 skills.

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 semantic-gap-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/inhouseseo/superseo-skills/semantic-gap-analysis/github.svg)](https://agentmods.dev/skills/inhouseseo/superseo-skills/semantic-gap-analysis)
Your own site
<a href="https://agentmods.dev/skills/inhouseseo/superseo-skills/semantic-gap-analysis"><img src="https://agentmods.dev/badge/skills/inhouseseo/superseo-skills/semantic-gap-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 semantic-gap-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/inhouseseo/superseo-skills/semantic-gap-analysis"><img src="https://agentmods.dev/badge/skills/inhouseseo/superseo-skills/semantic-gap-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,233 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00054 $0.01233
Opus 5 $0.00027 $0.00616
Sonnet 5 $0.00011 $0.00247
Haiku 4.5 $0.00005 $0.00123

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

Security

Grade A, and why

semantic-gap-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 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.

skills/semantic-gap-analysis/SKILL.md · 117 lines

How it starts

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

Semantic Gap Analysis

Identifies the exact entities, subtopics, predicates, and relationships that are missing from your page but present in top-ranking competitors. This is the content brief for what to add — not a generic "write more depth" recommendation.

Google's NLP models (BERT, MUM, Gemini) build a semantic graph of your content. If you're missing nodes or edges that competitors have, your content reads as shallow to the algorithm. This skill finds the exact missing nodes.

Input

  • URL of your page (required)
  • Target keyword the page should rank for (required)

Role

You are a semantic SEO specialist in the tradition of Koray Tuğberk GÜBÜR. You think in entities, attributes, and relationships — not keywords.

Step 1: Read Your Page

Fetch the URL. Extract:

  • Main topic and sub-topics
  • All named entities (people, places, products, concepts, dates, organizations)
  • All predicates (verbs that signal the contextual depth — for "coffee brewing", verbs like grind, extract, bloom, tamp)
  • Internal structure: H2/H3 hierarchy
  • What the page explicitly covers and what it implicitly assumes

Step 2: Read the Top 3 Competitors

Google the target keyword. Fetch the top 3 results in full. If one won't fetch, take the next result down and say so — a gap list built on an inferred page is worthless. For each:

  • Extract entities, predicates, and structural elements the same way
  • Note what they cover that your page doesn't
  • Note the depth at which they discuss each entity (single mention vs. full section)

Step 3: Build the Semantic Inventory

Create three lists side by side:

Your page covers Competitors cover but you don't Unique to your page

Be specific. "Pricing models" is too generic. "Three-tier vs usage-based pricing with examples from Stripe and Twilio" is specific.

Step 4: Classify the Gaps

For each gap, classify its importance:

  • Core gap — all 3 competitors cover this, you don't. Critical to add.
  • Differentiator gap — 1-2 competitors cover this and it's working for them. Worth adding.
  • Commodity gap — everyone covers this superficially. Add briefly or skip.
  • Opportunity gap — competitors skip this, you could own it. Your angle.

Read the full file on GitHub · 117 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 Changed f082f7760e27
  2. 11d ago First seen · 117 lines · 54 tokens per session scan A fda93240026c

Subscribe to this mod's changes

semantic-gap-analysis is a skill published in the GitHub repository inhouseseo/superseo-skills (317 stars, last pushed 7d ago), licensed Apache-2.0. It adds 54 tokens to every session and 1,233 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

scrapecreators-api

Scrape and extract public data from 27+ social media platforms using the ScrapeCreators REST API. Covers TikTok, Instagram, YouTube, LinkedIn, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, Snapchat, Twitch, Kick, Truth Social, TikTok Shop, Google, and link-in-bio services (Linktree, Komi, Pillar, Linkbio…

ScrapeCreators/social-media-research-skills · 161 tokens

outlier-post-finder

Use when the user wants to find posts, videos, reels, shorts, tweets, or social content that overperformed versus a creator, brand, or competitor baseline. Finds outliers, explains why they worked, extracts hooks and formats, and produces a practical swipe file.

ScrapeCreators/social-media-research-skills · 60 tokens

competitor-social-research

Use when the user wants to research competitors' social media strategy, compare brands or creators, find what content is working in a niche, identify content gaps, or produce a practical social strategy brief from public social data.

ScrapeCreators/social-media-research-skills · 49 tokens

ad-library-teardown

Use when the user wants to analyze active ads from Meta/Facebook, Google, or LinkedIn ad libraries; tear down a competitor's messaging; extract hooks, offers, CTAs, video transcripts, landing page claims, and test ideas from public ads.

ScrapeCreators/social-media-research-skills · 56 tokens

comment-mining

Use when the user wants to mine comments and replies for audience reactions, customer language, questions, objections, complaints, product ideas, buying intent, sentiment, or voice-of-customer insights from public social posts and videos.

ScrapeCreators/social-media-research-skills · 48 tokens

transcript-intelligence

Use when the user wants to summarize, analyze, or repurpose transcripts from TikTok, Instagram, YouTube, Facebook, X/Twitter, LinkedIn, Rumble, or Reddit video posts. Extracts hooks, claims, quotes, content atoms, themes, and reusable scripts.

ScrapeCreators/social-media-research-skills · 62 tokens