postman-devrel/postman-claude-code-plugin · Archived

agent-ready-apis

Knowledge about AI agent API compatibility. Use when user asks about API readiness, agent compatibility, or wants to improve their API for AI consumption.

First seen Apr 8, 2026

Installation

$ npx skills add postman-devrel/postman-claude-code-plugin --skill agent-ready-apis

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from postman-devrel/postman-claude-code-plugin · top by installs.

npx skills add postman-devrel/postman-claude-code-plugin

Browse all from postman-devrel/postman-claude-code-plugin

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 36
License LICENSE
Default branch main
Open issues 1
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,037 B
  • docs SUMMARY.md 178 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Agent-Ready APIs

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.

When to Suggest the Analyzer

If the user mentions any of these, suggest running the readiness-analyzer agent:

  • "Is my API agent-ready?"
  • "Can AI agents use my API?"
  • "Scan my API" / "Analyze my spec"
  • "What's wrong with my API for AI?"
  • "How agent-friendly is my API?"
  • "Improve my API for AI agents"

What Gets Evaluated

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

Scoring

  • Critical checks (4x weight): Blocks agent usage entirely
  • High checks (2x weight): Causes frequent agent failures
  • Medium checks (1x weight): Degrades agent performance
  • Low checks (0.5x weight): Nice-to-have improvements

Agent Ready = score of 70% or higher with zero critical failures.

Interpreting Results

  • 90-100%: Excellent. Agents can use this API reliably.
  • 70-89%: Agent-ready. Minor improvements possible.
  • 50-69%: Not agent-ready. Key issues need fixing.
  • Below 50%: Significant work needed. Focus on critical failures first.

See pillars.md in this skill folder for the full check reference.