agent-ready-cloudflare

Featured

Audit and improve website readiness for AI agents using the Cloudflare "Is It Agent Ready?" scanner (isitagentready.com). Covers scanning via API, interpreting results, generating implementation prompts, and fixing every check. Use when the user mentions "agent ready", "isitagentready", "AI agent scan", "agent readiness", "agent-ready score", "MCP server card", "agent skills index", "markdown for agents", "content signals", "web bot auth", "agent discovery", "RFC 9727", "RFC 8288", "RFC 9728", "SEP-1649", "WebMCP", "x402", "UCP", "ACP", or wants to make a website discoverable and usable by AI agents.

AI & Automation 77 stars 7 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
63
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Agent Ready — Cloudflare Scanner Audit any website for AI agent readiness, generate actionable fix prompts, and implement improvements to increase the agent-ready score. --- ## 0. Operational Flow Follow this flow every time this skill is activated: ### Step 1 — Get the domain If the user did not provide a domain, ask: > Which domain do you want to scan on isitagentready.com? ### Step 2 — Scan via API ```bash curl -s -X POST 'https://isitagentready.com/api/scan' \ -H 'Content-Type: application/json' \ -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36' \ -H 'Referer: https://isitagentready.com/' \ -H 'Origin: https://isitagentready.com' \ -d '{"url":"https://DOMAIN/","enabledChecks":["robotsTxt","sitemap","linkHeaders","dnsAid","markdownNegotiation","robotsTxtAiRules","contentSignals","webBotAuth","apiCatalog","oauthDiscovery","oauthProtectedResource","authMd","mcpServerCard","a2aAgentCard","agentSkills","webMcp","x402","mpp","ucp","acp","ap2"]}' ``` Replace `DOMAIN` with the target domain. ### Step 3 — Generate the Markdown report Use the API response to build a report with this structure: ```markdown # Agent Ready Scan — {domain} > **Score:** Level {level} — {levelName} > **Scanned:** {scannedAt} > **Link:** [View online](https://isitagentready.com/{domain}) ## Summary | Category | Score | |----------|-------| | Discoverability | {passed}/{total} | | Content | {passed}/{total} | |...

Details

Author
fabricioctelles
Repository
fabricioctelles/skills
Created
6 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category