SEO seranking

SE Ranking AI visibility analyst (extension).

How to use it

  1. Hit Copy SKILL.md — or use the Claude Code line below to get every file.
  2. Claude: ⋯ → Download .md, then Customize → Skills → Add → Upload skill.
    ChatGPT: make a Project and paste it into Instructions.
    Neither? Paste it at the top of a new chat — it works for that chat.
  3. Describe your job in plain words. The AI follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit AgriciDaniel/claude-seo/extensions/seranking/skills/seo-seranking#main ~/.claude/skills/seo-seranking

For one project only, change the path to .claude/skills/seo-seranking. This skill also uses dataforseo_costs.py — copying SKILL.md alone won't be enough. See the folder on GitHub.

Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Show the full text52 lines
seo-seranking/SKILL.md52 lines2.2 KBpushed 11d agoRawView on GitHub

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.
1---
2name: seo-seranking
3description: SE Ranking AI visibility analyst (extension). Tracks AI Share-of-Voice across ChatGPT, Gemini, Perplexity, AI Overviews, and AI Mode in a single query.
4metadata:
5 version: "2.3.1"
6compatibility: "Requires an SE Ranking API key (set SERANKING_API_KEY by running extensions/seranking/install.sh)."
7---
8 
9# seo-seranking
10 
11Live AI visibility tracking via the SE Ranking REST API.
12 
13## Prerequisites
14 
15- Run `extensions/seranking/install.sh` (or `install.ps1`).
16- An SE Ranking API key (https://seranking.com/api.html).
17- Before any call, verify `SERANKING_API_KEY` is present in `~/.claude/settings.json` under `env.`. If absent, tell the user to run the installer.
18 
19## Routing
20 
21| Command | Purpose |
22|---|---|
23| `/seo seranking ai-visibility <brand>` | Share-of-voice for `brand` across ChatGPT, Gemini, Perplexity, AI Overviews, AI Mode |
24| `/seo seranking serp <keyword>` | Top 100 organic positions + SERP features |
25| `/seo seranking backlinks <url>` | Backlink profile (alternative vendor source to Ahrefs / DataForSEO) |
26| `/seo seranking competitors <url>` | Top 10 organic competitors and shared-keyword gaps |
27 
28## AI Share-of-Voice scoring
29 
30SE Ranking samples each AI platform's responses for brand mentions
31across a configurable prompt set. The scorer is the same logic used
32by Profound / Peec AI but bundled into one MCP/API. Output fields:
33 
34- `chatgpt_sov`: % of sampled prompts where the brand appears in the response.
35- `gemini_sov`: same, against Google Gemini.
36- `perplexity_sov`: same, against Perplexity.
37- `ai_overviews_sov`: brand citation rate inside Google AI Overviews.
38- `ai_mode_sov`: brand citation rate inside Google AI Mode (US English first).
39 
40Report each as a percentage with a confidence note based on sample size.
41 
42## Cost guardrails
43 
44SE Ranking API uses unit accounting. Single AI visibility query is
45~5 units (1 per platform). Use `"${CLAUDE_PLUGIN_ROOT}/scripts/claude-seo" run dataforseo_costs.py` to log
46spend across vendors.
47 
48## Cross-skill delegation
49 
50- For traditional backlinks + content audit, fall back to `seo-backlinks` / `seo-content`.
51- For platform-specific deep-dives (ChatGPT only, Perplexity only), prefer the dedicated `seo-geo` skill which has Brand Mention Correlation guidance.
52 

Discussion

Alternatives

Also in SEO & keywords