Leaderboard/Marketing/claude-seo
Last commit on September 10, 2026·Created on February 7, 2026

AgriciDaniel/claude-seo

Automates technical SEO analysis and asset generation through deep API integrations
Combined rank
#38
across all skills
In Marketing
#2
category rank
Stars
17.2k
+2.6% in last 7d
Forks
2.5k
+2.5% in last 7d
Watchers
152
+3.4% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection provides SEO specialists with a structured way to analyze referring domains, organic keywords, and backlink data. By integrating Ahrefs and DataForSEO, it transforms raw search engine data into actionable insights for content strategy.

Beyond analysis, the toolkit streamlines the creation of visual assets tailored for search visibility, including schema images, blog hero graphics, and social preview images.

WHO IT'S FOR
SEO Specialists
automating technical SEO and backlink analysis
Content Marketers
generating AI visual assets for SEO content
Digital Marketing Agencies
managing multi-engine visibility and indexing
Growth Engineers
building AI-powered SEO automation workflows
Repository contents

33 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Claude Code plugin installation

Installs: Public open-source Claude SEO plugin bundle, documented as containing the orchestrator, 25 sub-skills, and 18 sub-agents; optional MCP extensions are part of the wider project but require separate configuration. · Claude Code

Before you start
  • Claude Code CLI 1.0.33 or later, installed and configured
  • Python 3.10+ with pip
  • Git
  1. Inside a Claude Code session, add the public AgriciDaniel/claude-seo marketplace.

    /plugin marketplace add AgriciDaniel/claude-seo
  2. Still inside the Claude Code session, install the claude-seo plugin from that marketplace.

    /plugin install claude-seo@agricidaniel-claude-seo
  3. Still inside the Claude Code session, provision the isolated Python environment and browser in Claude's persistent plugin data.

    /seo setup
skills/seo-ecommerce/SKILL.md · Checked Sep 18, 2026skills/seo-drift/SKILL.md · Checked Sep 18, 2026skills/seo-schema/SKILL.md · Checked Sep 18, 2026docs/INSTALLATION.md · Checked Sep 18, 2026.claude-plugin/marketplace.json · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Audit one page's structured data

Uses seo-schema

  • PAGE_URL: public URL of the page to inspect
Use the seo-schema skill to audit the structured data on PAGE_URL. Detect JSON-LD, Microdata, and RDFa; report required-property or syntax problems and deprecated types; then recommend only truthful, relevant fixes. PAGE_URL is a placeholder for the public page to inspect.
skills/seo-schema/SKILL.md · Checked Sep 18, 2026
Suggested first task

Capture an SEO baseline for one page

Uses seo-drift

  • PAGE_URL: public URL whose current SEO state should be saved
Use the seo-drift skill to capture a known-good baseline for PAGE_URL. Record the current SEO-critical page state so it can be compared after a future deployment. PAGE_URL is a placeholder for the public page to baseline.
skills/seo-drift/SKILL.md · Checked Sep 18, 2026
Suggested first task

Validate one product page's schema

Uses seo-ecommerce

  • PRODUCT_PAGE_URL: public URL of a product page
Use the seo-ecommerce skill's standalone schema analysis on PRODUCT_PAGE_URL. Validate the existing Product markup and identify missing or incorrect required fields without using marketplace data. PRODUCT_PAGE_URL is a placeholder for a public product page.
skills/seo-ecommerce/SKILL.md · Checked Sep 18, 2026