api-integration
SolidIntegrate with external APIs using REST clients, webhook consumers, SDK wrappers, and polling patterns with proper authentication, error handling, and retry logic. Use when the user requests api integration or provides relevant inputs for this workflow.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- seb1n
- Repository
- seb1n/awesome-ai-agent-skills
- Created
- 6 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
api-design
Design RESTful APIs with proper resource modeling, HTTP method semantics, status codes, pagination, versioning, and documentation. Use when the user requests api design or provides relevant inputs for this workflow.
api-integrate
Generate typed API clients and DTOs from OpenAPI/Swagger. Use when integrating an API or invoking /api-integrate.
integration-engineering
Use for public APIs, webhooks, third-party connectors, and data integration — REST/OpenAPI contracts + versioning + idempotency, signed/idempotent webhooks, the transactional outbox + DLQ, resilient outbound calls (timeout/retry/circuit-breaker), contract testing, and SSRF-safe boundaries. Trigger on "build/expose an API", "webhooks", "integrate with <service>", "connector", "ETL/sync", "rate limit/versioning", or any system-to-system boundary.