seo-seranking

seo-seranking is a skill for Claude Code from AgriciDaniel/claude-seo. It costs 40 tokens per session (565 once invoked), scanned B, original, MIT.

A connection to SE Ranking that tracks how often a brand appears in answers from ChatGPT, Gemini, Perplexity, and Google’s AI search features. It can also check search results, backlinks, and competitors.

In plain words
What is it for?
Use it to track AI visibility, inspect search rankings and features, review backlinks, and find shared keywords with competitors.
Why use it?
It helps measure whether AI-generated answers mention a brand, alongside the brand’s ordinary search visibility and competitor position.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the claude-seo plugin — 31 skills, 18 agents, 1 hook shipped together

Good fit Use it to track AI visibility, inspect search rankings and features, review backlinks, and find shared keywords with competitors.

Compare 6 skills from other repositories ↓
About the project

Claude SEO is an open-source Claude Code plugin that runs specialized agents and skills to audit websites across technical SEO, content quality, structured data, AI-search optimization, local and e-commerce SEO, and international SEO. SEO practitioners use it to produce prioritized recommendations based on primary-source guidance, with optional extensions for external data and crawling.

AgriciDaniel/claude-seo · 16,757 stars · on GitHub · claude-seo.md

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add AgriciDaniel/claude-seo
Claude Code
/plugin install claude-seo

Made for: Claude Code.

Or install claude-seo, the plugin that ships this one along with the rest of its 31 skills, 18 agents, 1 hook.

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-seranking

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/agricidaniel/claude-seo/seo-seranking"><img src="https://agentmods.dev/badge/skills/agricidaniel/claude-seo/seo-seranking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 565 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe. ✓ AI security review Fable 5.1 · 6 Sept 2026 📄 Read the review Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Agent Snooping · line 17
    Skill reads from agent configuration directories (.claude/, .codex/, .gemini/). These directories may contain API keys, personal settings, and other credentials that the skill has no legitimate need to access.
    Fix: Remove all code or instructions that access agent configuration directories (.claude/, .codex/, .gemini/). If configuration values are needed, pass them explicitly as parameters or environment variabl
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.00040 $0.00565
Opus 5 $0.00020 $0.00282
Sonnet 5 $0.00008 $0.00113
Haiku 4.5 $0.00004 $0.00056

Measured today against content hash c532015a03b9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

seo-seranking scanned grade B with 1 finding 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 today.

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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

- Before any call, verify `SERANKING_API_KEY` is present in `~/.claude/settings.json` under `env.`. If absent, tell the user to run the installer.
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

extensions/seranking/skills/seo-seranking/SKILL.md · 52 lines

What it actually says

seo-seranking

Live AI visibility tracking via the SE Ranking REST API.

Prerequisites

  • Run extensions/seranking/install.sh (or install.ps1).
  • An SE Ranking API key (https://seranking.com/api.html).
  • Before any call, verify SERANKING_API_KEY is present in ~/.claude/settings.json under env.. If absent, tell the user to run the installer.

Routing

Command Purpose
/seo seranking ai-visibility <brand> Share-of-voice for brand across ChatGPT, Gemini, Perplexity, AI Overviews, AI Mode
/seo seranking serp <keyword> Top 100 organic positions + SERP features
/seo seranking backlinks <url> Backlink profile (alternative vendor source to Ahrefs / DataForSEO)
/seo seranking competitors <url> Top 10 organic competitors and shared-keyword gaps

AI Share-of-Voice scoring

SE Ranking samples each AI platform's responses for brand mentions across a configurable prompt set. The scorer is the same logic used by Profound / Peec AI but bundled into one MCP/API. Output fields:

  • chatgpt_sov: % of sampled prompts where the brand appears in the response.
  • gemini_sov: same, against Google Gemini.
  • perplexity_sov: same, against Perplexity.
  • ai_overviews_sov: brand citation rate inside Google AI Overviews.
  • ai_mode_sov: brand citation rate inside Google AI Mode (US English first).

Report each as a percentage with a confidence note based on sample size.

Cost guardrails

SE Ranking API uses unit accounting. Single AI visibility query is ~5 units (1 per platform). Use "${CLAUDE_PLUGIN_ROOT}/scripts/claude-seo" run dataforseo_costs.py to log spend across vendors.

Cross-skill delegation

  • For traditional backlinks + content audit, fall back to seo-backlinks / seo-content.
  • For platform-specific deep-dives (ChatGPT only, Perplexity only), prefer the dedicated seo-geo skill which has Brand Mention Correlation guidance.
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. today Changed c532015a03b9
  2. 12d ago First seen · 52 lines · 40 tokens per session scan B 418493543501

Subscribe to this mod's changes

seo-seranking is a skill published in the GitHub repository AgriciDaniel/claude-seo (16,757 stars, last pushed today), licensed MIT. It adds 40 tokens to every session and 565 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). 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

ads-audit

Run a source-grounded paid-advertising audit for one or more of Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, Apple, Amazon, Reddit, Pinterest, Snapchat, and X. Use for full ad checks, account health reviews, paid-media diagnostics, partial audits after authentication or worker failure, missing-platform…

AgriciDaniel/claude-ads · 91 tokens

ads-meta

Audit Meta Ads measurement, Pixel and Conversions API, attribution, Facebook and Instagram creative, audiences, placements, automation, budgets, account structure, and policy. Use for Meta Ads, Facebook Ads, Instagram Ads, Advantage+, Pixel, CAPI, Events Manager, creative fatigue, or Meta campaign optimization.

AgriciDaniel/claude-ads · 64 tokens

ads-amazon

Audit Amazon Ads profiles, regions, Sponsored Products, Sponsored Brands, Sponsored Display, DSP, portfolios, targeting, search terms, retail readiness, creative, budgets, ACOS, TACOS, reporting, and policy. Use for Amazon Ads, sponsored ads, Amazon PPC, ACOS, TACOS, ASIN advertising, Amazon DSP, or retail-media…

AgriciDaniel/claude-ads · 76 tokens

ads-landing

Audit paid-ad landing pages for message match, mobile experience, performance, accessibility, trust, forms, consent, tracking, security, and conversion friction. Use for landing-page audit, post-click experience, LP audit, conversion-rate optimization, form optimization, ad-to-page message match, redirects, blocked…

AgriciDaniel/claude-ads · 81 tokens

ads-microsoft

Audit Microsoft Advertising measurement, UET, search and audience campaigns, Google imports, syndication, keywords, creative, bidding, budgets, Copilot inventory, and policy. Use for Microsoft Ads, Bing Ads, UET, Microsoft Audience Network, Google Ads import, or Microsoft campaign optimization.

AgriciDaniel/claude-ads · 62 tokens

ads-research

Refresh Claude Ads platform, API, policy, regulation, benchmark, issue, pull-request, fork, and repository evidence. Use for ads research refresh, expired refreshdue dates, stale API or platform claims, reverify-or-demote decisions, release-current claim validation, ecosystem review, current platform changes, or…

AgriciDaniel/claude-ads · 97 tokens