Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Knowledge about AI agent API compatibility. Use when user asks about API readiness, agent compatibility, or wants to improve their API for AI consumption.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -4% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -16% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -10% | 0% |
Knowledge about what makes an API "agent-ready" for AI agent consumption.
An agent-ready API is one that an AI agent can:
Most APIs are built for human developers who can read docs, interpret ambiguous errors, and make judgment calls. AI agents can't do that. They need explicit metadata, structured errors, and predictable patterns.
Agent-readiness is measured across 8 pillars with 48 total checks. See pillars.md for the complete reference.
| Pillar | What It Measures | |--------|-----------------| | Metadata | operationIds, summaries, descriptions, tags | | Errors | Error schemas, HTTP codes, messages, retry guidance | | Introspection | Parameter types, required fields, enums, examples | | Naming | Consistent casing, RESTful paths, HTTP method semantics | | Predictability | Response schemas, pagination patterns, date formats | | Documentation | Auth docs, rate limits, external references | | Performance | Response times, caching headers, rate limit headers | | Discoverability | OpenAPI version, server URLs, contact info, license |
Suggest running the readiness analyzer when:
| Score | Verdict | What It Means | |-------|---------|---------------| | 90-100 | Excellent | API is highly agent-compatible. Minor improvements only. | | 70-89 | Agent Ready | Meets the bar. Some improvements recommended. | | 50-69 | Needs Work | Agents will struggle. Address critical and high issues. | | 0-49 | Not Ready | Significant gaps. Agents will fail frequently. |
These fixes have the highest impact-to-effort ratio:
Other measured skills in the registry, with their headline benchmark lift.