Production-ready Claude Agent Skills for SEO, powered by the SE Ranking remote MCP.
> /plugin marketplace add seranking/seo-skills> /plugin install seo-skills@seranking
Repo: seranking/seo-skills
What's inside
Production-ready Claude Agent Skills for SEO, powered by the SE Ranking remote MCP. Each skill turns raw API data into a finished SEO deliverable — content briefs, AI Search share of voice, page intelligence, structured data, drift monitoring, SXO diagnostics, competitive analysis, and more.
These Claude Skills are designed to work with the SE Ranking MCP server, but they document every API call explicitly so they can also be adapted to other SEO data providers.
Three ways. Pick the first one that fits.
The easiest setup — no terminal needed. Cowork in Claude Desktop installs the plugin from a marketplace through a UI flow.
seranking/seo-skills.Skills are available in your next Cowork session. Trigger them by name — seo-content-brief, seo-page, etc. — or just describe what you want and Claude picks the right one.
If you use Claude Code in the terminal:
/plugin marketplace add seranking/seo-skills
/plugin install seo-skills@seranking
Trigger skills with /seo-content-brief, /seo-page, etc. — no seo-skills: prefix needed. Or just describe what you want and Claude picks the right skill. Update the marketplace later with /plugin marketplace update seranking.
seo-google or the optional extensions)Options 1 and 2 cover 25 of 26 skills. The 26th — seo-google — ships Python scripts that need a local clone. The optional Firecrawl + Google extensions also need this. If neither matters to you, skip this option.
git clone --depth 1 https://github.com/seranking/seo-skills.git
bash seo-skills/install.sh
The installer is interactive — it asks which extensions to install. Accept the defaults and you're done. Re-running pulls the latest version and re-runs the chosen extensions. Requires git, python3 3.10+, and (for Firecrawl) node 20+.
curl -fsSL https://raw.githubusercontent.com/seranking/seo-skills/main/install.sh | bash -s -- --all
--all enables both extensions. Use --firecrawl / --google individually, or --no-extensions to clone only. Default clone target is ~/.local/share/seo-skills; override with --target /path/to/dir.
The manual install only wires your environment (extensions, Python deps, ~/.config/seo-skills/). You still need Option 1 or 2 above so Claude can find the skill files.
SE Ranking is also packaged as a Cursor plugin. Once it is listed on cursor.com/marketplace, install it from the marketplace, or add it by name in Cursor:
/add-plugin se-ranking
The hosted SE Ranking MCP server is declared in mcp.json and is auto-detected when the plugin is installed — open Cursor's MCP settings and sign in via OAuth (no API token to manage). The same skills ship to the Cursor agent.
The SE Ranking remote MCP auto-registers when you install the plugin — there's no separate claude mcp add step. On your first session, run /mcp and sign in via OAuth. No API token to manage. If you don't have an SE Ranking account yet, sign up — API access is required.
If /mcp doesn't list se-ranking after install — typically because you're on a Claude Code build that pre-dates plugin-bundled MCP servers — register it directly:
claude mcp add --transport http se-ranking https://api.seranking.com/mcp
Then run /mcp and complete OAuth. (User-scope registrations outrank plugin-bundled ones, so this safely overrides whatever the plugin shipped with.)
25 finished example outputs — covering 25 of the 26 skills — live in examples/. Each is a real run against a publicly observable target. Three flagship examples to skim before installing:
seo-plan for wix.com (90-day plan) — phased SEO roadmap that composes outputs from seo-ai-search-share-of-voice, seo-competitor-gap-analysis, and seo-drift into a 90-day plan with owners, success metrics, and a critical path. Demonstrates skill composition.seo-technical-audit for linear.app — top-10 priority fix list ranked by severity × affected_pages / effort, plus issues.csv for the engineering team and a per-key-page issue digest.seo-ai-search-share-of-voice for wix.com — 36.1% combined share of voice across 5 LLM engines (AI Overview / ChatGPT / Perplexity / Gemini / AI Mode), heatmap, topic-cluster ownership grid, and 5 prioritised gap-closing actions.Full index of all 25 examples: examples/README.md. Every example is dated and snapshot-disclaimed — re-run the skill for fresh numbers.
The seven to reach for first — each links to a real, dated example run.
| Skill | What it produces | Example run |
|---|---|---|
seo-ai-search-share-of-voice | Share-of-voice heatmap across ChatGPT, Perplexity, Gemini, Google AI Overview, and AI Mode, plus topic-cluster ownership per brand | wix.com |
seo-backlink-gap | Prospect list of referring domains linking to multiple competitors but not to your site, enriched with authority, anchor samples, and outreach angles | linear.app |
seo-content-brief | Writer-ready editor brief from a domain and topic, with keyword research, SERP analysis, competitor content teardown, internal linking plan, and AI Search angle | vercel.com |
seo-keyword-cluster | Intent-grouped clusters with pillar plus spokes architecture and H1/H2 suggestions per spoke | headless CMS |
seo-ads | Paid-search competitive intelligence. Domain ad footprint, bidding landscape per keyword, ad-copy patterns, SERP shopping/ad-pack visibility, recommended bid-keyword shortlist | hostinger.com |
seo-content-audit | E-E-A-T (60-item) + CITE (30-item) audit for existing content with publish / publish-with-fixes / no-publish verdict and citation-readiness analysis | stripe.com |
seo-sxo | Read SERPs backwards to find page-type mismatches. Scores the page from 4 personas; produces a wireframe for the SERP-winning page type | bigin.com |
The rest of the catalogue — every other skill the plugin ships.
| Skill | What it produces | Primary triggers |
|---|---|---|
seo-competitor-gap-analysis | Keywords competitors rank for that the target does not, filtered by intent, volume, KD, and scored for priority | "competitor gap", "keyword gap", "organic content gap", "missing keyword opportunities" |
seo-agency-landing-page | Demand-gen landing page for an SEO agency with a free-audit lead magnet, grounded in real niche data | "SEO agency landing page", "lead-gen page", "free-audit landing page" |
seo-page | URL-level keyword & traffic intelligence with keep / refresh / consolidate / kill verdict for one page | "analyze this page", "page SEO performance", "what does this URL rank for", "should I refresh this page" |
seo-schema | JSON-LD detect, validate, generate. Five bundled templates (Article / Product / LocalBusiness / FAQPage / BreadcrumbList) | "schema markup", "structured data", "JSON-LD", "rich results", "schema validation" |
seo-images | Image SEO audit for a URL or sampled domain: alt-text quality, WebP/AVIF coverage, srcset/sizes, lazy-loading + LCP signals (loading / fetchpriority / decoding), CLS dimensions, file naming, and ImageObject JSON-LD. Optional PSI byte-saving cross-reference. Paste-ready <picture> + JSON-LD snippets | "image SEO", "image audit", "alt-text audit", "WebP coverage", "AVIF", "responsive images", "lazy loading", "CLS images", "image schema", "ImageObject" |
seo-drift | Git for SEO — baseline, compare, history. Severity-coded regression report across authority, traffic, keywords, backlinks, page fingerprint | "SEO drift", "did anything break", "deployment check", "baseline this site", "SEO regression" |
seo-technical-audit | One-shot technical audit: crawlability, indexability, security, mobile, structured data, JS rendering. Top-10 fix list ranked by impact × effort | "technical audit", "site audit", "audit my site", "crawl issues", "indexation issues" |
seo-sitemap | Compare a domain's XML sitemap to the most recent SE Ranking audit. Surfaces missing-from-sitemap, orphans, broken entries, lastmod issues | "sitemap analysis", "check my sitemap", "missing pages", "orphan pages", "sitemap health" |
seo-competitor-pages | Generate "X vs Y" / "alternatives to X" / "best X for Y" landing pages with feature matrix, schema, balanced verdict, and CTA flow | "comparison page", "vs page", "alternatives page", "X vs Y", "alternative to X" |
seo-backlinks-profile | Full backlink profile audit (vs gap-only seo-backlink-gap): authority distribution, anchor diversity, IP/subnet concentration, growth/decay, toxic-candidate flagging | "backlink profile", "link profile audit", "anchor distribution", "toxic links", "disavow candidates" |
seo-subdomain | Subdomain ownership map. Lists subdomains, topic ownership, fragmentation/cannibalization flags, consolidate / split recommendations | "subdomain analysis", "subdomain ownership", "blog vs main domain", "should I consolidate subdomains" |
seo-geo | URL-level Generative Engine Optimization analysis. AIO citation footprint per primary keyword + page passage-level audit + recommendations to improve LLM citability | "GEO for this page", "AIO citation analysis", "AI search readiness for URL", "why isn't this page cited" |
seo-keyword-niche | Mine longtail + question keywords for niche content opportunities. Outputs a content-tier plan with template spec, URL pattern, sample pages, and thin-content quality gates | "longtail keywords", "question keywords", "niche content", "content opportunities at scale", "programmatic SEO" |
FAQ
seo-skills is a Claude Code plugin with 32 hand-picked skills for marketing work, indexed on Flowy. Install it with the command on its page. It includes ai-search-gaps-to-social-campaign, client-onboarding-proposal, local-gmb-visibility. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it