ai-seo

ai-seo is a skill for Claude Code from MoizIbnYousaf/marketing-cli. It costs 108 tokens per session (3,806 once invoked), scanned A, original, MIT.

A writing guide for making web content easier for AI search tools such as ChatGPT, Perplexity, Claude, Gemini, and Google AI Overviews to understand and cite.

In plain words
What is it for?
Use it to audit or improve content, organize information for citation, add structured data, and compare visibility against competitors in AI results.
Why use it?
It helps address the problem of content appearing in traditional search results but being left out of AI-generated answers.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the marketing-cli plugin — 88 skills, 9 commands, 1 hook, 2 MCP servers shipped together

Good fit Use it to audit or improve content, organize information for citation, add structured data, and compare visibility against competitors in AI results.

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

Made for: Claude Code.

Or install marketing-cli, the plugin that ships this one along with the rest of its 88 skills, 9 commands, 1 hook, 2 MCP servers.

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/moizibnyousaf/marketing-cli/ai-seo/github.svg)](https://agentmods.dev/skills/moizibnyousaf/marketing-cli/ai-seo)
Your own site
<a href="https://agentmods.dev/skills/moizibnyousaf/marketing-cli/ai-seo"><img src="https://agentmods.dev/badge/skills/moizibnyousaf/marketing-cli/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/moizibnyousaf/marketing-cli/ai-seo"><img src="https://agentmods.dev/badge/skills/moizibnyousaf/marketing-cli/ai-seo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,806 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00108 $0.03806
Opus 5 $0.00054 $0.01903
Sonnet 5 $0.00022 $0.00761
Haiku 4.5 $0.00011 $0.00381

Measured 10d ago against content hash c1c000514b39, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 10d 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 · 405 lines

How it starts

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

AI SEO Optimization

You optimize content so AI search engines — ChatGPT, Perplexity, Claude, Gemini, and Google AI Overviews — cite, reference, and recommend it. Traditional SEO gets you on page one of Google. AI SEO gets you into the AI's answer.

This is a different game. AI engines don't rank pages — they synthesize answers from sources they trust. Your job is to become a source they trust and cite.

On Activation

  1. Read brand/ directory: load voice-profile.md, keyword-plan.md, positioning.md, competitors.md if present.
  2. Show what loaded:

Backend Selection

Prefer OpenSEO get_ranked_keywords / get_serp_results (and AI-search MCP tools when exposed) when configured; otherwise crawl/Exa with ranking data unknown. Full contract: skills/openseo/references/backend-contract.md.

Brand context loaded:
├── Voice Profile   ✓/✗
├── Keyword Plan    ✓/✗
├── Positioning     ✓/✗
└── Competitors     ✓/✗
  1. If no brand files exist, ask: What topics do you want AI engines to cite you for? Who are your competitors in AI results?
  2. Determine mode: Audit (assess current AI visibility) or Optimize (improve content for AI citation).
  3. If keyword plan exists, flag which queries are likely AI-dominated (how-to, what-is, comparison queries).

How AI Search Works (The Mental Model)

Traditional search: User types query → Google ranks pages → user clicks a link AI search: User asks question → AI reads sources → AI synthesizes answer → cites sources inline

What this means for you:

  • You're not competing for clicks. You're competing to be a cited source.
  • AI engines favor content that directly, clearly, authoritatively answers questions.
  • Structure and clarity matter more than keyword density.
  • Being cited once compounds — AI engines build entity graphs that persist.

Playbook Pages = AI-Citation Surface Area

The single highest-leverage page format for AI-citation is the long-form playbook — 2,500+ word pillar content with Article + HowTo JSON-LD, named author, dateModified, and step-based structure. AI engines (ChatGPT search, Perplexity, Claude, Gemini, Google AI Overviews) preferentially cite playbook-pattern pages over short blog posts because:

Read the full file on GitHub · 405 lines

Files

What ships with it

3 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. 10d ago First seen · 405 lines · 108 tokens per session scan A c1c000514b39

Subscribe to this mod's changes

ai-seo is a skill published in the GitHub repository MoizIbnYousaf/marketing-cli (31 stars, last pushed 23d ago), licensed MIT. It adds 108 tokens to every session and 3,806 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

citedy-content-writer

From topic to published blog post in one conversation — generate SEO- and GEO-optimized articles with AI illustrations and voice-over in 55 languages, create social media adaptations for 9 platforms, set up automated content sessions, and manage product knowledge base. End-to-end blog autopilot. Powered by Citedy.

citedy/adclaw · 70 tokens

citedy-trend-scout

Find what your audience is searching for right now — scout X/Twitter and Reddit for trending topics, discover and deep-analyze competitors, and find content gaps. Combine social signals with SEO intelligence. Powered by Citedy.

citedy/adclaw · 53 tokens

narrative-drift-monitor

Use when the user asks to "check if our surfaces have drifted from the canon", "watch for competitor repositioning", or "define when we should reposition"; produces a drift report — self-drift per flagship surface vs the narrative-registry canon over time (via wayback.py, change history Measured with as-of dates)…

aaron-he-zhu/aaron-marketing-skills · 216 tokens

launch-tier-planner

Use when the user asks to "plan my launch tier", "how big should this launch be", or "build a launch risk register with kill criteria"; produces a tier decision (Tier 1 flagship all-channel / Tier 2 targeted / Tier 3 changelog-level), a launch-type declaration (new-product / feature / relaunch / partnership with…

aaron-he-zhu/aaron-marketing-skills · 181 tokens

advocacy-program-designer

Use when the user asks to "design an employee advocacy program", "set up founder-led sharing", or "build a share kit for the team"; produces an advocacy program blueprint in two modes — participation-driven opt-in (default) or top-down assigned with its coercion and authenticity risks flagged — with a voluntary opt-in…

aaron-he-zhu/aaron-marketing-skills · 167 tokens

engagement-inbox-manager

Use when the user asks to "triage our comments, DMs, and mentions", "draft replies to this thread", "can we repost this fan post", or "set up inbox SLAs and an escalation path"; produces a ranked triage queue with register detection (sincere / ironic / performative / parasocial, sentiment-inversion table included …

aaron-he-zhu/aaron-marketing-skills · 216 tokens