·api-integration-builder
</>

api-integration-builder

daffy0208/ai-dev-standards

构建可靠的第三方 API 集成,包括 OAuth、Webhooks、速率限制、错误处理和数据同步。在与外部服务(Slack、Stripe、Gmail 等)集成、构建 API 连接、处理 Webhooks 或实施 OAuth 流程时使用。

52安装·0热度·@daffy0208

安装

$npx skills add https://github.com/daffy0208/ai-dev-standards --skill api-integration-builder

SKILL.md

Pros: Simple, no complex flows Cons: Can't act on behalf of users, no granular permissions

❌ Storing tokens unencrypted: Always encrypt access/refresh tokens ❌ No token refresh: Tokens expire, implement refresh flow ❌ Synchronous webhook processing: Process webhooks in background jobs ❌ No idempotency: Webhooks may be delivered multiple times ❌ Ignoring rate limits: Implement client-side rate limiting

❌ Poor error messages: Show helpful errors, not "API Error 500" ❌ No retry logic: APIs are unreliable, always retry with backoff ❌ Missing signature verification: Attackers can forge webhooks

构建可靠的第三方 API 集成,包括 OAuth、Webhooks、速率限制、错误处理和数据同步。在与外部服务(Slack、Stripe、Gmail 等)集成、构建 API 连接、处理 Webhooks 或实施 OAuth 流程时使用。 来源:daffy0208/ai-dev-standards。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/daffy0208/ai-dev-standards --skill api-integration-builder
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 api-integration-builder?

构建可靠的第三方 API 集成,包括 OAuth、Webhooks、速率限制、错误处理和数据同步。在与外部服务(Slack、Stripe、Gmail 等)集成、构建 API 连接、处理 Webhooks 或实施 OAuth 流程时使用。 来源:daffy0208/ai-dev-standards。

如何安装 api-integration-builder?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/daffy0208/ai-dev-standards --skill api-integration-builder 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/daffy0208/ai-dev-standards