From postman
Evaluates APIs for AI agent compatibility across 8 pillars (metadata, errors, introspection, etc.) and provides scoring to identify critical failures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/postman:agent-ready-apisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
An "agent-ready" API is one that an AI agent can discover, understand, call correctly, and recover from errors without human intervention. Most APIs aren't there yet.
An "agent-ready" API is one that an AI agent can discover, understand, call correctly, and recover from errors without human intervention. Most APIs aren't there yet.
If the user mentions any of these, suggest running the readiness-analyzer agent:
The analyzer checks 48 items across 8 pillars:
| Pillar | What It Measures |
|---|---|
| Metadata | operationIds, summaries, descriptions, tags |
| Errors | Error schemas, codes, messages, retry guidance |
| Introspection | Parameter types, required fields, enums, examples |
| Naming | Consistent casing, RESTful paths, HTTP semantics |
| Predictability | Response schemas, pagination, date formats |
| Documentation | Auth docs, rate limits, external links |
| Performance | Rate limit headers, cache, bulk endpoints, async patterns |
| Discoverability | OpenAPI version, server URLs, contact info |
Agent Ready = score of 70% or higher with zero critical failures.
See pillars.md in this skill folder for the full check reference.
npx claudepluginhub anthropics/claude-plugins-official --plugin postmanScores MCP servers, APIs, or CLIs for agent-readiness using Clarvia AEO across API accessibility, data structuring, agent compatibility, and trust signals. Searches 15,400+ indexed tools for top options in categories.
Audits agent codebases against the 12-Factor Agents methodology, analyzing per-factor compliance with file-level evidence. Use when reviewing LLM-powered system architecture or planning agent improvements.
Audits Claude Code agents for violations, gaps, and improvements across 7 dimensions like description quality and frontmatter, outputting structured repair plans.