🆕 New skill: Security Specialist v2.0! 6-phase pipeline, 9 attack classes and adversarial validation.View skill →
Agent Ready — Cloudflare Scanner
Overview
Section titled “Overview”Audits any website for AI agent readiness using the Cloudflare isitagentready.com scanner. Scans 18 checks across 5 categories (Discoverability, Content, Bot Access Control, API/Auth/MCP Discovery, Commerce), assigns a level (0–5), and generates copy-paste fix prompts for every failing check.
When to Use
Section titled “When to Use”- Scan a site for agent readiness
- Check agent-ready score
- Fix failing checks
- Implement MCP Server Card
- Add Content Signals
- Publish Agent Skills index
- Set up Markdown for Agents
- Batch scan multiple domains
Installation
Section titled “Installation”npx skills add https://github.com/fabricioctelles/skills -s agent-ready-cloudflareIncluded Sub-Skills
Section titled “Included Sub-Skills”Includes 20 implementation sub-skills covering:
robots.txtandsitemap- Markdown for Agents
- Content Signals
- MCP Server Card
- A2A Agent Card
- Agent Skills Index
- OAuth and WebMCP
- And more…
Audit Categories
Section titled “Audit Categories”graph TD A[Agent Ready Score] --> B[Discoverability] A --> C[Content] A --> D[Bot Access Control] A --> E[API/Auth/MCP Discovery] A --> F[Commerce] B --> G[Level 0-5]