Integrations & APIs
Integration agent skills teach AI agents to work with specific external services and APIs: third-party platforms, webhooks, MCP servers, and data syncs. Instead of re-explaining an API every session, install the skill and the agent knows the endpoints and conventions.
-
zhouyinlong-lab Skill Slack Gif CreatorSlack GIF 动图生成器——创建专门针对 Slack 优化的动画 GIF。 Emoji 128×128、消息 GIF 480×480,自动适配 Slack 的上传限制。 Anthropic 官方出品。适合团队沟通、Demo 演示、产品功能展示。 Trigger keywords: slack gif, 动图, GIF, Slack表情, 动画表情, 做动图, 生成GIF, Slack GIF, animated GIF, 表情包, 演示动图, product demo GIF, Slack sticker, 团队表情。
-
zhouyinlong-lab Bundle Claude To ImBridge THIS Claude Code or Codex session to Telegram, Discord, Feishu/Lark, QQ, or WeChat so the user can chat with Claude from their phone. Use for: setting up, starting, stopping, or diagnosing the claude-to-im bridge daemon; forwarding Claude replies to a messaging app; any phrase like "claude-to-im", "bridge", "消息推送", "消息转发", "桥接", "连上飞书", "手机上看claude", "启动后台服务", "诊断", "查看日志", "配置". Subcommands: setup, start, stop, status, logs, reconfigure, doctor. Do NOT use for: building standalone bots, webhook integrations, or coding with IM platform SDKs — those are regular programming tasks.
-
nexscope-ai Bundle Ecommerce Amazon Ads API AccessAuthorize Amazon Ads accounts and inspect safe connection and profile metadata.
-
nexscope-ai Bundle Ecommerce Amazon Advertising APIAuthorize Amazon Ads accounts, manage SP, SB, and SD entities, and retrieve advertising reports.
-
nexscope-ai Bundle Ecommerce Amazon Ads Reporting APICreate, poll, resume, download, and save Amazon Ads v3 reports.
-
nexscope-ai Bundle Ecommerce Tiktok Creator Search APISearch TikTok ecommerce creator rankings by market and date range. Use this skill when the user asks for this exact ecommerce workflow, analysis, data lookup, or deliverable.
-
nexscope-ai Bundle Ecommerce Reverse Product Image Search APIFind visual or keyword-derived competitors from a product image or URL across supported marketplaces. Use this skill when the user asks for this exact ecommerce workflow, analysis, data lookup, or deliverable.
-
nexscope-ai Bundle Ecommerce Product Description Generator APIGenerate product descriptions and other text asynchronously, or query an existing text-generation task by taskId. Use this skill for ecommerce copywriting, text/image/video-assisted content generation, task creation, status polling, and result retrieval.
-
nimadorostkar Skill NestjsUse when building NestJS services. Covers module structure, providers and scopes, validation pipes, guards and interceptors, TypeORM/Prisma integration, and testing.
-
nimadorostkar Skill GRAPHQLUse when designing or operating a GraphQL API. Covers schema design, resolver performance and DataLoader batching, query cost limiting, error handling, and federation.
-
nimadorostkar Skill API DesignUse when designing or reviewing an HTTP API. Covers resource modeling, status codes, pagination, idempotency, versioning, error formats, and the contract details that break clients when you get them wrong.
-
nimadorostkar Skill Test StrategyUse when deciding what to test and at which level. Covers the test pyramid, what belongs in unit versus integration versus end-to-end tests, coverage as a signal rather than a target, and eliminating flakiness.
-
attac-t Bundle Craft APICrafting API surfaces. Entry points, fluent builders, progressive disclosure.
-
attac-t Bundle Decide FacadeWhen to use Facade vs Trait vs Static Factory vs Helper vs Manager. Five API entry point patterns.
-
handsomeboy990 Bundle API DesignAPI Design
-
handsomeboy990 Bundle API TestingAPI Testing
-
poorvith-mp Bundle WebhooksBuild webhook receivers with signature verification, idempotency, retries and dead letter queues. Use when implementing, verifying, or signing incoming/outgoing webhooks.
-
poorvith-mp Bundle API DesignDesign and document REST, GraphQL and gRPC contracts with OpenAPI, versioning and contract tests. Use when creating OpenAPI schemas, REST, GraphQL, or gRPC contracts.
-
poorvith-mp Bundle Test SuiteWrite tests for happy paths, edge cases and failure modes, and produce the run output as proof. Use when writing unit, integration, or regression test suites.
-
poorvith-mp Bundle AuthenticationImplement OAuth 2.0, OIDC, sessions, token lifetimes, MFA and password storage without rolling your own crypto. Use when implementing auth flows, OAuth, JWT, MFA, or sessions.
-
poorvith-mp Bundle GRAPHQL API DesignerMoved to api-design in skills-developer. Removed in v4.1.
-
poorvith-mp Bundle API Lifecycle EngineerMoved to api-design in skills-developer. Removed in v4.1.
-
poorvith-mp Skill Webhook Handler BuilderMoved to webhooks in skills-developer. Removed in v4.1.
-
poorvith-mp Skill Voice AI Integration EngineerMoved to speech-pipelines in skills-developer. Removed in v4.1.
-
wike-chi Bundle GithubGitHub Trending Monitor. Fetch GitHub trending repos by daily/weekly/monthly period using real GitHub Search API. Runs scripts/github_trending.py (no pip deps, stdlib only). Use when user asks for 今日热门, 本周热门, 本月热门, GitHub trending, 开源动态, or popular repos. Supports language filter (python/javascript/go/rust etc.) and GITHUB_TOKEN for higher rate limits. 触发词:GitHub、trending、开源、热门项目.
-
wike-chi Bundle Tavily Search使用 Tavily API 进行网页搜索和实时信息检索。当用户需要搜索最新信息、查找特定网页、或需要实时网络数据时使用。
Audited -
wike-chi Bundle Brave Web SearchBrave 网页搜索技能。使用 Brave Search API 进行隐私友好的网页搜索。支持摘要、原创内容过滤。需配置 BRAVE_API_KEY。
-
wike-chi Bundle Multi Search EngineMulti search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.
-
arbazkhan971 Bundle APIAPI design and specification. REST, GraphQL, gRPC, OpenAPI, design an API, create API spec, validate my API, endpoint.
-
arbazkhan971 Skill PayPayment and billing integration -- Stripe, subscriptions, invoicing, tax, PCI compliance.
-
arbazkhan971 Bundle AuthAuthentication and authorization. JWT, OAuth2, OIDC, SAML, API keys, mTLS, MFA, passwordless, social login, session management, identity providers (Auth0, Okta, Cognito).
-
arbazkhan971 Skill GrpcgRPC and Protocol Buffers skill. Proto design, code generation, streaming patterns, gRPC-web, load balancing, service mesh integration. Triggers on: /godmode:grpc, "gRPC service", "proto file", "streaming RPC", "gRPC-web".
-
arbazkhan971 Skill FastapiFastAPI mastery skill. Covers Pydantic models, DI, async DB access, background tasks, WebSocket, testing. Triggers on: /godmode:fastapi, "fastapi", "pydantic", "async api", "python api".
-
rweisssieker-xp Bundle Optional Connector RouterRoute Teams, Slack, email, calendar and document exports into the correct Autonomous CIO connector profile and adapter workflow. Use when the user needs optional connector router for CIO decision support.
-
rweisssieker-xp Bundle Architecture Runway GuardianProtect architecture runway by detecting capacity, integration, platform, technical-debt and exception risks before approval. Use when the user needs architecture runway guardian for CIO decision support.
-
rweisssieker-xp Bundle Resilience Continuity PlannerDraft resilience and continuity plans for outage, incident, service, recovery, billing, integration or customer-impact signals. Use when the user needs resilience continuity planner for CIO decision support.
Frequently asked questions
What are Integrations & APIs agent skills?
Integration agent skills teach AI agents to work with specific external services and APIs: third-party platforms, webhooks, MCP servers, and data syncs. Instead of re-explaining an API every session, install the skill and the agent knows the endpoints and conventions.
Which Integrations & APIs skills are most installed?
Popular Integrations & APIs skills on SkillMD right now include webhooks, api-design, voice-ai-integration-engineer. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do Integrations & APIs skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.