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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install driftabot - After installation, invoke the skill by name or use
/driftabot - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.
How do I install DriftaBot?
Run "/install driftabot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DriftaBot free?
Yes, DriftaBot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does DriftaBot support?
DriftaBot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DriftaBot?
It is built and maintained by Pascoal Gomes (@pgomes13); the current version is v1.0.0.