Skill Detail

Run contract tests from API descriptions against live endpoints before integrations break with Dredd

Lets an agent execute OpenAPI or API Blueprint contract checks against a running service so spec drift is caught before release.

Library & API ReferenceMulti-Framework
Library & API Reference Multi-Framework Security Reviewed
โญ 4.2k GitHub stars โฌ‡ 53.9k/wk npm
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill run-contract-tests-from-api-descriptions-against-live-endpoints-before-integrations-break-with-dredd Copy
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
At a glance
Tools required
Node.js, Dredd CLI, OpenAPI or API Blueprint spec, running API endpoint
Install & setup
npm install –global dredd
Author
Apiary
Publisher
Organization
Last updated
Apr 17, 2026
Quick brief

Use Dredd when an agent needs to verify that a live HTTP API still behaves like its published description. It fits integration review, release hardening, and contract drift investigations where a spec already exists and must be tested against reality.

How it works

What this skill actually does

Invoke this instead of using the API product normally when the agent must turn an API description into executable contract checks against a running service. This is skill-shaped because the boundary is narrow: spec-driven contract verification of live endpoints. It is not a generic API platform, SDK, or documentation server listing.