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.

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.
Follow the documented setup, then try a first task.
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
Platform: Linux or macOS
Run from: Destination project directory, which becomes the default project directory for project-local targets
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
The installer creates seo.plugin for Claude Cowork. Import that file through the Cowork UI to complete the Cowork portion of this installation.
Installs: Complete Agentic SEO Skill runtime bundle installed user-wide at ~/.claude/skills/seo. · Claude Code
Platform: Linux or macOS
Run this terminal command to install only the Claude Code target.
curl -fsSL https://raw.githubusercontent.com/Bhanunamikaze/Agentic-SEO-Skill/main/install.sh | bash -s -- --online --target claude
Installs: Complete Agentic SEO Skill runtime bundle installed user-wide at ~/.codex/skills/seo. · Codex CLI
Platform: Linux or macOS
Run this terminal command to install only the Codex target.
curl -fsSL https://raw.githubusercontent.com/Bhanunamikaze/Agentic-SEO-Skill/main/install.sh | bash -s -- --online --target codex
Installs: Complete Agentic SEO Skill runtime bundle installed user-wide for Claude Code and Codex CLI. · Claude Code, Codex CLI
Platform: Linux or macOS
Run this terminal command to install the user-wide Claude and Codex targets.
curl -fsSL https://raw.githubusercontent.com/Bhanunamikaze/Agentic-SEO-Skill/main/install.sh | bash -s -- --online --target global
Installs: Complete Agentic SEO Skill runtime bundle across all documented project-local targets. · Antigravity IDE, Claude Cowork, Cursor, Windsurf, Continue.dev, GitHub Copilot, Cline
Platform: Linux or macOS
In this terminal command, replace /path/to/your/project with the destination project's path while keeping the --project-dir flag.
curl -fsSL https://raw.githubusercontent.com/Bhanunamikaze/Agentic-SEO-Skill/main/install.sh | bash -s -- --online --target project --project-dir /path/to/your/project
The installer creates <project>/seo.plugin for Claude Cowork. In the Cowork UI, import seo.plugin from the project path substituted in the preceding terminal command.
Installs: Complete Agentic SEO Skill runtime bundle installed for Claude Code at ~/.claude/skills/seo. · Claude Code
Platform: Windows
Run from: Directory where install.ps1 will be downloaded and executed
In a PowerShell terminal, download the installer to install.ps1.
irm https://raw.githubusercontent.com/Bhanunamikaze/Agentic-SEO-Skill/main/install.ps1 -OutFile install.ps1
In the same PowerShell terminal and directory, run the downloaded installer for the Claude Code target.
powershell -ExecutionPolicy Bypass -File .\install.ps1 --online --target claude
Installs: Complete Agentic SEO Skill runtime bundle installed user-wide at ~/.codex/skills/seo from a local source checkout. · Codex CLI
Platform: Platform with Git and Bash available
Run from: Agentic-SEO-Skill after cloning
In a terminal, run this from the parent directory where the Agentic-SEO-Skill checkout should be created.
git clone https://github.com/Bhanunamikaze/Agentic-SEO-Skill.git
In the same terminal, change into the cloned repository.
cd Agentic-SEO-Skill
From the Agentic-SEO-Skill working directory, run the installer for Codex.
bash install.sh --target codex
Uses seo
Check the repository for this skill’s setup.
Using the seo skill, run an SEO audit on https://example.com.
Uses seo
Check the repository for this skill’s setup.
Using the seo skill, check schema markup on my homepage and generate corrected JSON-LD.
Uses seo
Check the repository for this skill’s setup.
Using the seo skill, analyze Core Web Vitals for https://example.com and prioritize fixes.