datalocastle-r03-anthropics-skills-seo

Runs SEO audits, keyword research, and content brief generation through structured slash commands.

10|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/marketing-skills --skill datalocastle-r03-anthropics-skills-seo-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: datalocastle-r03-anthropics-skills-seo
Source: https://github.com/reason-machines/marketing-skills/tree/main/skills/datalocastle-r03-anthropics-skills-seo
Command: npx skills add https://github.com/reason-machines/marketing-skills --skill datalocastle-r03-anthropics-skills-seo-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? SEO work involves repetitive multi-step tasks like auditing sites, researching keywords, and writing content briefs, which are slow and inconsistent when done manually. This Skill standardizes those tasks into repeatable commands with structured output and prioritized action plans. ## Core Features & Use Cases - Keyword Research & Clustering: Expand seed keywords into clusters with intent mapping, difficulty scores, and opportunity rankings. - Site Audits: Run content audits (quality scores, duplication, cannibalization) and technical SEO audits (crawl budget, Core Web Vitals, schema, indexability). - Content Strategy: Generate SERP-informed content briefs, editorial calendars, and competitor gap analyses. - Multi-Step Workflows: Chain commands into end-to-end flows like a full SEO sprint, launch checklist, content refresh, or AI content pipeline. - Use Case: A marketer notices organic traffic dropping. They run a technical SEO audit to find redirect chains and missing schema, audit declining pages for thin content, then trigger the content refresh workflow to recover rankings. ## Quick Start Ask the agent to run a technical SEO audit on your domain, for example: run a full technical SEO audit on https://example.com including Core Web Vitals.

Frequently Asked Questions about datalocastle-r03-anthropics-skills-seo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a technical SEO audit on my website?▼

Run the /technical-seo command with your domain, for example /technical-seo https://example.com --depth full --include-vitals. It checks crawlability, indexability, schema markup, Core Web Vitals, and mobile-friendliness, then outputs prioritized issues.

How to do keyword research with search intent mapping?▼

Use /keyword-research with a seed keyword and optional depth and scope flags. It expands the seed into clusters, maps SERP intent (informational, commercial, transactional), and scores each keyword by volume, difficulty, and opportunity.

What API keys are required for SEO keyword data?▼

Keyword research requires an SEO_API_KEY from Semrush, Ahrefs, or Moz, configured in .seo-config.yml. Google Search Console and Analytics credentials are optional and only needed for rank monitoring and traffic correlation.

Can I automate SEO audits in a CI/CD pipeline?▼

Yes, the documentation includes a GitHub Actions example that runs technical and content audits on a schedule and uploads JSON and CSV reports as artifacts. API keys are passed through repository secrets.

Why does the SEO crawler get blocked by robots.txt?▼

The crawler respects robots.txt by default, so disallowed paths are skipped. For your own sites you can set respect_robots to false in .seo-config.yml or explicitly allow the SEO-Skills-Bot user agent in robots.txt.

What are the limitations of the content duplication detection?▼

Duplicate detection uses a similarity threshold (default 75%) that can produce false positives on pages sharing boilerplate. Raise similarity_threshold or enable ignore_boilerplate in the config to reduce false matches.