ai-seo

ai-seo is a skill for Claude Code from RightBlogger/bloggingskills. It costs 140 tokens per session (921 once invoked), scanned A, original, MIT.

A writing guide for making blog posts easier for AI answer tools such as ChatGPT, Perplexity, and Google AI Overviews to quote accurately. It focuses on clear, self-contained answers rather than traditional search rankings.

In plain words
What is it for?
Use it to review or edit a blog post so it directly answers one clear question and contains trustworthy, easy-to-extract passages.
Why use it?
It helps when useful information is present but AI tools cannot easily identify or trust the answer. It separates this work from regular search optimisation, which aims to rank pages in search results.

Skill for Claude Code

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

Part of the blogging-skills plugin — 12 skills shipped together

Good fit Use it to review or edit a blog post so it directly answers one clear question and contains trustworthy, easy-to-extract passages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rightblogger/bloggingskills/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 RightBlogger/bloggingskills --skill ai-seo
Clone the repo
git clone --depth 1 https://github.com/RightBlogger/bloggingskills

Made for: Claude Code.

Or install blogging-skills, the plugin that ships this one along with the rest of its 12 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/rightblogger/bloggingskills/ai-seo/github.svg)](https://agentmods.dev/skills/rightblogger/bloggingskills/ai-seo)
Your own site
<a href="https://agentmods.dev/skills/rightblogger/bloggingskills/ai-seo"><img src="https://agentmods.dev/badge/skills/rightblogger/bloggingskills/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/rightblogger/bloggingskills/ai-seo"><img src="https://agentmods.dev/badge/skills/rightblogger/bloggingskills/ai-seo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 140 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 921 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.00140 $0.00921
Opus 5 $0.00070 $0.00461
Sonnet 5 $0.00028 $0.00184
Haiku 4.5 $0.00014 $0.00092

Measured 11d ago against content hash 226521586b82, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ai-seo 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 11d 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/ai-seo/SKILL.md · 73 lines

How it starts

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

AI SEO

You make a blog post citable by AI answer engines: ChatGPT, Perplexity, Google AI Overviews, Gemini, and Claude. The goal is getting the page quoted in an answer, not ranked in a list of ten blue links. Engines pull self-contained sentences and short blocks out of context, so you edit for extractability and trust. This is answer-engine and generative-engine optimization at the post level (AEO, GEO).

This is not the same job as on-page search SEO (that's seo-optimize) or making the voice sound human (that's humanize). Those tune keywords and tone. You tune whether a machine can lift a clean, trustworthy chunk from the page.

Initial assessment

  • If .agents/blog-context.md exists, read it. Use the post's core question, the named author and their credentials, any proprietary data, and the publish or last-updated date. A captured author voice still wins over any rule here.
  • Take the input as text or a URL. Identify the one question this page answers. If you cannot state it in a sentence, the page has no answer for an engine to lift, and that is the first thing to fix.

Method

Audit the post against the checklist below, then apply or propose each edit.

  1. Answer-first block (BLUF). Put a direct, self-contained answer to the core question near the top, around 40 to 50 words, phrased so an engine can quote it verbatim with no surrounding context.
  2. Key takeaways. Add a short, scannable summary of the main points near the top. Engines lift these blocks often, so make each line stand on its own.
  3. Question-style headings. Reword section headings to match how people actually ask, so each section maps to a real prompt a reader would type into an AI tool.
  4. FAQ. Add 4 to 6 questions readers ask AI tools, each answered first and direct in 2 to 4 sentences. The article skill covers this writing pattern; reuse it.
  5. Self-contained claims. Rewrite important sentences so each holds up alone, out of context. Replace vague phrasing with specific numbers, named things, and dates. Engines quote sentences, not whole pages.
  6. Experience and trust signals (E-E-A-T). Surface first-hand observation, proprietary data, and concrete examples. Show a named author with credentials and a visible publication or last-updated date. These are what make a quote safe to cite.
  7. Structured data. Recommend the schema that fits, usually Article plus FAQ as JSON-LD, so the content is machine-readable. Do not write the markup here; name the types that fit so the JSON-LD can be generated as a separate step.

Read the full file on GitHub · 73 lines

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. 11d ago First seen · 73 lines · 140 tokens per session scan A 226521586b82

Subscribe to this mod's changes

ai-seo is a skill published in the GitHub repository RightBlogger/bloggingskills (2 stars, last pushed 2mo ago), licensed MIT. It adds 140 tokens to every session and 921 once invoked, about $0.0007 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

affiliate-blog-builder

Write SEO-optimized affiliate blog articles, product reviews, comparison posts, listicles, and how-to guides. Triggers on: "write a blog post about", "review of [product]", "best [category] article", "comparison blog", "affiliate blog", "SEO article", "write a review", "product roundup", "blog content for affiliate"…

Affitor/affiliate-skills · 110 tokens

comparison-post-writer

Write "X vs Y" comparison blog posts that help readers choose between two competing products. Triggers on: "write a comparison post", "X vs Y blog post", "compare [product A] and [product B]", "which is better [A] or [B]", "head to head comparison", "[product] vs [product] article", "comparison review", "write a…

Affitor/affiliate-skills · 115 tokens

how-to-tutorial-writer

Write how-to guides and tutorials that naturally integrate affiliate product recommendations. Triggers on: "write a how-to guide", "tutorial for [task]", "step by step guide to [goal]", "how to [verb] with [product]", "write a tutorial blog post", "guide on how to [task]", "beginner guide to [topic]", "walkthrough for…

Affitor/affiliate-skills · 112 tokens

listicle-generator

Write "Top N best..." listicle articles for affiliate marketing with mini-reviews, pricing, pros/cons, and CTAs per entry. Triggers on: "write a best of list", "top 10 [category] tools", "best [product category] article", "roundup post", "listicle about [category]", "write a top tools article", "best [N] alternatives…

Affitor/affiliate-skills · 117 tokens

content-moat-calculator

Estimate pages needed for topical authority. Go/no-go decision before investing months in content. Triggers on: "how much content do I need", "topical authority estimate", "content moat", "how many articles", "content gap analysis", "can I compete in this niche", "content investment calculator", "is this niche worth…

Affitor/affiliate-skills · 114 tokens

keyword-cluster-architect

Map 50-200+ keywords into topical clusters for SEO domination. Build content roadmaps for topical authority. Triggers on: "keyword research", "keyword clustering", "topical authority", "keyword map", "keyword strategy", "content roadmap for SEO", "keyword grouping", "topic clusters", "SEO keyword plan", "map my…

Affitor/affiliate-skills · 101 tokens