·api-integration-builder
</>

api-integration-builder

daffy0208/ai-dev-standards

OAuth、Webhook、レート制限、エラー処理、データ同期など、信頼性の高いサードパーティ API 統合を構築します。外部サービス (Slack、Stripe、Gmail など) との統合、API 接続の構築、Webhook の処理、または 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

OAuth、Webhook、レート制限、エラー処理、データ同期など、信頼性の高いサードパーティ API 統合を構築します。外部サービス (Slack、Stripe、Gmail など) との統合、API 接続の構築、Webhook の処理、または 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 とは?

OAuth、Webhook、レート制限、エラー処理、データ同期など、信頼性の高いサードパーティ API 統合を構築します。外部サービス (Slack、Stripe、Gmail など) との統合、API 接続の構築、Webhook の処理、または 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 で使用できるようになります

ソースリポジトリはどこですか?

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