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.
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.
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.
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
Inside a Claude Code session, add the public AgriciDaniel/claude-seo marketplace.
/plugin marketplace add AgriciDaniel/claude-seo
Still inside the Claude Code session, install the claude-seo plugin from that marketplace.
Installs: Complete Claude SEO manual bundle, including the main skill, sub-skills, sub-agents, runtime launcher, and isolated Python environment. · Claude Code
Before you start
Claude Code CLI installed and configured
Python 3.10+ with pip
Git
Platform: Unix, macOS, or Linux
Run from: A directory in which the new claude-seo repository directory may be created
In a terminal, clone the public repository with a shallow history.
Installs: Complete Claude SEO manual bundle, including the main skill, sub-skills, sub-agents, runtime launcher, and isolated Python environment. · Claude Code
Before you start
Claude Code CLI installed and configured
Python 3.10+ with pip
Git
curl
Platform: Unix, macOS, or Linux
Run from: A writable directory for the temporary install.sh file
In a terminal, download the installer into the current directory.
Installs: Complete Claude SEO manual bundle, including the main skill, sub-skills, sub-agents, runtime launcher, and isolated Python environment. · Claude Code
Before you start
Claude Code CLI installed and configured
Python 3.10+ with pip
Git
PowerShell
Platform: Windows
Run from: A directory in which the new claude-seo repository directory may be created
In PowerShell, clone the public repository with a shallow history.
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.
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.
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.