seo-audit

seo-audit is a skill for Claude Code from jaredlangleycc/nightshift-os. It costs 110 tokens per session (3,146 once invoked), scanned A, original, MIT.

A website review tool for search-engine visibility, often called SEO, which covers technical setup and page content. SEO is the work of helping search engines understand and rank a site.

In plain words
What is it for?
Use it to review a site's SEO, investigate a drop in rankings, check page-level SEO, or identify the highest-priority fixes.
Why use it?
It replaces a long, unfocused checklist with a short set of fixes ordered by likely impact. It is aimed at diagnosing ranking problems or finding the most useful improvements.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the nightshift-os plugin — 43 skills shipped together

Good fit Use it to review a site's SEO, investigate a drop in rankings, check page-level SEO, or identify the highest-priority fixes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jaredlangleycc/nightshift-os/seo-audit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jaredlangleycc/nightshift-os --skill seo-audit
Clone the repo
git clone --depth 1 https://github.com/jaredlangleycc/nightshift-os

Made for: Claude Code.

Or install nightshift-os, the plugin that ships this one along with the rest of its 43 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/jaredlangleycc/nightshift-os/seo-audit.svg)](https://agentmods.dev/skills/jaredlangleycc/nightshift-os/seo-audit)
Your own site
<a href="https://agentmods.dev/skills/jaredlangleycc/nightshift-os/seo-audit"><img src="https://agentmods.dev/badge/skills/jaredlangleycc/nightshift-os/seo-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,146 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00110 $0.03146
Opus 5 $0.00055 $0.01573
Sonnet 5 $0.00022 $0.00629
Haiku 4.5 $0.00011 $0.00315

Measured 8d ago against content hash 9e2b1dcf6c89, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

seo-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/marketing/seo-audit/SKILL.md · 318 lines

How it starts

The opening of the file, as written. The whole thing — 318 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SEO Audit

Technical + on-page SEO audit for solopreneur sites. The output is a prioritized list of fixes with impact estimates, ordered so the user can ship the top 5 in one Friday afternoon.

Most solopreneur SEO audits ship 47-item checklists that paralyze the user. This skill cuts to the 5 to 10 fixes that matter at the user's stage.

When this skill triggers

  • "Audit my SEO"
  • "SEO health check"
  • "Why am I not ranking"
  • "Check my SEO"
  • "Technical SEO review"
  • "On-page SEO audit"
  • "What's broken on my site"
  • "Run an SEO audit"

NOT for: AI-search-engine citation (use ai-seo), creating pages at scale, content strategy for SEO (use content-strategy).

The diagnostic before the audit

Coach-mode. One question at a time.

  1. "What's the URL I'm auditing?"
  2. "What's the goal of the audit, diagnose a specific drop, find new wins, or general health check?"
  3. "What tools do you currently use? (Search Console, Google Analytics, Bing Webmaster, anything else?)"
  4. "What's the top ranking page right now, and which page do you want to rank that doesn't?"
  5. "When was the last time you touched anything SEO-related on this site?"

If the user can't name a goal (question 2), the audit becomes a checklist with no priorities. Push for specificity.

The audit framework

Run the audit in 6 areas. Each area is one section of the output. Each item is tagged: P0 (critical), P1 (high), P2 (medium), P3 (low).

Area 1: Indexability + crawl

The blockers. If these fail, nothing else matters.

  • robots.txt is not blocking the site (no Disallow: / for important crawlers)
  • sitemap.xml exists and is submitted to Google Search Console + Bing Webmaster Tools
  • sitemap.xml lists current important URLs (no 404s, no deprecated URLs)
  • noindex meta is not on any important page
  • X-Robots-Tag is not blocking crawlers at the server level
  • No accidental noindex inherited from Cloudflare bot protection (see Langley memory reference_cloudflare-robots-txt-gotcha.md)
  • canonical tags point to the right URL (especially for pages with parameters)
  • hreflang tags if multi-language
  • Mobile-friendly (Mobile Usability report in Search Console)

Read the full file on GitHub · 318 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 318 lines · 110 tokens per session scan A 9e2b1dcf6c89

Subscribe to this mod's changes

seo-audit is a skill published in the GitHub repository jaredlangleycc/nightshift-os (3 stars, last pushed 1mo ago), licensed MIT. It adds 110 tokens to every session and 3,146 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

Brand Guidelines Generator

Create and maintain brand style guides for consistent visual identity.

claude-office-skills/skills · 14 tokens

web-vid

Turn a web app or marketing site into a recreated (not screen-recorded) Remotion promo video — pixel-faithful to the site's own design system, choreographed clicks/scrolls/zooms, rendered to MP4. Use when the user asks for a product demo video, a promo/teaser for LinkedIn or social, an "walkthrough video" of their…

naidx0/web-vid · 145 tokens

pitchdocs

Generate marketing-quality repository documentation from codebase analysis. Scans 10 signal categories, extracts features with file-level evidence, and produces README, CHANGELOG, ROADMAP, and 15+ more docs. Zero runtime dependencies. For AI context file management, see ContextDocs.

littlebearapps/pitchdocs · 58 tokens

demo-video-factory

Generate a custom 26s product-demo video from any SaaS URL — brand-matched scenes, a recreated product-UI "wow" scene, real screenshots, and a soundtrack. Use whenever the user wants a demo, promo, launch, or marketing video for a website or product.

jonny-1812/demo-video-factory · 63 tokens

brand

Brand context management for marketing sessions with continuity across conversations.

itsbariscan/claude-code-marketing · 12 tokens

liking-factor-engineer

Analyze and engineer liking to increase rapport, persuasion, and compliance in marketing, sales, and communication contexts. Use this skill when the user wants to improve how much an audience likes them, their brand, or their message — including writing sales copy, designing onboarding flows, crafting brand voice…

bookforge-ai/bookforge-skills · 175 tokens