Claude Code Skills

Claude SEO Skills

Production-ready Claude Code skills for SEO, content creation, and AI search optimisation. Each skill is a slash command that runs directly in your terminal, from full site audits to topical maps to YouTube scripts.

SEO Core

5

SEO & AI Search Audit

/seo-ai-audit

Comprehensive website audits covering Technical SEO, Content, Local SEO, Links & Digital PR, and AI Search Visibility. Outputs detailed scorecards (1-5 scale per pillar) plus phased action plans.

SEO Baseline Framework

/seo-baseline

10-point structural baseline built from Google's internal ranking systems, patents, Quality Evaluator Guidelines, topical authority principles, and information gain research.

Title Tag Optimizer

/title-tags

Generates optimised title tags for any page type using Semrush-backed formulas. Outputs 3-5 title options with character counts and formula notes.

Topical Map Builder

/topical-map

Builds complete topical maps from a seed keyword. Outputs an .xlsx spreadsheet with Core, AOR, Linking, and Buyer Journey tabs plus a markdown strategy document.

Blog Post Writer

/blog-post

Full research-to-draft blog post pipeline covering SERP analysis, competitor content review, overlap checks, and a complete article in Animalz content style.

Research & Data

4

Firecrawl Scraper

/firecrawl-scrape

Extract clean markdown from any URL, including JavaScript-rendered SPAs. Converts web pages to structured content for analysis.

Firecrawl Search

/firecrawl-search

Web search with full page content extraction. Find articles, research topics, and extract content from search results.

Firecrawl Crawl

/firecrawl-crawl

Bulk extract content from an entire website or site section. Follows links and returns structured content from all discovered pages.

Firecrawl Agent

/firecrawl-agent

AI-powered autonomous data extraction that navigates complex sites and returns structured JSON. Handles pagination, login flows, and dynamic content.

How to Install

1. Install Claude Code

If you haven't already, install Claude Code globally:

npm install -g @anthropic-ai/claude-code

2. Add a Skill

Skills live in your project's .claude/skills/ directory. Each skill is a SKILL.md file with instructions for Claude.

mkdir -p .claude/skills/my-skill && touch .claude/skills/my-skill/SKILL.md

3. Use the Skill

Once installed, use the slash command in your Claude Code session. For example, type /seo-ai-audit followed by a URL to run a full SEO audit.

FAQ