seo-llms-txt

seo-llms-txt is a skill for Claude Code from seoskillsai/seo-skills-ai. It costs 47 tokens per session (394 once invoked), scanned A, original, MIT.

A tool that creates llms.txt and llms-full.txt files from a website's sitemap and content. These are text files that summarize a site for AI systems and can also contain its full documentation or articles.

In plain words
What is it for?
Use it to generate concise and full site summaries in the public directory, including links, documentation, articles, API details, and code examples.
Why use it?
It gives AI assistants a consistent, machine-readable way to discover and understand a website's important pages and content.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; mentions Gemini CLI.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/llms_txt_builder.py --sitemap "public/sitemap-index.xml" --output "public/".

Part of the seo-skills plugin — 27 skills, 2 hooks, 1 MCP server shipped together

Good fit Use it to generate concise and full site summaries in the public directory, including links, documentation, articles, API details, and code examples.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/seoskillsai/seo-skills-ai
agentmods
npx agentmods add skills/seoskillsai/seo-skills-ai/seo-llms-txt

Made for: Claude Code.

Or install seo-skills, the plugin that ships this one along with the rest of its 27 skills, 2 hooks, 1 MCP server.

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-llms-txt

README.md
[![agentmods](https://agentmods.dev/badge/skills/seoskillsai/seo-skills-ai/seo-llms-txt/github.svg)](https://agentmods.dev/skills/seoskillsai/seo-skills-ai/seo-llms-txt)
Your own site
<a href="https://agentmods.dev/skills/seoskillsai/seo-skills-ai/seo-llms-txt"><img src="https://agentmods.dev/badge/skills/seoskillsai/seo-skills-ai/seo-llms-txt/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 seo-llms-txt

Your own site · 80×15
<a href="https://agentmods.dev/skills/seoskillsai/seo-skills-ai/seo-llms-txt"><img src="https://agentmods.dev/badge/skills/seoskillsai/seo-skills-ai/seo-llms-txt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 394 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.00047 $0.00394
Opus 5 $0.00023 $0.00197
Sonnet 5 $0.00009 $0.00079
Haiku 4.5 $0.00005 $0.00039

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

Security

Grade A, and why

seo-llms-txt 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 12d 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/seo-llms-txt/SKILL.md · 45 lines

What it actually says

Automated LLMs.txt & LLMs-Full.txt Generation Standard

Generates /public/llms.txt and /public/llms-full.txt files according to the llmstxt.org specification adopted by Anthropic, OpenAI, and Google.


📄 File Formats

1. /public/llms.txt (Concise Summary Feed)

# [Site Name]

> [High-level summary of the site, central entities, and primary value proposition.]

## Core Documentation & Tools

- [Full SEO Skills Directory](https://example.com/skills): Complete catalog of 22 AI SEO skills.
- [Technical SEO Audit Engine](https://example.com/skills/seo-audit): Automated technical diagnostic tool.
- [2026 Schema Engine](https://example.com/skills/seo-schema): Validated JSON-LD schema builder.

## Agent Implementations

- [Claude Code Integration](https://example.com/claude/): MCP servers and agent workflows for Anthropic Claude.
- [Google Antigravity Integration](https://example.com/antigravity/): Native skills and Gemini CLI pipelines.

2. /public/llms-full.txt (Complete Semantic Graph)

Contains complete article text, API specifications, and code snippets concatenated cleanly in markdown format for deep ingestion.


🛠️ CLI Generation Command

python scripts/llms_txt_builder.py --sitemap "public/sitemap-index.xml" --output "public/"
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. 12d ago First seen · 45 lines · 47 tokens per session scan A 5a78adbe9fc8

Subscribe to this mod's changes

seo-llms-txt is a skill published in the GitHub repository seoskillsai/seo-skills-ai (15 stars, last pushed yesterday), licensed MIT. It adds 47 tokens to every session and 394 once invoked, about $0.0002 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

Website Audit

Comprehensive website auditing skill using Lighthouse, PageSpeed Insights, and web performance APIs to audit performance, accessibility, SEO, best practices, and security.

PramodDutta/qaskills · 33 tokens

github

When the user wants to use GitHub for SEO, parasite SEO, GEO, open source marketing, README optimization, or curated Awesome lists. Also use when the user mentions "GitHub," "GitHub SEO," "GitHub parasite SEO," "GitHub GEO," "awesome list," "GitHub README," "profile README," "pinned repositories," "Trending,"…

kostja94/marketing-skills · 165 tokens

grokipedia-recommendations

When the user wants to add recommendations, links, or content to Grokipedia. Also use when the user mentions "Grokipedia," "GEO wiki," "AI encyclopedia," "suggest Grokipedia article," "Grokipedia citation," "Grokipedia listing," "AI search citation," "GEO visibility," or "Grokipedia optimization." For multi-platform…

kostja94/marketing-skills · 110 tokens

schema-markup

When the user wants to add or optimize structured data (Schema.org, JSON-LD). Also use when the user mentions "schema," "structured data," "JSON-LD," "rich results," "rich snippets," "Google rich snippets," "featured snippet schema," "add schema to page," "missing structured data," "schema validation error," "Schema…

kostja94/marketing-skills · 181 tokens

google-search-console

When the user wants to analyze Google Search Console data, use the GSC API, or interpret search performance. Also use when the user mentions "GSC," "Search Console," "indexing report," "Core Web Vitals," "Enhancements," "Insights report," "search performance," "search queries," "search performance report," "URL…

kostja94/marketing-skills · 137 tokens

brand-visual-generator

When the user wants to define, audit, or apply visual identity (typography, colors, spacing, design tokens, frontend aesthetics). Also use when the user mentions "brand style guide," "visual identity," "design system," "typography," "color palette," "brand guidelines," "AI brand aesthetics," "brand colors," "font…

kostja94/marketing-skills · 124 tokens