Install
$ agentstack add skill-agricidaniel-claude-seo-seo-seranking ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
seo-seranking
Live AI visibility tracking via the SE Ranking REST API.
Prerequisites
- Run
extensions/seranking/install.sh(orinstall.ps1). - An SE Ranking API key (https://seranking.com/api).
- Before any call, verify
SERANKING_API_KEYis present in~/.claude/settings.jsonunderenv.. If absent, tell the user to run the installer.
Routing
| Command | Purpose | |---|---| | /seo seranking ai-visibility | Share-of-voice for brand across ChatGPT, Gemini, Perplexity, AI Overviews, AI Mode | | /seo seranking serp | Top 100 organic positions + SERP features | | /seo seranking backlinks | Backlink profile (alternative free-tier to Ahrefs / DataForSEO) | | /seo seranking competitors | 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-geoskill which has Brand Mention Correlation guidance.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AgriciDaniel
- Source: AgriciDaniel/claude-seo
- License: MIT
- Homepage: https://claude-seo.md
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.