AI agent skills for API integration
Integration skills save you from re-explaining an API every session: endpoints, auth shape, pagination, rate limits, and the three fields that are documented wrong. The strongest ones encode the failure modes — what a 429 means for this particular service, which errors are retryable — because that is the knowledge that is expensive to rediscover. Check when the skill was last updated; an integration skill pinned to an API that has since moved is worse than none.
People land here searching for “claude code skill for api integration”, “agent skill rest api client”, “skill to call an external api”.
33 API integration skills Refine in search →
-
seb1n Skill API IntegrationIntegrate 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.
Audited 159 -
ihkreddy Skill API IntegrationDesign and implement REST API integrations with proper error handling, authentication, rate limiting, and testing. Use when building API clients, integrating third-party services, or when users mention API, REST, webhooks, HTTP requests, or service integration.
-
paulpas Skill Salesforce API RESTImplements interactions with the Salesforce API using REST protocols to manage customer relationship data effectively.
Audited -
tomevault-io Bundle API Integration 2Work with REST and GraphQL APIs, authentication, API configuration, and data fetching. Use when implementing API calls, debugging network requests, setting up Apollo Client, or handling authentication. Use when this capability is needed.
-
leandrobenjaminl Bundle Shared API IntegrationIntegrate REST APIs in Python using requests, httpx, or official SDKs, handling authentication, rate limiting, pagination, and errors.
0 -
majiayu000 Bundle API Integration 3Build and test REST API integrations with authentication, pagination, error handling, and webhooks.
567 -
g1joshi Skill REST APIREST API design with HTTP methods and status codes. Use for web APIs.
-
majiayu000 Bundle API IntegrationConnect to REST APIs, handle authentication, and process JSON responses
567 -
pranavnagrecha Bundle REST API Pagination PatternsREST API pagination for inbound and outbound integrations: Salesforce QueryMore, cursor-based, offset-based, Link header, page-size tuning, rate limit interaction. NOT for REST CRUD or Composite — use integration/rest-api-patterns. NOT for GraphQL pagination — use integration/graphql-api-patterns.
15 -
aibot88 Bundle Tech API IntegrationGuide REST API integration including HTTP methods, authentication, error handling, and rate limiting. Use this skill when the user needs to connect to a third-party API, design an API client, troubleshoot API errors, or understand API concepts — even if they say 'connect to this API', 'why is the API returning errors', 'how do I authenticate', or 'build an API integration'.
3 -
diegosouzapw Bundle API Integration 3Work with REST and GraphQL APIs, authentication, API configuration, and data fetching. Use when implementing API calls, debugging network requests, setting up Apollo Client, or handling authentication.
54 -
srstomp Bundle API IntegrationUse when consuming external APIs, integrating third-party services, generating type-safe API clients, implementing authentication flows, or working with OpenAPI/Swagger, GraphQL, or REST specs. TypeScript-primary with language-agnostic patterns.
-
holobiomicslab Skill REST API Client IntegrationUse when you have a batch of chemical compounds (identifiers and structures in SMILES, InChI, or IUPAC format) that need to be submitted to a remote REST API for classification or analysis, and you require the server's response (query ID and status) to track or retrieve results asynchronously.
Audited -
kraitdev Skill API Design RESTWhen creating or extending an HTTP API for client consumption.
Audited -
tibursocampos Skill API Integrate 4Generate typed API clients and DTOs from OpenAPI/Swagger. Use when integrating an API or invoking /api-integrate.
-
jgtolentino Skill Github API IntegrationGitHub API Integration Development
-
tomevault-io Bundle API Integration 3Use when consuming external APIs, integrating third-party services, generating type-safe API clients, implementing authentication flows, or working with OpenAPI/Swagger, GraphQL, or REST specs. TypeScript-primary with language-agnostic patterns.
-
tibursocampos Skill API Integrate 8Generate typed API clients and DTOs from OpenAPI/Swagger. Use when integrating an API or invoking /api-integrate.
-
dchuk Skill API VersioningImplements RESTful API design with versioning and request tests. Use when building APIs, adding API endpoints, versioning APIs, or when user mentions REST, JSON API, or API design.
-
joeynyc Skill API IntegrationIntegrates with various REST APIs using different URL patterns and endpoints when data fetching or authentication is needed.
-
tomevault-io Bundle Viktorbezdek Skillstack API DesignAPI Design
-
lakernote Skill API Design设计或实现 HTTP/REST API 时,明确资源、契约、错误、验证、分页,并给出可运行和可验证的最小实现。
-
tomevault-io Bundle Neuzhou Repo2skill Django REST Frameworkdjango-rest-framework
-
jgtolentino Skill Github API Integration 2GitHub API Integration Development
How to install a API integration skill
- Compare the skills. Read the API integration skills below — each page shows the full SKILL.md, its safety verdict, and the capabilities it declares.
- Install it. Run npx skillmds@latest add <owner>/<name>. The CLI writes the skill into every agent directory it detects, or use --agent to pin one.
- Use it. Restart your agent. It loads the skill on demand the next time you ask for something that matches — you do not have to name the skill.
What makes a good API integration skill?
Integration skills save you from re-explaining an API every session: endpoints, auth shape, pagination, rate limits, and the three fields that are documented wrong. The strongest ones encode the failure modes — what a 429 means for this particular service, which errors are retryable — because that is the knowledge that is expensive to rediscover. Check when the skill was last updated; an integration skill pinned to an API that has since moved is worse than none.
Every skill listed here is a plain SKILL.md file in the format Anthropic documents for Agent Skills, read unchanged by Cursor, OpenAI Codex and 60+ agents. Each passes a safety review before it is publicly listed; the verdict and declared capabilities are on every skill's page.
Frequently asked questions
What is an agent skill for API integration?
Integration skills save you from re-explaining an API every session: endpoints, auth shape, pagination, rate limits, and the three fields that are documented wrong. The strongest ones encode the failure modes — what a 429 means for this particular service, which errors are retryable — because that is the knowledge that is expensive to rediscover. Check when the skill was last updated; an integration skill pinned to an API that has since moved is worse than none.
Do integration skills include API keys?
They must not, and any skill containing a credential fails the safety review before it can be listed. A well-built one tells the agent which environment variable to read and leaves the value to you.
Which agents can use these API integration skills?
Any agent that reads SKILL.md files: Claude Code, Claude.ai, Cursor, OpenAI Codex, Windsurf, OpenCode and 60+ others. The format is not vendor-specific, so the same file works everywhere — each agent just keeps its skills in a different directory, listed at /agents.
Are these API integration skills free?
Yes. Searching, reading and installing skills on SkillMD is free and needs no account. Individual skills carry their own licence, shown on each skill's page.