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.
-
heldinhow Bundle GRAPHQL ResolversImplement GraphQL resolver functions for data fetching and mutation handling.
-
heldinhow Bundle API Best PracticesApply modern standards and best practices for designing scalable, secure, and maintainable REST APIs.
-
heldinhow Bundle JWT AuthImplement JWT (JSON Web Token) authentication for secure API access.
-
heldinhow Skill Axiom IOS GamesUse when building ANY 2D or 3D game, game prototype, or interactive simulation with SpriteKit, SceneKit, or RealityKit. Covers scene graphs, ECS architecture, physics, actions, game loops, rendering, SwiftUI integration, SceneKit migration.
-
jason-in-tech Skill Keep AwakeKeep a Cruise Shell session alive for up to 24 hours. Automates Slack keep-alive via Playwright, runs caffeinate on Mac via reverse SSH, verifies VPN and SSH health. First run requires one Mac Terminal command; all subsequent runs are fully automatic. Use when the user says "keep awake", "keep alive", "prepare overnight", "going to bed", "leaving cursor running", or wants to run agents unattended for hours.
-
jason-in-tech Skill Slack PrepareSlack Prepare: Draft, Review, Send
-
heldinhow Skill Opentelemetry Dotnet InstrumentationProvides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, naming conventions, error handling, performance, and API design best practices.
-
j33bs Skill Integration VllmvLLM serving patterns for DSPy
-
j33bs Skill Dspy Gepa OptimizerFull GEPA API and optimization patterns
-
small-cat Bundle Triton Operator Code Review静态检视 Triton 算子代码质量(Host 侧 + Device 侧),面向 Ascend NPU。当用户需要通过阅读代码发现潜在 bug、API 误用和性能隐患时使用。核心能力:(1)Ascend API 约束合规检查 (2)Mask 完整性验证 (3)精度处理审查 (4)代码模式识别。注意:本 Skill 仅关注静态代码分析,编译期和运行时问题由其他 Skill 处理。
-
j33bs Skill Integration LangchainLangChain interoperability patterns for DSPy
-
j33bs Skill Integration Llama Cppllama.cpp integration for DSPy
-
andrewdhood Bundle Paysafe IntegrationIntegrate the Paysafe payment platform into web apps, Salesforce, or any backend. Covers both product lines: **paysafe.js** (client-side SDK with hosted-field tokenization, card-only — CARD / APPLEPAY / GOOGLEPAY — no ACH/eCheck, PCI SAQ-A via Paysafe-hosted iframes) and **Paysafe Checkout** (white-label hosted overlay — supports cards, Apple Pay, Google Pay, ACH, Instant ACH, Pay by Bank US, Interchecks, Skrill, NETELLER, PaysafeCash, Play+, PayPal/Venmo, and more — less UI customization). Use this skill whenever the user mentions paysafe, paysafe.js, paysafe-js, paysafe fields, Paysafe Checkout, hosted checkout, tokenization, hosted field, single-use payment handle, payment handle token, Paysafe REST API, `/paymenthub/v1`, Payments API, Customer Vault, single-use customer token, ACH, eCheck, Instant ACH, Pay by Bank US, Plaid (as a Paysafe Checkout embedded flow), 3DS, 3D Secure, SAQ-A, SAQ-A-EP, iframe checkout, overlay checkout, Paysafe webhook, Paysafe webhook signature (HMAC-SHA256), `hosted.paysafe.com
-
000benniu Bundle Manual API Integration外部システムから業務マニュアル一覧を取得・表示するためのスキル。API エンドポイントや、Liferay 上でのモダンな表示ロジックを定義します。
-
000benniu Bundle Servicenow IntegrationServiceNow インシデントサービスとの統合。ServiceNow のインシデントを取得、表示やデータの永続化も含まれます。
-
000benniu Skill Liferay API Best PracticesLiferay DXP Headless API(Delivery, Objects, Commerce, User)の利用。
-
dongdongcai Bundle Japanese AnkiUse when the user wants to turn a Japanese sentence into two Anki cards inside Codex, without calling the OpenAI API separately. This skill generates 2 natural Japanese rewrites, 2 realistic usage scenarios in Chinese, and a short Chinese explanation, shows the result to the user, asks for confirmation, and then adds the cards to Anki via AnkiConnect.
-
louisgamedev Bundle EveryfileFast file and folder search on Windows via Voidtools Everything. Use when the user asks to find, list, or count files/folders — by name, path, extension, size, date, or duplicates. Provides the CLI (ev) and Python API. Prefer over Get-ChildItem or dir when Everything is running and broad/instant search is needed. Covers: "find files", "search for files", "locate a file/folder", "where is X", "list files by extension", "find large/recent/duplicate files". Do NOT use for Linux/macOS or when Everything is not installed.
-
000benniu Bundle Liferay Nav Template GeneratorLiferayナビゲーションテンプレートジェネレーター。FreeMarkerおよびNavItem APIをベースとしています。
-
000benniu Bundle Liferay Fragment Automation CoreLiferay DXP におけるフラグメント、ページ、およびドキュメントリソースの API 駆動による自動生成とデプロイメントを制御するためのエキスパートガイド。
-
almoghrs Skill CLI Copilot Review LoopUses the GitHub CLI to trigger Copilot reviews, parse GraphQL feedback, evaluate suggestions critically, apply fixes with local verification, and loop until approved (max 3 review iterations).
-
almasumdev Skill OAUTH MobileOAuth 2.1 + PKCE for native mobile apps. Covers redirect URIs, AppAuth libraries, and the flows that are safe vs deprecated. Use when implementing or reviewing user login.
-
banibratachatterjee Bundle Drag And DropImplement drag-and-drop in LWC using HTML5 Drag and Drop API, keyboard alternatives, and accessible announcements. NOT for kanban migration from legacy Lightning.
-
thejordanleopold Skill API DesignUse when designing APIs, defining interfaces, choosing between REST and alternatives, applying Hyrum's Law, designing resilience patterns (circuit breaker, retry with backoff, health checks), writing API contracts, or reviewing API design for consistency and correctness. Triggers: "design an API", "API design", "REST API", "interface design", "HTTP endpoints", "contract-first", "Hyrum's Law", "circuit breaker", "retry logic", "health check endpoint".
-
thejordanleopold Skill E2e TestingUse when writing end-to-end tests, browser automation with Playwright, integration tests hitting real databases, API integration testing, testing complete user flows, managing test data lifecycle, or applying property-based testing. Triggers: "e2e test", "end-to-end", "Playwright", "browser test", "integration test", "user flow test", "API test", "test data", "Cypress", "property-based testing", "fuzz testing".
-
almasumdev Skill Secrets ManagementHandling secrets for mobile clients — why the client should not hold secrets, how to use a config server, and how App Check / Play Integrity replace API keys. Use when adding third-party SDKs or new server endpoints.
-
almasumdev Skill API Abuse ProtectionDevice attestation and anti-abuse on mobile APIs using App Attest, DeviceCheck, and Google Play Integrity. Use to make "is this a real app on a real device" decisions server-side.
-
almasumdev Skill Play Store SubmissionGoogle Play Store submission - Data Safety form, target API policy, App Bundles, signing by Google Play, testing tracks, and staged rollout. Use when preparing a first or recurring submission.
-
thejordanleopold Skill Backend PerformanceUse when diagnosing slow API responses, fixing N+1 query problems, optimizing database queries, adding indexes, debugging memory leaks, profiling server-side code, setting API latency budgets, or detecting performance regressions. Triggers: "slow API", "slow query", "N+1", "database performance", "N+1 queries", "memory leak", "backend performance", "profiling", "API latency", "EXPLAIN plan", "missing index", "unbounded fetch".
-
banibratachatterjee Bundle Fsl Apex ExtensionsUse when writing Apex that calls Field Service Lightning scheduling APIs — AppointmentBookingService, ScheduleService, GradeSlotsService, or OAAS — to book, schedule, grade, or optimize service appointments programmatically. Trigger keywords: FSL Apex namespace, GetSlots, schedule service appointment via code, appointment booking API, FSL optimization API. NOT for standard Apex patterns unrelated to FSL, admin-level scheduling policy configuration, or declarative FSL scheduling.
-
banibratachatterjee Bundle Validation RulesUse when writing, auditing, or troubleshooting Salesforce Validation Rules. Triggers: 'validation rule', 'required field formula', 'rule fires unexpectedly', 'integration failing validation', 'data quality'. NOT for Flow-based validation — use admin/flow-for-admins for that.
-
banibratachatterjee Bundle Apex REST ServicesUse when building, reviewing, or debugging inbound Apex REST resources, request/response handling, status codes, versioned URL mappings, or JSON serialization in `@RestResource` classes. Triggers: 'Apex REST', '@RestResource', 'HttpGet/HttpPost', 'RestContext', 'versioned endpoint'. NOT for outbound HTTP callouts or standard Salesforce REST API usage as a consumer.
-
banibratachatterjee Bundle Commerce Order APIUse this skill when building or debugging headless B2C Commerce storefront order submission using the Salesforce Commerce API (SCAPI) ShopAPI Orders endpoint or the legacy OCAPI /orders resource. Covers SCAPI order creation, SLAS authentication for shopper order access, OCAPI order placement and amendment, order status retrieval from the storefront layer, and notification/webhook configuration for order events. NOT for standard REST API (no generic CRUD against Order SObject). NOT for OMS Connect API (no OrderSummary, FulfillmentOrder, submit-cancel, or ensure-funds-async — those are covered by admin/commerce-order-management). NOT for CPQ order workflows.
-
banibratachatterjee Bundle Fsl Scheduling APIUse this skill when implementing Apex code that calls the FSL scheduling Apex API: GetSlots, schedule(), GradeSlotsService, or OAAS optimization classes. Trigger keywords: AppointmentBookingService, ScheduleService.schedule, GetSlots, GradeSlotsService, OAAS, bulk scheduling, FSL optimization callout. NOT for admin-level scheduling policy configuration, scheduling rules UI setup, or the standard Book Appointment quick action without custom Apex.
-
thejordanleopold Skill Third Party IntegrationUse when integrating with external APIs, payment processors (Stripe), webhooks, or third-party services. Use when implementing API clients with authentication and rate limiting, handling webhooks with signature verification and idempotency, writing contract tests for external services, or isolating third-party dependencies behind adapters. Triggers: "Stripe", "payment integration", "webhook", "third-party API", "external service", "API client", "integrate with", "signature verification", "idempotency key".
-
banibratachatterjee Bundle Cpq API And AutomationUse when programmatically driving Salesforce CPQ operations from Apex or REST — creating quotes, adding products, calculating pricing, saving quotes, amending contracts, or renewing contracts through the SBQQ.ServiceRouter API. Trigger keywords: CPQ API, SBQQ.ServiceRouter, QuoteCalculator, QuoteReader, QuoteSaver, QuoteProductAdder, ProductLoader, ContractAmender, ContractRenewer, programmatic quote, calculate callback, CPQ REST API. NOT for standard REST API or Salesforce Connect. NOT for declarative CPQ configuration such as price rules, discount schedules, or product rules. NOT for CPQ plugin interfaces (QuoteCalculatorPlugin, OrderPlugin).
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 graphql-resolvers, api-best-practices, jwt-auth. 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.