ai-seo

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

A content guide for getting mentioned and cited in answers from AI search tools such as ChatGPT, Perplexity, Claude, and Google AI Overviews.

In plain words
What is it for?
Use it to choose target AI search tools, test questions where you want to appear, and improve content so AI systems can quote or cite it.
Why use it?
Traditional search engine optimisation focuses on links in search results, while AI search summarises sources directly. This helps identify what to change when AI tools do not mention your site.

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 choose target AI search tools, test questions where you want to appear, and improve content so AI systems can quote or cite it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jaredlangleycc/nightshift-os/ai-seo
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 ai-seo
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 ai-seo

README.md
[![agentmods](https://agentmods.dev/badge/skills/jaredlangleycc/nightshift-os/ai-seo/github.svg)](https://agentmods.dev/skills/jaredlangleycc/nightshift-os/ai-seo)
Your own site
<a href="https://agentmods.dev/skills/jaredlangleycc/nightshift-os/ai-seo"><img src="https://agentmods.dev/badge/skills/jaredlangleycc/nightshift-os/ai-seo/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-seo

Your own site · 80×15
<a href="https://agentmods.dev/skills/jaredlangleycc/nightshift-os/ai-seo"><img src="https://agentmods.dev/badge/skills/jaredlangleycc/nightshift-os/ai-seo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,720 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00109 $0.03720
Opus 5 $0.00055 $0.01860
Sonnet 5 $0.00022 $0.00744
Haiku 4.5 $0.00011 $0.00372

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

Security

Grade A, and why

ai-seo scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| IndexNow API | curl POST, free |
skills/marketing/ai-seo/SKILL.md · 485 lines

How it starts

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

AI SEO

Optimize content so AI search engines cite it. The target is ChatGPT, Perplexity, Claude, Google AI Overviews, Gemini, Microsoft Copilot. Different game from traditional SEO: the AI is reading and summarizing, not ranking blue links.

The 2026 frame: traditional SEO gets the user a link in the SERP. AI SEO gets the user quoted in the AI's answer. Both matter. This skill focuses on the second.

When this skill triggers

  • "Get my site cited by ChatGPT"
  • "AI Overviews citation"
  • "Perplexity citations"
  • "AI SEO" / "GEO" (generative engine optimization)
  • "LLM visibility"
  • "llms.txt"
  • "Make my site quotable by AI"
  • "Optimize for AI search"
  • "How do I show up in AI answers"

NOT for: traditional ranking in blue links (use seo-audit), creating content (use content-strategy + copywriting), building pages at scale.

The diagnostic before optimizing

Coach-mode. One at a time.

  1. "Which AI engines do you want to target? (ChatGPT, Perplexity, Claude, Google AI Overviews, all?)"
  2. "What are 5 queries where you'd want to be cited? Write them as a user would type them."
  3. "Have you tested what those engines say about your topic today?"
  4. "What's the canonical version of your perspective on each query?"
  5. "Do you have schema, llms.txt, and answer-first content blocks in place?"

If the user can't answer 2 (no target queries), this is exploration, not optimization. Push back: "Let's name 5 queries first. Otherwise we're optimizing for nothing specific."

The 7 levers

AI SEO operates on 7 levers. Apply each. Most users have 0 to 2 in place; full pass takes 1 to 2 Friday blocks.

Lever 1: Answer-first content blocks

AI engines extract direct answers. The first 2 to 4 sentences of a page should answer the implied question.

Template
<div class="essay-answer">
  <span class="answer-label">The Short Version</span>
  <p>{1-3 sentence direct answer to the implied question}</p>
</div>

<!-- Body content continues below -->
Example (Langley "Three Reactive Triggers" essay)

Read the full file on GitHub · 485 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 · 485 lines · 109 tokens per session scan A 38d28e902f15

Subscribe to this mod's changes

ai-seo is a skill published in the GitHub repository jaredlangleycc/nightshift-os (3 stars, last pushed 1mo ago), licensed MIT. It adds 109 tokens to every session and 3,720 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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