Install
openclaw skills install driftabotQuery the DriftaBot Registry for API spec drifts, breaking changes, and provider information. Use when the user asks about API changes, breaking changes, provider specs, or what changed in a specific API.
openclaw skills install driftabotDriftaBot Registry (https://github.com/DriftaBot/registry) is a public registry that:
Base URL: https://raw.githubusercontent.com/DriftaBot/registry/main
Fetch {BASE}/provider.companies.yaml and parse the YAML.
Each entry has: name (slug), display_name, specs[].type, specs[].repo.
Fetch {BASE}/drifts/{org}/{repo}/result.md
org/repo from the provider's specs[].repo field in provider.companies.yamlstripe/openapi → fetch drifts/stripe/openapi/result.mdFetch {BASE}/companies/providers/{name}/{type}/{filename}
companies/providers/stripe/openapi/stripe.openapi.json"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).
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.