Api Compat
/install api-compat
API Compatibility
Own the lifecycle of a public API: who breaks when you ship, how long old behavior lives, and how clients discover what’s next. Pair with http-api for how requests look today; this skill is about time and promises.
When to use
- Adding/removing fields, routes, or semantics that existing clients rely on.
- Choosing URL vs header vs package versioning—or when no formal version and only additive JSON.
- Deprecation: timelines, metrics (who still calls old paths?), and removal gates.
Core ideas
- Additive first — nullable new fields beat silent behavior changes.
- Explicit contracts — integration tests or consumer-driven checks for critical partners.
- Communicate — changelog, developer email, in-response Sunset / warnings where standards allow.
Avoid
- “We’ll just bump the version” without a migration story for slow-moving apps.
- Breaking auth or pagination with no coordination window.
- Deprecating without usage data—you’ll cut traffic you didn’t know existed.
Checklist before breaking
- Who is affected (internal only vs third parties)?
- Minimum notice period and rollback if telemetry spikes errors?
- Docs + examples updated before the flag day?
Done when
- Old and new behaviors are measurable; removal is gated on evidence, not hope.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install api-compat - After installation, invoke the skill by name or use
/api-compat - Provide required inputs per the skill's parameter spec and get structured output
What is Api Compat?
Change public APIs without breaking clients—versioning schemes, additive vs breaking changes, deprecation windows, and comms. Use when shipping breaking chan... It is an AI Agent Skill for Claude Code / OpenClaw, with 233 downloads so far.
How do I install Api Compat?
Run "/install api-compat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Api Compat free?
Yes, Api Compat is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Api Compat support?
Api Compat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Api Compat?
It is built and maintained by codenova58 (@codenova58); the current version is v1.0.0.