ai-readiness-audit

Installation
SKILL.md

AI Readiness Audit Skill

Audit any website for AI agent readiness using the Inlay API. Checks 11 categories including llms.txt, MCP servers, structured data, semantic HTML, meta quality, and more.

Quick Start

Ask the user for a URL, then run the audit:

curl -s -X POST https://www.inlay.dev/api/audit \
  -H 'Content-Type: application/json' \
  -d '{"url":"TARGET_URL"}'

Or use the wrapper script:

bash scripts/audit.sh "https://example.com"
Installs
6
First Seen
Feb 19, 2026
ai-readiness-audit — cartoonitunes/inlay-skills