Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Detect breaking changes in OpenAPI specs. Use when reviewing API changes, validating PRs that modify API specs, checking backward compatibility, or linting O...
Detect breaking changes in OpenAPI specs. Use when reviewing API changes, validating PRs that modify API specs, checking backward compatibility, or linting O...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
# Diff two specs (breaking vs non-breaking) npx @sethclawd/schemaguard diff old.yaml new.yaml # CI check (exit 0=safe, 1=breaking, 2=error) npx @sethclawd/schemaguard ci --spec ./openapi.yaml --baseline ./baseline.yaml # Lint spec quality npx @sethclawd/schemaguard lint ./openapi.yaml # JSON output for programmatic use npx @sethclawd/schemaguard diff old.yaml new.yaml --format json
Before committing changes to an OpenAPI spec When reviewing PRs that modify API routes After generating/updating OpenAPI specs from code Before deploying API changes to production Validating that a migration maintains backward compatibility
RuleWhat It Catchesendpoint-removedDeleted endpointsrequired-param-addedNew required parametersfield-type-changedChanged field typesresponse-field-removedRemoved response fieldsenum-value-removedNarrowed enumsauth-requirement-changedChanged security schemes
Added endpoints, optional params, response fields, widened enums, deprecations.
For direct tool integration: npx @sethclawd/schemaguard --mcp Exposes: schemaguard_diff, schemaguard_lint, schemaguard_check
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.