agent-ready-scan-site

Solid

Sub-skill: Scan any URL for agent readiness. Checks 18 standards across 5 categories, returns readiness level (0-5), status of all checks, and fix instructions.

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

Install

View on GitHub

Quality Score: 85/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

# Skill: Scan Site for Agent Readiness ## What This Skill Does Scans any website URL and checks whether it implements the standards and protocols that make it accessible to AI agents. Checks 18 standards across 5 categories: discoverability, content accessibility, bot access control, API/auth/MCP discovery, and commerce. Returns a readiness level (0-5), the status of all 18 checks, and fix instructions for any failing checks. ## When to Use It - Checking whether a site supports agent protocols (MCP, robots.txt, Link headers, etc.) - Debugging why a site is missing specific agent-readiness checks - Getting actionable fix instructions to improve a site's agent readiness - Comparing agent readiness across multiple sites ## How to Call It Send a POST request to the scan API: ``` POST https://isitagentready.com/api/scan Content-Type: application/json {"url": "https://example.com", "format": "agent"} ``` ### Parameters - `url` (required): The URL to scan. Must be a valid HTTP or HTTPS URL. - `format` (optional): Set to `"agent"` for a markdown response with fix instructions, or `"json"` (default) for structured data. ### Using the MCP Server Alternatively, connect to the MCP server at: ``` https://isitagentready.com/mcp ``` Call the `scan_site` tool with a `url` parameter. ## How to Interpret Results ### JSON Format The response includes: - `level`: Integer 0-5 indicating overall readiness - `levelName`: Human-readable level name (e.g., "Agent-Readable") - `checks...

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

AI & Automation Featured

agent-ready-cloudflare

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.

77 Updated today
fabricioctelles
AI & Automation Solid

agent-readiness-scan

Use when a client audit, GEO/AI-visibility snapshot, or remediation re-scan needs the Cloudflare agent-readiness score from isitagentready.com — e.g. Theo client audits, "is the site agent-ready", markdown negotiation / MCP / llms.txt / Content-Signal checks, or tracking score deltas after Tier 0/1 fixes.

15 Updated 3 days ago
techhorizonlabs
AI & Automation Featured

agent-readiness-audit

Audit whether AI agents can actually use your product — docs, APIs, onboarding, errors, and discoverability, evaluated from a non-human user's perspective. Use when asked if a product is agent-ready, to audit a site or API for AI usability, to prepare for agentic traffic, or when agents keep failing against your product. Produces a scored readiness report with per-surface findings and a prioritised fix list. For optimising a single article for AI citation use aeo-optimizer; for designing the MCP server itself use mcp-server-spec.

1,356 Updated yesterday
mohitagw15856