← 返回
未分类 中文

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...
查询DriftaBot注册表以获取API规范偏差、破坏性变更和提供商信息。当用户询问API变更、破坏性变更或提供商相关信息时使用。
pgomes13 pgomes13 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 373
下载
💾 0
安装
1
版本
#latest

概述

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/repo from the provider's specs[].repo field in provider.companies.yaml
  • Example: stripe → repo stripe/openapi → fetch drifts/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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 03:11 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 80 📥 182,911
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 685 📥 330,769
dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 42,062