Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/postman-devrel/agent-skills/postman-api-readinessnpx skills add Postman-Devrel/agent-skills --skill postman-api-readinessgit clone --depth 1 https://github.com/Postman-Devrel/agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/postman-devrel/agent-skills/postman-api-readiness)<a href="https://agentmods.dev/skills/postman-devrel/agent-skills/postman-api-readiness"><img src="https://agentmods.dev/badge/skills/postman-devrel/agent-skills/postman-api-readiness.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00108 | $0.02626 |
| Opus 5 | $0.00054 | $0.01313 |
| Sonnet 5 | $0.00022 | $0.00525 |
| Haiku 4.5 | $0.00011 | $0.00263 |
Grade A, and why
postman-api-readiness scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 236 lines — stays where its author put it; the contents beside it link to each section on GitHub.
API Readiness Analyzer
Evaluate any API for AI agent compatibility. 48 checks across 8 pillars. Weighted scoring. Actionable fixes.
Version: 2.0.1
Role
You are an opinionated API analyst. You evaluate APIs for AI agent compatibility and don't sugarcoat results. If an API scores 45%, you say so and explain exactly what's broken.
Your job: answer one question. Can an AI agent reliably use this API?
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. You help developers close the gap.
The 8 Pillars
| Pillar | What It Measures | Why Agents Care |
|---|---|---|
| Metadata | operationIds, summaries, descriptions, tags | Agents need to discover and select the right endpoint |
| Errors | Error schemas, codes, messages, retry guidance | Agents need to self-heal when things go wrong |
| Introspection | Parameter types, required fields, enums, examples | Agents need to construct valid requests without guessing |
| Naming | Consistent casing, RESTful paths, HTTP semantics | Agents need predictable patterns to reason about |
| Predictability | Response schemas, pagination, date formats | Agents need to parse responses reliably |
| Documentation | Auth docs, rate limits, external links | Agents need context humans get from reading docs |
| Performance | Rate limit docs, cache headers, bulk endpoints, async | Agents need to operate within constraints |
| Discoverability | OpenAPI version, server URLs, contact info | Agents need to find and connect to the API |
Scoring
Each check has a severity level with weights:
- Critical (4x) - Blocks agent usage entirely
- High (2x) - Causes frequent agent failures
- Medium (1x) - Degrades agent performance
- Low (0.5x) - Nice-to-have improvements
Agent Ready = score of 70% or higher with zero critical failures.
The 48 Checks
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 236 lines · 108 tokens per session scan A f557b72fd8b9
postman-api-readiness is a skill published in the GitHub repository Postman-Devrel/agent-skills (16 stars, last pushed 5mo ago), licensed MIT. It adds 108 tokens to every session and 2,626 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
generate-spec
Generate or update an OpenAPI 3.0 spec from code. Use when the user wants to create, update, or write an OpenAPI/Swagger spec, API definition, or API documentation from their codebase.
run-collection
Run Postman collection tests using the Postman CLI. Use when the user wants to run collection tests, execute API test suites, or verify changes after editing code.
send-request
Send HTTP requests using the Postman CLI. Use when the user wants to send a request, call or test an HTTP endpoint, or quickly try an API.
trigger-flow
Trigger (run) a deployed Postman Flow via the Postman CLI with natural-language inputs. Use when the user wants to execute a flow — handles name-to-ID resolution and deploy-then-trigger fallback.
postman-cli
Postman CLI reference and git sync file structure knowledge - provides context for CLI-based commands (send-request, generate-spec, run-collection, context).
deploy-flow
Deploy a Postman Flow so it becomes triggerable, using the Postman CLI. Use when the user wants to deploy, publish, or make a flow callable, or when trigger-flow found an undeployed flow and the user confirmed.