DriftaBot
/install driftabot
DriftaBot Registry Skill
DriftaBot Registry (https://github.com/DriftaBot/registry) is a public registry that:
- Tracks 59+ API providers (Stripe, GitHub, Twilio, Slack, Shopify, and many more)
- Crawls specs daily from each provider's canonical GitHub repository
- Generates markdown drift reports when breaking changes are detected
When to use this skill
- User asks "did X API change?", "what broke in Y's API?", "show me drift for Z"
- User wants to know which providers are tracked in the registry
- User asks about current API spec versions or types (OpenAPI, GraphQL, gRPC)
How to query the registry
Base URL: https://raw.githubusercontent.com/DriftaBot/registry/main
1. List all providers
Fetch {BASE}/provider.companies.yaml and parse the YAML.
Each entry has: name (slug), display_name, specs[].type, specs[].repo.
2. Get a drift report for a provider
Fetch {BASE}/drifts/{org}/{repo}/result.md
- Find
org/repofrom the provider'sspecs[].repofield in provider.companies.yaml - Example: stripe → repo
stripe/openapi→ fetchdrifts/stripe/openapi/result.md - If the file returns 404 or empty, no breaking changes were detected for that provider.
3. Get the current spec file
Fetch {BASE}/companies/providers/{name}/{type}/{filename}
- Example:
companies/providers/stripe/openapi/stripe.openapi.json
Example queries and responses
"Did Stripe's API break anything?"
→ Fetch drifts/stripe/openapi/result.md and summarize the breaking changes.
"What API providers are tracked?"
→ Fetch provider.companies.yaml, list all company names and their spec types.
"What type of spec does Shopify use?"
→ Find shopify in provider.companies.yaml, return specs[].type (graphql).
Tool usage
Use the web tool (or bash with curl) to fetch URLs. Parse YAML with available tools.
Always look up the repo from provider.companies.yaml before constructing drift URLs.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install driftabot - 安装完成后,直接呼叫该 Skill 的名称或使用
/driftabot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
DriftaBot 是什么?
Query the DriftaBot Registry for API spec drifts, breaking changes, and provider information. Use when the user asks about API changes, breaking changes, pro... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。
如何安装 DriftaBot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install driftabot」即可一键安装,无需额外配置。
DriftaBot 是免费的吗?
是的,DriftaBot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
DriftaBot 支持哪些平台?
DriftaBot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DriftaBot?
由 Pascoal Gomes(@pgomes13)开发并维护,当前版本 v1.0.0。