Website agent readiness
Skill paulgrape/skill-auditor/templates/website-agent-readiness
Agent- and crawler-readiness for a website — stable URLs, structured data for agents, machine-readable formats, llms.txt, per-page Markdown endpoints, robots controls for AI crawlers, and well-known URIs. Use when making a site legible to AI agents and LLMs, or publishing machine-readable endpoints.From its SKILL.md
npx -y skills add paulgrape/skill-auditor --skill website-agent-readinessAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 282 tokens by cl100k_base, as published. Nobody here has run it
Website agent readiness
Things that make a site legible to AI agents and crawlers, plus well-known URIs. Curated from the Website Specification — Agent Readiness (CC BY 4.0).
Required
- Stable URLs. Once published, they should keep working — breaking them invalidates citations, bookmarks, and agent caches.
Recommended
/llms.txt— a curated markdown index of your most important content.- Per-page Markdown source endpoints (
.mdsuffix or content negotiation) so agents pull source instead of parsing HTML. - JSON-LD structured data with schema.org types, giving agents typed facts.
- Machine-readable formats (JSON, RSS, markdown) alongside HTML where it makes sense.
- Explicit allow/disallow per named AI crawler user-agent in
robots.txt. - HTTP
Linkheaders advertisingllms.txt, sitemap, api-catalog, RSS. - Agent Skills discovery via a well-known URI.
Well-known URIs
/.well-known/is the standardised place for site-level metadata (RFC 8615)./.well-known/security.txtfor vulnerability disclosure (see the security skill)./.well-known/change-passwordonly if the site has user accounts.
Full item list and rationale: https://specification.website/checklist/
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.