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.
-
dahls Bundle Nim DevelopmentNim development decisions and how to find current, version-correct Nim info. Use when writing, building, or debugging Nim (.nim files, nimble, compile flags, mm/GC choices, C FFI, Nim compiler errors), or when unsure whether a Nim API or idiom is current.
-
nadernabil216 Skill Process Pr CommentsFull PR/MR review-comment workflow for GitHub, GitLab, and Bitbucket. Use whenever the user wants to process, address, or work through pull- or merge-request review comments — e.g. "process PR comments", "address review feedback on PR/MR 123", "apply PR review comments", "work through MR X". Detects the forge (CLI-first, REST fallback), sets up the branch, scores unresolved comments against the actual code, gets per-comment approval (or one-shot auto-apply), plans and implements fixes, suggests a commit message, and (advanced) extracts reusable rules.
-
netanlatakademi Bundle Dotnet API ReviewUse this skill when reviewing an ASP.NET Core API for backward compatibility, authentication, persistence and performance risks before it ships.
-
space-software-ltda Bundle Project Context DocGera documentacao de contexto de produto para ClickUp com fluxos end-to-end, regras de negocio, guardrails, DBML dbdiagram, dicionario de banco, catalogo de rotas, auth, multi-tenant, integracoes externas, webhooks, crons/jobs e variaveis de ambiente. Workflow em fases: recon do codigo, confirmacao com usuario (0b + entrevista), geracao local (README + docs/NN-*.md), e opcional Fase 5 publicacao ClickUp via API (pede token pk_, workspace_id). Vasculha repos antes de perguntar na Fase 0a; valida com humano na Fase 3 antes de gravar. Cruza codigo com Apidog quando informado.
-
crmin Skill Pocketbase Collection OperationsPocketBase Web API로 컬렉션(list/view/create/update/delete/truncate/import/scaffolds)을 안전하게 조회·수정·삭제한다
-
podman-desktop Skill Backend API 2Guides backend development with @podman-desktop/api and the bootc extension's RPC system. Covers container engine operations, provider management, RPC communication, build orchestration, VM management, and configuration. Triggers when working on packages/backend/ code, adding RPC methods to BootcAPI, implementing container/image operations, or asking about backend patterns.
-
quzhi1 Bundle Query Ancient Books API查询古籍文献知识图谱API,获取古籍原文、诗词、历史人物、事件等信息。当用户需要引用古籍原文、查询诗词内容、了解历史人物关系、检索历史事件时使用此技能。
-
rodri-oliveira-dev Skill Integration Tests Dotnet 2Use esta skill para criar ou revisar testes de integracao .NET neste repositorio, incluindo WebApplicationFactory, fixtures, Testcontainers, isolamento e testes HTTP. Nao use para testes unitarios simples ou antes da base de integracao existir.
-
rodri-oliveira-dev Skill Dotnet Refactoring Engineer 3Use esta skill para revisar, refatorar ou melhorar codigo .NET/C# com foco em qualidade, legibilidade, manutencao, testabilidade, seguranca e performance. Nao use para reescrever codigo por preferencia estetica sem ganho tecnico claro.
-
igniteui Bundle Igniteui Wc Choose Components 2Identify and select the right Ignite UI Web Components for your app UI, then navigate to official docs, usage examples, and API references
-
sigmacomputing Bundle Sigma CLIDrive the full Sigma Computing REST API surface from the local `sigma` binary (Sigma CLI) and its OpenAPI-generated command tree. Use whenever the user wants to call any Sigma endpoint from the command line, needs a uniform `--params` / `--json` shape across resources, wants to install or configure the CLI, or asks about `sigma api …`, `sigma auth login`, `list-prefixes`, or `schema`. Prefer this skill over raw `curl` when the user has the `sigma` binary installed; fall back to `sigma-api` for OAuth fundamentals and direct HTTP.
-
sigmacomputing Bundle Sigma WorkbooksBuild, edit, and iterate on Sigma workbook specs — the JSON definition you send as `contents` in a POST to /v2/workbooks, covering pages, layout, controls, charts, KPIs, tables, formulas, and sources. The Sigma OpenAPI is the source of truth for every shape and field; this skill adds navigation, style guidance, and proven recipes for effective dashboards and operational apps. Use when the user wants to construct a dashboard from a spec, generate a Sigma app (planning, approval, allocation, or exception), reproduce a screenshot/mockup/Claude design artifact as a native Sigma app, add or modify pages / elements / controls / formulas, validate a spec before submission, or work through the workbook spec lifecycle programmatically. Requires an SIGMA_API_TOKEN — obtain via the sigma-api skill first.
-
keep-starknet-strange Bundle Cairo Testing 2Cairo smart-contract testing with snforge. Trigger on "write tests", "add unit tests", "fuzz test", "integration test", "test this contract", "regression test". Guides test strategy, cheatcode usage, and coverage.
-
tile-ai Bundle Tilelang Op Design 2根据算子需求生成 TileLang-NPUIR 算子设计文档(DESIGN.md)。涵盖算法调研(Phase R 调研四问:等价化简公式替代、在线算法、复杂度对比、硬件亲和性——先于公式优化,输入公式/源算法只是候选之一)、编程模式选型(Developer/Expert/混合)、算法级优化(数学等价的公式优化:更少计算量/访存量 + 循环/标量计算的向量化替代分析,替代不了的须给出充分理由)、API 映射、内存层级规划、Tiling 策略、循环结构、同步策略、验证方案等。迁移场景先做源算子三问解读(语义/算法/优化手段)→ 算法调研 → 硬件耦合性判定与 NPU 算法重设计。触发:设计算子、生成 DESIGN.md、算子方案设计、新算子开发、算子实现方案、迁移算子设计。
-
xpozpublic Skill AI Answer Trace 2Ask Claude, ChatGPT, and Gemini a question and capture the full evidence trail behind each answer: the search queries each engine ran, the pages it retrieved, and the sources it cited. The raw material of GEO measurement. Needs AI engine API keys, not an Xpoz account.
-
banuba Bundle Build Video Editor 4Implement features, write code, and set up Banuba Video Editor SDK. Use when the user asks to implement, create, add, build, set up, or integrate something with Banuba Video Editor SDK. Trigger with "help me add", "set up", "build a video editor". Covers both the full pre-built UI (VE SDK) and the headless, code-level VE API (Playback/Export/Effects modules) for custom video editing workflows. Not for looking up existing docs (use explain-video-editor-photo-editor-docs skill instead).
-
jgamaraalv Bundle Fastify Best Practices 2Fastify 5 best practices, API reference, and patterns for routes, plugins, hooks, validation, error handling, and TypeScript. Use when: (1) writing new Fastify routes, plugins, or hooks, (2) looking up Fastify API signatures or options, (3) debugging Fastify issues (lifecycle, encapsulation, validation, plugin timeout), (4) reviewing Fastify code for anti-patterns. Triggers: 'add a route', 'create plugin', 'Fastify hook', 'validation schema', 'Fastify error', 'setErrorHandler', 'fastify-plugin'.
-
scalekit-inc Skill Implementing Scim Provisioning 2Implements SCIM user provisioning using Scalekit's Directory API and webhooks. Use when the user asks to add SCIM, directory sync, user provisioning, deprovisioning, or lifecycle management to their existing application.
-
gengjie007 Bundle Gitlab Self HostedConnect to and operate a user-owned self-hosted GitLab instance through its REST API. Use for projects, repositories, branches, commits, issues, merge requests, pipelines, jobs, and related GitLab administration; do not use for GitHub or GitLab.com unless the user explicitly configures that host.
-
ihkreddy Bundle API Integration 2Design 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.
-
iyoda Bundle Optimize Test SuiteDiagnose and improve redundant, slow, flaky, or poorly partitioned automated test suites while preserving failure-detection strength and behavior coverage. Use when Codex needs to profile test duration, identify duplicated assertions or scenarios, consolidate tests and fixtures, reduce unnecessary setup, I/O, subprocess, database, network, or framework overhead, improve fast-versus-integration suite boundaries, or demonstrate measurable test-runtime improvement without weakening regression protection.
-
jaemk Skill Release 2Prepare a release (bump the crate version, update CHANGELOG.md with a migration guide for breaking changes, regenerate README, commit), or run a pre-release review. The `review` option kicks off a consistency review and an API-examination review to surface lingering inconsistencies and a categorized list of breaking and non-breaking improvements before you cut the release — advisory only, it changes nothing. Use when asked to "cut a release", "bump the version", "prepare a release", "release X.Y.Z", or "do a release review" / "review for release". Takes a version string (e.g. `/release 1.2.0`) or `review` as the argument.
-
jaemk Skill Consumer Experience Review 2Review a library/package from the perspective of an external downstream consumer — build a throwaway crate/project that depends on it the way a real user would, exercise the public API, and surface gaps, inconsistencies, and inconveniences with compiler-verified evidence. Use when asked to "review the consumer/user experience", "find API gaps/inconsistencies", "evaluate the public API", "is this ready to publish/release", or before a 1.0 / major version bump. Especially valuable for breaking-change releases (the only non-breaking window to fix the public surface).
-
jentic Skill Contribute Spec FixFix a broken OpenAPI spec in jentic-public-apis with an OpenAPI Overlay, validate it (spectral lint + idempotency check), and contribute it back via a PR to the community catalog. Falls back to applying the same overlay to the local Jentic registry if the user can't wait for maintainer approval, and closes the loop by reacting when the upstream spec later changes (adopt update, or resolve an upstream-vs-overlay conflict). Use when an API spec is wrong/incomplete (bad server URL, missing enum, wrong content-type, missing param, etc.) and the fix should reach the community project, not just the local box.
-
jiaziui Bundle Arduino To Makecode将 DFRobot Arduino 传感器库移植为 micro:bit MakeCode(PXT)扩展。 当用户提到 MakeCode、pxt、积木、micro:bit 扩展、Arduino 转 MakeCode, 或提供 makecode-requirements.md 时使用。仅支持 I2C;源库只有 USART/UART 时停止。 有需求书则按需求书控制积木子集与分组;无需求书则转换全部 I2C 兼容 public API。
-
jiaziui Bundle Create Dfrobot Arduino Lib根据封库需求文档生成 DFRobot Arduino 库。需求假定目标库尚不存在; 含协议规格与能力清单,不必列全 API。当用户写封库需求、requirements.md 时使用。
-
nanocoai Skill Use Native Credential Proxy 3Replace OneCLI gateway with the built-in credential proxy. For users who want simple .env-based credential management without installing OneCLI. Reads API key or OAuth token from .env and injects into container API requests.
-
wulaosiji Bundle Calendar 2Google Calendar integration via Apps Script API. Use when checking schedule, meetings, today's events, weekly calendar, or adding events.
-
aradotso Skill Claude Code CLI Terminal Assistant 2Use Claude Code CLI for agentic coding, multi-file editing, git workflows, and terminal automation with Anthropic's Claude API
-
amitsharma1994 Bundle Kafka MessagingImplementation playbook for building production-grade Apache Kafka producers and consumers (Spring Kafka focus). Use when asked to: write a Kafka producer or consumer, add retry/backoff, set up a dead-letter queue (DLQ), handle consumer errors, configure brokers/serializers/consumer groups, or write Kafka integration tests. Triggers: "Kafka", "producer", "consumer", "KafkaTemplate", "@KafkaListener", "retry", "backoff", "dead letter queue", "DLQ", "dead-letter topic", "error handler", "DefaultErrorHandler", "SeekToCurrent", "consumer group", "offset", "serializer", "deserializer", "idempotent producer", "acks", "Testcontainers", "EmbeddedKafka", "Kafka integration test".
-
codeboy-bot Bundle Algorithm API Wrapper将已有算法脚本封装成标准 FastAPI API 调用工程。用于用户要求参考既有 API 工程、整理算法脚本、生成接口服务、调整传参方式、迁移工具函数、删除无用源码、配置环境变量、统一返回格式、保留日志和验证 Linux/Windows 部署兼容性时。
-
codeboy-bot Bundle Python Algorithm Project初始化和维护同时包含 Api_frame 与 Napi_frame 的 Python 算法项目,并编写、整理或审查无需 FastAPI 的独立算法工程。纯 FastAPI 封装应使用 algorithm-api-wrapper;普通单文件 Python 问答无需使用本 skill。
-
zmgid Bundle Ecom H3 Video 3用内置 ComfyUI 工作流、MiniMax-H3 API 或 Grok Imagine Video API 把文字或商品图片制作成视频,并复用已验证模板。 用户只要要求生成视频、做视频、出片、图片转视频、商品页视频、Listing 视频或产品展示视频,即使没说 dsvideo、H3 或 ComfyUI,也使用本技能;不用于只剪辑已有视频,也不用于用户明确要求只写导演方案、分镜或 H3 提示词而不生成视频。 开始前让用户选择局域网 ComfyUI、MiniMax API 或 Grok API,并在付费 API 选项显示可查余额和预计费用;最终剧本必须展示给用户确认后才能生成。
-
zmgid Bundle Grok Video API 3Generate, monitor, recover, and download videos through xAI's Grok Imagine Video 1.5 API or an explicitly configured compatible gateway. Use for paid Grok text-to-video or single-image-to-video; do not use for MiniMax H3 or local ComfyUI generation.
-
zmgid Bundle Minimax H3 API 3Generate, monitor, recover, and download MiniMax-H3 videos through MiniMax's official Video Generation V2 API. Use for paid H3 text-to-video, first/last-frame video, or multimodal reference video; do not use for local ComfyUI generation or legacy Hailuo models.
-
arcreel Bundle Generate Video 2使用 Veo 3.1 API 为每个场景独立生成视频片段,以分镜图作为起始帧,然后使用 ffmpeg 拼接。使用场景:(1) 用户运行 /generate-video 命令,(2) 剧本中有场景没有 video_clip 路径,(3) 用户想将分镜图转换为视频。
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 api-integration, nim-development, process-pr-comments. 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.