Leaderboard/Marketing/Agentic-SEO-Skill
Last commit on May 14, 2026·Created on March 2, 2026

Bhanunamikaze/Agentic-SEO-Skill

Runs a full LLM-first SEO audit on a site, a page, or a GitHub repo.
Combined rank
#344
across all skills
In Marketing
#22
category rank
Stars
918
+1.8% in last 7d
Forks
144
+2.9% in last 7d
Watchers
17
0.0% 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 skill performs deterministic, LLM-first SEO analysis across 16 sub-skills and 89 scripts. It checks technical SEO, content quality, schema, Core Web Vitals, AI search readiness, and GitHub repository discoverability. The output is a scored report and a prioritized action plan. It serves SEO specialists who want evidence-backed audits, content marketers optimizing for AI search, and platform engineers embedding SEO checks into CI/CD.

WHO IT'S FOR
SEO Specialists and Analysts
run automated SEO audits and generate reports
Content Marketing Teams
optimize content for search and AI visibility
Technical Web Developers
validate technical SEO and schema implementation
GitHub Repository Maintainers
improve repository discoverability and community health
Repository contents

1 skill file

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

Follow the documented setup, then try a first task.

I’m using

All supported targets from release (Linux/macOS)

Installs: Complete Agentic SEO Skill runtime bundle for every supported user-wide and project-local target; the bundle contains SKILL.md, scripts/, and resources/. · Claude Code, Codex CLI, Antigravity IDE, Claude Cowork, Cursor, Windsurf, Continue.dev, GitHub Copilot, Cline

Before you start
  • curl
  • Bash
  • Python 3.8+ with the common parsing and network libraries requests, beautifulsoup4, and lxml

Platform: Linux or macOS

Run from: Destination project directory, which becomes the default project directory for project-local targets

  1. From the destination project directory, run this terminal command. With --online and no explicit target, it installs every supported target and uses the current directory for project-local output.

    curl -fsSL https://raw.githubusercontent.com/Bhanunamikaze/Agentic-SEO-Skill/main/install.sh | bash -s -- --online
  2. The installer creates seo.plugin for Claude Cowork. Import that file through the Cowork UI to complete the Cowork portion of this installation.

SKILL.md · Checked Sep 18, 2026wiki/Installation.md · Checked Sep 18, 2026install.sh · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Run a first single-URL SEO audit

Uses seo

  • Replace https://example.com with the public URL to audit.

Check the repository for this skill’s setup.

Using the seo skill, run an SEO audit on https://example.com.
SKILL.md · Checked Sep 18, 2026wiki/Installation.md · Checked Sep 18, 2026
Suggested first task

Check and correct homepage schema

Uses seo

  • Provide the homepage URL to analyze.

Check the repository for this skill’s setup.

Using the seo skill, check schema markup on my homepage and generate corrected JSON-LD.
SKILL.md · Checked Sep 18, 2026wiki/Installation.md · Checked Sep 18, 2026
Suggested first task

Prioritize Core Web Vitals fixes

Uses seo

  • Replace https://example.com with the public URL to analyze.

Check the repository for this skill’s setup.

Using the seo skill, analyze Core Web Vitals for https://example.com and prioritize fixes.
SKILL.md · Checked Sep 18, 2026wiki/Installation.md · Checked Sep 18, 2026