Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent-Readiness Audit CLI

Audit any website's discoverability to AI agents in seconds. Checks the five machine-readable surfaces agents use to find and buy from you:

  • /llms.txt — the agent-friendly catalog (LLM-friendly)
  • /robots.txt — crawl rules
  • /sitemap.xml — indexable URLs
  • /.well-known/x402 — machine-readable payment config
  • /agents.txt — the "readme for agents"

For each surface it reports HTTP status, content-type, and payload size, then produces a clean Markdown report with an overall discoverability grade and concrete fixes. No dependencies, pure Node.js + built-ins.

Usage

node audit.mjs https://your-site.com > report.md

Or install as a global command (npm-publish pending; install straight from GitHub — no token needed for public repos):

npm install -g github:Autonomy-Labs-Tech/agent-readiness-audit
agent-readiness-audit https://your-site.com > report.md

Example output

# Agent-Readiness Audit: https://example.com
Checked at: 2026-08-06T09:00:00.000Z

| Surface | Status | Content-Type | Bytes |
|---|---|---|---|
| /llms.txt | 200 | text/plain | 2794 |
| /robots.txt | 200 | text/plain | 185 |
| /sitemap.xml | 200 | application/xml | 1558 |
| /.well-known/x402 | 200 | application/json | 770 |
| /agents.txt | 200 | text/plain | 1837 |

Grade: B (4/5 agent surfaces present)

Why it matters

AI agents increasingly look for llms.txt and x402 before they buy. If your storefront can't be read by a machine, agents can't buy from you. Run this audit to find exactly what's missing.

Sponsor

This tool is free and MIT-licensed. If it saved you time, sponsor the work: https://github.com/sponsors/Autonomy-Labs-Tech

License

MIT

Free agent-readiness audit

Run the free AI-agent discoverability audit on any public site: https://www.autonomylabsweb.tech/audit.html — checks robots.txt, sitemap, llms.txt, agents.txt, .well-known/x402 and more, with an instant letter grade. Paid deep reports available.

About

Zero-dependency CLI that audits any website for AI-agent discoverability (llms.txt, robots.txt, sitemap.xml, x402, agents.txt).

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages