Audit AI readiness and llms.txt
llms-txt-checkerskillsetup L2★24
Infrasity-Labs/dev-gtm-claude-skills ↗What it does
Audit domain AI-readiness via robots.txt and llms.txt
Best for
Quick audit of whether a domain properly advertises itself to LLM crawlers via robots.txt, llms.txt, and llms-full.txt with structured pass/fail scoring
Inputs
- · Domain (e.g. anthropic.com or docs.example.com)
Outputs
- · Pass/Warn/Fail findings per check
- · Actionable fixes
- · Formatted report
Requires
- · curl with bash_tool
- · robots.txt
- · llms.txt
- · llms-full.txt
Preconditions
Domain must be reachable via curl; well-known file paths must respond with HTTP 200 or 404 (not timeout)
Failure modes
- · Domain unreachable (curl 000)
- · Files return 403 or 5xx
- · Malformed XML in llms.txt
Trust signals
- · Uses curl directly (no guessing)
- · Captures HTTP status codes
- · Detects build-time vs real lastmod stamps