agentsclimarketplace

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

Install
npx -y skills add paulgrape/skill-auditor --skill website-agent-readiness

Assembled 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 (.md suffix 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 Link headers advertising llms.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.txt for vulnerability disclosure (see the security skill).
  • /.well-known/change-password only 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.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.