← 返回 Skills 市场
Api Compat
作者
codenova58
· GitHub ↗
· v1.0.0
· MIT-0
233
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install api-compat
功能描述
Change public APIs without breaking clients—versioning schemes, additive vs breaking changes, deprecation windows, and comms. Use when shipping breaking chan...
使用说明 (SKILL.md)
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.
安全使用建议
This skill is purely advisory text about managing API changes and appears internally consistent and low-risk: it doesn't install software or request secrets. Before installing, consider provenance — the source/homepage is unknown, so if you require trusted provenance for your environment, prefer skills from known authors or internal docs. Also remember: "benign" here means the skill is coherent with its description, not that the guidance is guaranteed correct for your organization; review the recommendations against your own policies and telemetry systems before acting on them.
功能分析
Type: OpenClaw Skill
Name: api-compat
Version: 1.0.0
The skill bundle contains only documentation and metadata (SKILL.md and _meta.json) regarding API compatibility, versioning, and deprecation strategies. It lacks any executable code, network requests, or instructions that could be interpreted as malicious or suspicious.
能力评估
Purpose & Capability
Name, description, and SKILL.md all describe API compatibility practices. There are no unrelated requirements (no env vars, binaries, or install steps) that would be inconsistent with the stated purpose.
Instruction Scope
SKILL.md contains prose-level guidance, checklists, and best practices. It does not instruct the agent to run commands, read files, access environment variables, or transmit data to external endpoints.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes risk because nothing is downloaded or written to disk during install.
Credentials
The skill declares no required environment variables, credentials, or config paths. There is no disproportionate access requested relative to its stated function.
Persistence & Privilege
always is false and the skill makes no claims about modifying agent/system configuration. Autonomous invocation is allowed by default but presents no extra risk here because the skill performs only static guidance.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install api-compat - 安装完成后,直接呼叫该 Skill 的名称或使用
/api-compat触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the api-compat skill.
- Guides teams on managing public API changes, versioning, deprecations, and communication.
- Provides checklists and best practices to prevent breaking existing clients.
- Highlights strategies for versioning schemes and safe evolution of APIs.
元数据
常见问题
Api Compat 是什么?
Change public APIs without breaking clients—versioning schemes, additive vs breaking changes, deprecation windows, and comms. Use when shipping breaking chan... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 233 次。
如何安装 Api Compat?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install api-compat」即可一键安装,无需额外配置。
Api Compat 是免费的吗?
是的,Api Compat 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Api Compat 支持哪些平台?
Api Compat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Api Compat?
由 codenova58(@codenova58)开发并维护,当前版本 v1.0.0。
推荐 Skills