SkillAgentSearch skills...

seo-seranking

SE Ranking AI visibility analyst (extension). Tracks AI Share-of-Voice across ChatGPT, Gemini, Perplexity, AI Overviews, and AI Mode in a single query.

Install / Use

npx skills add AgriciDaniel/claude-seo --skill seo-seranking

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

79/100

Supported Platforms

Gemini CLI

Our assessment of seo-seranking

seo-seranking scores 79/100 on our quality scale, 570th of 762 AI & Machine Learning skills we index.

Its SKILL.md is 2.2 KB long, split into 6 sections and no code examples: moderately detailed.

With 17,676 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
11/20
Description
15/15
Adoption
18/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 3 days ago, so seo-seranking is actively maintained.
  • Our last check on 2026-08-30 found the source still online.
  • It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.

AI review by kimi-k2.7-code on 2026-09-26. Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

seo-seranking compared with similar skills

All 4 of these similar skills score higher than seo-seranking; compare them before choosing.

SkillScoreStarsUpdatedFormat
seo-seranking (this skill)by AgriciDaniel7917.7k3d agoSKILL.md
claude-memby thedotmack10094.8k1d agoCLAUDE.md
Agent-Reachby Panniantong10085.7k12d agoCLAUDE.md
Understand-Anythingby Egonex-AI10084.3k15d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md

Frequently asked questions

How do I install seo-seranking?
Run npx skills add AgriciDaniel/claude-seo --skill seo-seranking. The install tabs above show the steps for each supported agent.
Which AI agents does seo-seranking work with?
It is written for Gemini CLI, as a SKILL.md file. Other agents that read the same format can often use it too.
Is seo-seranking safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is seo-seranking still maintained?
The repository was last updated 3 days ago, so seo-seranking is actively maintained.

name: seo-seranking description: SE Ranking AI visibility analyst (extension). Tracks AI Share-of-Voice across ChatGPT, Gemini, Perplexity, AI Overviews, and AI Mode in a single query. metadata: version: "2.2.4" compatibility: "Requires an SE Ranking API key (set SERANKING_API_KEY by running extensions/seranking/install.sh)."

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 scripts/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.

Related Skills

View on GitHub
GitHub Stars17.7k
CategoryAI
Updated3d ago
Forks2.6k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions