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.
-
mkurman Bundle Encode Ccres DatabaseQuery the ENCODE Registry of cis-Regulatory Elements (cCREs) via the SCREEN GraphQL API, or make custom queries to the ENCODE Portal REST API for experiments and files (ChIP-seq peaks, etc.). Use when you want to query regulatory annotations or raw experimental data across human cell types.
-
mkurman Bundle Foldseek Structural SearchPerforms 3D structural searches of proteins against various databases (PDB, AlphaFold, CATH, MGnify, etc.) using the Foldseek API. Use ONLY when the user provides a physical 3D coordinate file (.cif, .mmcif, or .pdb) and wants to find structurally similar proteins. Do NOT use if the user only provides a protein sequence, gene name, or UniProt ID.
-
ulpi-io Skill Gemini Live API DevUse this skill when building real-time, bidirectional streaming applications with the Gemini Live API. Covers WebSocket-based audio/video/text streaming, voice activity detection (VAD), native audio features, function calling, session management, ephemeral tokens for client-side auth, and all Live API configuration options. SDKs covered - google-genai (Python), @google/genai (JavaScript/TypeScript).
-
ulpi-io Skill Alicloud AI Search Milvus TestSmoke test for alicloud-ai-search-milvus. Validate minimal authentication, API reachability, and one read-only query path.
-
ulpi-io Skill Alicloud Compute Swas Open TestSmoke test for alicloud-compute-swas-open. Validate minimal authentication, API reachability, and one read-only query path.
-
ulpi-io Skill Javascript Testing PatternsImplement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.
-
ulpi-io Skill Alicloud AI Pai Aiworkspace TestSmoke test for alicloud-ai-pai-aiworkspace. Validate minimal authentication, API reachability, and one read-only query path.
-
ulpi-io Skill Alicloud AI Recommend Airec TestSmoke test for alicloud-ai-recommend-airec. Validate minimal authentication, API reachability, and one read-only query path.
-
ulpi-io Bundle Dotnet Framework 4 8 ExpertLegacy .NET Framework expert specializing in .NET Framework 4.8, WCF services, ASP.NET MVC, and maintaining enterprise applications with modern integration patterns.
-
ulpi-io Skill Alicloud AI Content Aimiaobi TestSmoke test for alicloud-ai-content-aimiaobi. Validate minimal authentication, API reachability, and one read-only query path.
-
ulpi-io Skill Alicloud Compute Fc Agentrun TestSmoke test for alicloud-compute-fc-agentrun. Validate minimal authentication, API reachability, and one read-only query path.
-
ulpi-io Skill Alicloud AI Content Aicontent TestSmoke test for alicloud-ai-content-aicontent. Validate minimal authentication, API reachability, and one read-only query path.
-
ulpi-io Skill Alicloud AI Entry Modelstudio Test TestSmoke test for alicloud-ai-entry-modelstudio-test. Validate minimal authentication, API reachability, and one read-only query path.
-
ulpi-io Skill Alicloud AI Search Dashvector TestSmoke test for alicloud-ai-search-dashvector. Validate minimal authentication, API reachability, and one read-only query path.
-
ulpi-io Skill Alicloud AI Search Opensearch TestSmoke test for alicloud-ai-search-opensearch. Validate minimal authentication, API reachability, and one read-only query path.
-
ulpi-io Skill Alicloud AI Image Zimage Turbo TestSmoke test for alicloud-ai-image-zimage-turbo. Validate minimal authentication, API reachability, and one read-only query path.
-
ulpi-io Skill Alicloud Database Rds Supabase TestMinimal smoke test for RDS Supabase skill. Validate endpoint reachability and one list/detail API.
-
ulpi-io Skill Alicloud AI Translation Anytrans TestSmoke test for alicloud-ai-translation-anytrans. Validate minimal authentication, API reachability, and one read-only query path.
-
ulpi-io Skill Alicloud Media Video Translation TestSmoke test for alicloud-media-video-translation. Validate minimal authentication, API reachability, and one read-only query path.
-
ulpi-io Skill Alicloud Platform Docs API Review TestSmoke test for alicloud-platform-docs-api-review. Validate minimal authentication, API reachability, and one read-only query path.
-
ulpi-io Skill Alicloud Database Analyticdb Mysql TestSmoke test for alicloud-database-analyticdb-mysql. Validate minimal authentication, API reachability, and one read-only query path.
-
agents-store Bundle Code PatternsCode node patterns — JavaScript and Python data transformation, API processing, date handling, binary data. This skill should be used when the user asks to write code in Code nodes, transform data with JavaScript or Python, or process binary data.
-
agents-store Skill AuthUse when the user wants to authenticate to a NocoBase v2 instance, asks "how do I get a token for NocoBase", "how do I log in via API", "why is my request returning 401 from NocoBase", or needs working curl/Node samples that send the bearer token. Covers the upstream login flow (NB_USER + NB_PASSWORD → auth:signIn → token), the long-lived API Key path, and the OAuth IdP path.
-
agents-store Skill WorkflowsThis skill should be used when the user asks to "run a Dify workflow", "call /workflows/run", "execute a Dify workflow app via API", "get a workflow run result", "list Dify workflow logs", "stop a Dify workflow task", or work with Chatflow/Workflow node events. Covers Workflow-type apps (no conversation wrapper).
-
agents-store Skill WebhooksConfigure NocoDB webhooks (HookV3) — triggers, conditions, and notification targets (URL, Email, Messaging, Script). Use when: - "add a webhook" - "fire a Slack message on insert" - "send email when a record changes" - "trigger n8n on update" - "list webhooks on a table" - "delete a hook"
-
agents-store Bundle WorkflowVercel Workflow DevKit (WDK) expert guidance. Use when building durable workflows, long-running tasks, API routes or agents that need pause/resume, retries, step-based execution, or crash-safe orchestration with Vercel Workflow.
-
agents-store Skill OverviewUse when the user asks anything about NocoBase v2 — "build app on NocoBase v2", "manage NocoBase", "how do I X in NocoBase", "NocoBase API or CLI". Establishes the cardinal rule (REST API or `nb` CLI — pick whichever is convenient) and routes to the right specialist skill in this plugin.
-
agents-store Skill DashboardsCreate and manage NocoDB Dashboards and Widgets via Meta API v3. Use when: - "create a dashboard" - "add a chart / metric / KPI widget" - "list widgets on a dashboard" - "fetch widget data" - "update a dashboard" - "delete a widget"
-
agents-store Skill QueriesThis skill should be used when the user asks about "Payload Local API", "payload.find", "payload.findByID", "where query", "Payload query operators", "depth and populate", "filter Payload by relationship", "sort and paginate Payload results", "Payload REST API query string", "GraphQL queries", or needs to read or write data with Payload.
-
agents-store Bundle API ReferenceUse when the user asks for "Flask API reference", "Flask decorators", "Flask request object", "Flask response", "Flask config options", "Flask url_for", "Flask flash messages", or needs specific Flask framework API details.
-
agents-store Skill VerificationFull-story verification — infers what the user is building, then verifies the complete flow end-to-end: browser → API → data → response. Triggers on dev server start and 'why isn't this working' signals.
-
agents-store Skill Nocodb To N8nThis skill should be used when the user wants to "trigger n8n workflow from NocoDB", "connect NocoDB data to n8n", "create webhook from NocoDB to n8n", "automate NocoDB with n8n", or needs to integrate NocoDB data events with n8n workflow automation.
Audited -
agents-store Skill Auth IntegrationUse when the user asks about "Flask-Login with SQLAlchemy", "user authentication", "login registration flow", "password hashing", "protect routes", "current_user with database", "session management Flask", or needs patterns for integrating Flask-Login authentication with SQLAlchemy user models.
-
mkurman Skill CcxtUnified cryptocurrency exchange trading API. 100+ exchange clients (Binance, Coinbase, Kraken, Bybit, OKX). Market data, order management, websocket streaming, and arbitrage workflows.
-
mkurman Bundle OptunaHyperparameter optimization framework (Optuna). Define-by-run API with automatic search space construction, state-of-the-art samplers (TPE, CMA-ES, NSGA-II, GPSampler), efficient pruning (Median, Hyperband, ASHA), multi-objective optimization, constrained optimization, distributed parallel execution, and visualization dashboard. Integrates with PyTorch, PyTorch Lightning, TensorFlow, Keras, XGBoost, LightGBM, CatBoost, MLflow, W&B, and scikit-learn.
-
mkurman Bundle AdaptyvHow to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user mentions Adaptyv, Foundry API, protein binding assays, protein screening experiments, BLI/SPR assays, thermostability assays, or wants to submit protein sequences for experimental characterization. Also trigger when code imports `adaptyv`, `adaptyv_sdk`, or `FoundryClient`, or references `foundry-api-public.adaptyvbio.com`.
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 encode-ccres-database, alicloud-media-video-translation-test, overview. 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.