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.
-
thiennc-tesoglobal Bundle AuthenticationBuilds iOS authentication with AuthenticationServices and LocalAuthentication. Use for Sign in with Apple, passkeys/WebAuthn, credential state or revocation, OAuth/web sessions, Password AutoFill, identity-token server validation, and local biometric reauthentication.
-
thiennc-tesoglobal Bundle IOS NetworkingBuilds or reviews Apple-platform networking with URLSession, async/await, and structured concurrency. Use for REST clients, uploads/downloads, WebSockets, pagination, retries, middleware, caching, background transfers, reachability, request errors, or network data loading.
-
thiennc-tesoglobal Bundle Swift LanguageApply modern Swift language patterns to non-SwiftUI, non-concurrency code, including expressions, typed throws, generics, protocols, result builders, property wrappers, opaque and existential types, regexes, and collections. Route concurrency, Codable, formatting, and API naming to their specialist skills.
-
thiennc-tesoglobal Bundle Git Branching WorkflowStandardized Git branch creation, naming taxonomies (feat/, fix/, refactor/, hotfix/, release/, chore/), trunk-based integration, and PR isolation lifecycles. Use when creating branches, preparing pull requests, or standardizing team git workflows; do not use for resolving merge conflicts or low-level git plumbing.
-
clueso-ai Skill Blur Sensitive InfoSweep an existing video for sensitive information - emails, names, API keys, customer data, internal URLs, amounts - and blur every instance for the full time it's on screen. Use when the user says "blur the sensitive info", "hide the customer data", "redact the emails", "there's PII in my recording", "mask the API keys", or "make this recording safe to share".
Audited -
justaname-id Bundle Solana Kit MigrationHelps developers understand when to use @solana/kit vs @solana/web3.js (v1), provides migration guidance, API mappings, and handles edge cases for Solana JavaScript SDK transitions
-
testdriverai Skill Testdriver HostedThe fastest way to get started with TestDriver. Just set your API key and start testing.
-
jordancoin Bundle AlarmkitImplement AlarmKit alarms and countdown timers for iOS and iPadOS with Lock Screen, Dynamic Island, and Apple Watch system UI. Covers AlarmManager scheduling, AlarmAttributes and AlarmPresentation, AlarmButton stop and snooze actions, authorization, state observation, and Live Activity integration. Use when building wake-up alarms, countdown timers, or alarm-style alerts that need Apple's system alarm experience.
-
jordancoin Skill Swift CodableImplement Swift Codable models for JSON and property-list encoding and decoding with JSONDecoder, JSONEncoder, CodingKeys, and custom init(from:) or encode(to:). Use when parsing API responses, remapping keys, flattening nested JSON, handling date or data decoding strategies, decoding heterogeneous arrays, or integrating Codable with URLSession, SwiftData, or UserDefaults.
-
jordancoin Bundle AuthenticationImplement iOS authentication patterns including Sign in with Apple (ASAuthorizationAppleIDProvider, ASAuthorizationController, ASAuthorizationAppleIDCredential), credential state checking, identity token validation, ASWebAuthenticationSession for OAuth and third-party auth flows, ASAuthorizationPasswordProvider for AutoFill credential suggestions, and biometric authentication with LAContext. Use when implementing Sign in with Apple, handling Apple ID credentials, building OAuth login flows, integrating Password AutoFill, checking credential revocation state, or validating identity tokens server-side.
Audited -
jordancoin Bundle IOS NetworkingBuild, review, or improve networking code in iOS/macOS apps using URLSession with async/await, structured concurrency, and modern Swift patterns. Use when working with REST APIs, downloading files, uploading data, WebSocket connections, pagination, retry logic, request middleware, caching, background transfers, or network reachability monitoring. Also use when handling HTTP requests, API clients, network error handling, or data fetching in Swift apps.
-
databricks-solutions Bundle 08 Appkit FeedbackAdd user feedback (thumbs up/down) to an AppKit chat application, linked to MLflow assessments via the Databricks Assessments REST API. Covers the Vote table, feedback API routes (with AppKit-native auth via `getExecutionContext().client.config.authenticate()`), MLflow trace integration, and feedback UI components. Use when asked to add feedback, thumbs up/down, ratings, or link user judgments to MLflow traces. Triggers on "feedback", "thumbs up", "thumbs down", "rate response", "MLflow assessment", "user rating", "vote on message".
-
databricks-solutions Bundle Anomaly DetectionSchema-level anomaly detection for Databricks Unity Catalog using the Data Quality API (Public Preview). Automatically monitors table freshness and completeness using ML models. Use when setting up schema-wide data reliability monitoring, detecting stale or incomplete tables, configuring anomaly detection alerts, or querying the system results table. **Auto-triggered by Silver and Gold layer setup workflows** to ensure every new schema has baseline freshness/completeness monitoring from day one.
-
crimsonblazezero Bundle Web API DebugDebug and inspect web application backend APIs — discover endpoints, probe request/response formats, diagnose server errors. Use when the browser tool can't show you the Network tab and you need to inspect actual API calls, or when testing backend endpoints directly via curl.
-
crimsonblazezero Bundle Cc Switch ProxyConfigure and troubleshoot CC Switch proxy for Codex, Claude Code, and other AI coding agents. Covers provider setup, API format conversion, role mapping, and debugging proxy errors.
-
crimsonblazezero Bundle Dingtalk Chat钉钉群聊与消息。Use when 用户提到 发消息/单聊/群聊/建群/拉人进群/改群名/搜索群/群成员管理/@消息/撤回消息/机器人群发/Webhook通知/发图片或文件到群/标记未读/清除红点/置顶消息/全部群列表。不做紧急 DING/短信/电话(走 dingtalk-misc)、邮件(走 dingtalk-mail)、班级群(走 dingtalk-misc)。命令前缀:dws chat。
Audited -
crimsonblazezero Bundle API Connection TroubleshootingDiagnose slow or failing API calls after Hermes upgrades.
-
pinkpixel-dev Skill ReplicateDiscover, compare, and run AI models using Replicate's API
-
pinkpixel-dev Bundle Observe WhatsappObserve and troubleshoot WhatsApp in Kapso: debug message delivery, inspect webhook deliveries/retries, triage API errors, and run health checks. Use when investigating production issues, message failures, or webhook delivery problems.
Audited -
pinkpixel-dev Bundle Openai Image GenerationComplete reference for generating and editing images with the OpenAI API using GPT Image models (gpt-image-2, gpt-image-1.5, gpt-image-1, gpt-image-1-mini). ALWAYS trigger this skill when the user wants to generate images with OpenAI, mentions "gpt-image", "GPT Image", DALL-E replacement, image generation via the OpenAI Images API or Responses API `image_generation` tool, editing/inpainting images with a mask, multi-turn/iterative image editing, streaming partial images, or asks about OpenAI image generation pricing, sizes, quality settings, or moderation. Also trigger for building any image-generation feature in a Node/TypeScript/Python/Go app that should use OpenAI rather than another provider, or when comparing OpenAI image generation to other providers (Pollinations, Gemini, etc). If the user just says "generate an image with OpenAI" or "add AI image generation to my app" without naming a provider, this skill is a strong candidate to check.
-
involvex Bundle Bun TestConfigure Bun's built-in test runner with Jest-compatible APIs. Use when setting up testing infrastructure, writing unit/integration/snapshot tests, migrating from Jest, or configuring test coverage. 3-10x faster than Jest.
-
involvex Bundle Durable ObjectsCreate and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with Vitest.
-
agentic-in Skill Gif SearchSearch and download reaction GIFs through the Tenor API using curl and jq when the user wants lightweight media retrieval.
-
agentic-in Skill NotionCreate, search, and update Notion pages or databases through the API or a narrow browser fallback when a Workspace lives in Notion.
Audited -
agentic-in Skill XitterInteract with X/Twitter through an official-API CLI flow for search, timelines, mentions, and carefully confirmed posting actions.
Audited -
agentic-in Skill Webhook SubscriptionsGuides webhook-driven integrations, event receivers, and trigger flows without inventing runtime support the current repo does not actually have.
Audited -
agentic-in Skill Google WorkspaceHandle Google Docs, Sheets, Drive, and related Workspace tasks through the narrowest available API or browser workflow.
Audited -
poorvith-mp Bundle CommunityBuild and run a Discord, Slack or subreddit that produces advocates. Use when building Discord, Slack, or forum developer communities.
-
yuniorglez Bundle AI ProProfessional AI and System Orchestrator. Specialized in GPT-5, autonomous agents, Auth.js v5, Stripe v13, Monorepos (Bun/pnpm), and large codebase intelligence. Optimized for January 2026 standards.
-
lloyd3126 Bundle Tw Gov Data SearchSearch and filter Taiwan government open-data datasets in the data.gov.tw UI. Use when the user asks to find datasets by keyword, category, provider, file format, API-service type, popularity, metadata conditions, sorting, pagination, or search-result export through the Codex in-app browser.
-
lloyd3126 Bundle Tdx Member Data AccessSafely inspect authenticated TDX member workflows for API/MQTT keys, service-access permissions, usage statistics, historical-data applications, application carts, and subscription status in the Codex in-app browser. Use when the user asks about their TDX account data, key limits, enabled services, usage history, or application progress; do not use it to enter credentials or perform purchases, deletions, or submissions without explicit action-time approval.
-
justaname-id Bundle EnsENS (Ethereum Name Service) development — name resolution, registration via commit-reveal, text/address records, reverse resolution, avatar retrieval, subdomains, and Name Wrapper integration. Covers viem's built-in ENS actions, resolver patterns, CCIP-Read for offchain data, and contract interactions with the ENS registry on Ethereum mainnet.
Audited -
justaname-id Bundle AaveAave V3 lending protocol integration — supply, borrow, repay, withdraw, flash loans, E-Mode, and health factor monitoring. Covers IPool interface in Solidity and viem-based TypeScript for reading protocol state, executing transactions, and managing positions across Ethereum, Arbitrum, Optimism, Base, and Polygon.
Audited -
justaname-id Bundle BaseBase L2 development (Coinbase) — deployment, OnchainKit, Paymaster (gasless transactions), Smart Wallet, Base Account SDK, and OP Stack integration. Built on Optimism's OP Stack.
Audited -
justaname-id Bundle LidoLido liquid staking protocol — stake ETH to receive stETH, wrap to wstETH for DeFi composability, manage withdrawal queue requests, read share rates and protocol state. Covers rebasing token pitfalls, 1-2 wei transfer rounding, wstETH/stETH conversion, and integration patterns for lending protocols and vaults.
Audited -
justaname-id Bundle LuloComplete guide for Lulo - Solana's premier lending aggregator. Covers API integration for deposits, withdrawals, balance queries, Protected/Boosted deposits, Custom deposits, and automated yield optimization across Kamino, Drift, MarginFi, and Jupiter.
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 testdriver:hosted, cc-switch-proxy, bun-test. 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.