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.
-
openaeon Skill BluebubblesUse when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".
-
openaeon Bundle Find NearbyFind nearby places (restaurants, cafes, bars, pharmacies, etc.) using OpenStreetMap. Works with coordinates, addresses, cities, zip codes, or Telegram location pins. No API keys needed.
-
openaeon Skill Openai WhisperLocal speech-to-text with the Whisper CLI (no API key).
-
openaeon Bundle Openai Whisper APITranscribe audio via OpenAI Audio Transcriptions API (Whisper).
-
openaeon Skill Jupyter Live KernelUse a live Jupyter kernel for stateful, iterative Python execution via hamelnb. Load this skill when the task involves exploration, iteration, or inspecting intermediate results — data science, ML experimentation, API exploration, or building up complex code step-by-step. Uses exec to run CLI commands against a live Jupyter kernel. No new tools required.
-
openaeon 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.
-
iapro-community Skill Skill Saas Core LimitsImplement SaaS plan limits, quotas, entitlements, feature flags, trials, grace periods, blocked accounts, usage counters, and access checks after AbacatePay, Stripe, webhook, or manual admin subscription changes.
-
iapro-community Skill Skill Stripe IntegrationIntegrate Stripe Checkout, Billing, subscriptions, Customer Portal, invoices, trials, coupons, webhook handling, entitlement sync, and SaaS payment state management.
-
iapro-community Skill Skill Abacatepay IntegrationIntegrate AbacatePay PIX/card billing, customers, QRCode PIX, billing webhooks, CPF/CNPJ validation, BRL SaaS checkout, payment receipts, refunds, cancellations, and entitlement sync for Brazilian SaaS products.
-
williamzujkowski Bundle Testing Strategy ComposerCompose comprehensive testing strategies spanning unit, integration, e2e, and performance tests with optimal coverage.
-
williamzujkowski Bundle Sre Slo Sli CalculatorDefine and calculate SLIs, SLOs, SLAs, and error budgets with monitoring integration for site reliability engineering.
-
williamzujkowski Bundle Integration Testing DesignerDesign integration test scenarios with database fixtures, external service mocks, contract testing, and test environment setup for microservices and APIs.
-
tomevault-io Bundle Django Drf 2Views check authentication using one mechanism (e.g., session auth) but the API uses a different one (e.g., token auth) without proper configuration. Or custom auth backend is registered but login view uses a different authentication path. Use when this capability is needed.
-
tomevault-io Bundle Tabz TerminalsSpawn and manage terminal tabs via TabzChrome REST API. Use when spawning workers, creating terminals programmatically, setting up worktrees for parallel work, or crafting prompts for Claude workers. Use when this capability is needed.
-
felvieira Bundle Backend APISkill do Backend Developer para definição de APIs, banco de dados, e lógica de servidor. Use quando precisar definir schemas de banco, endpoints REST/GraphQL, validação server-side, autenticação, migrations, ou qualquer lógica de backend. Trigger em: "API", "endpoint", "banco de dados", "schema", "migration", "backend", "servidor", "autenticação", "JWT", "middleware", "ORM", "Prisma", "PostgreSQL", "Node.js", "Express", "NestJS", "validação server-side".
-
felvieira Skill Tdd EngineerTest-Driven Development com red-green-refactor enforced. Use quando construir feature ou fix de bug usando TDD, mencionar "red-green-refactor", quiser tracer bullets, ou pedir desenvolvimento test-first. Combate o anti-padrao "horizontal slicing" (escrever todos os testes antes de toda a implementacao). Trigger em: "tdd", "test-first", "red-green-refactor", "tracer bullet", "behavior test", "integration test", "tdd deep module", "interface design test".
-
felvieira Bundle Ffmpeg MediaSkill de edição e manipulação mecânica de vídeo/áudio via ffmpeg — corte, junção, legenda, normalização de loudness, detecção de silêncio, redação, correção de aspect ratio, mudança de velocidade, extração de metadados. Roda 100% local via scripts Python (stdlib + subprocess), sem API paga e sem upload de arquivo. Preenche o gap que a skill 27 (video-integration-specialist) declara fora de escopo: geração de vídeo por IA não é edição de vídeo existente. Trigger em: "segundos desse video", "cortar esse video", "juntar clipes", "clipes num video so", "queimar essa legenda", "legenda .srt no video", "normaliza esse audio", "-14 LUFS", "loudness", "remove os trechos de silencio", "detecta silencio", "muda esse video de 16:9 pra 9:16", "aspect ratio sem esticar", "borra o rosto", "borrar rosto no video", "sincroniza esse audio", "audio separado com o video", "extrai os metadados desse", "metadados desse arquivo de video", "exporta esse video no formato", "formato certo pro TikTok", "ffmpeg", "editar video local se
-
iapro-community Skill Skill Elevenlabs Voice CloningUse for ElevenLabs voice generation and voice cloning integrations, including Brazilian Portuguese TTS, explicit voice consent, server-side API keys, secure audio uploads, asynchronous jobs, validation, retryable synthesis, and safe handling of biometric voice data.
-
iapro-community Skill Skill Multiagent OrchestrationUse when a task mentions subagents, multiagents, parallel agents, team execution, swarm, delegation, or requires dividing independent engineering work across agents while preserving integration safety and token efficiency.
-
iapro-community Skill Skill Multiagent Orchestration 2Use when a task mentions subagents, multiagents, parallel agents, team execution, swarm, delegation, or requires dividing independent engineering work across agents while preserving integration safety and token efficiency.
-
iapro-community Skill Skill Stripe Integration 2Integrate Stripe Checkout, Billing, subscriptions, Customer Portal, invoices, trials, coupons, webhook handling, entitlement sync, and SaaS payment state management.
-
iapro-community Skill Skill Abacatepay Integration 2Integrate AbacatePay PIX/card billing, customers, QRCode PIX, billing webhooks, CPF/CNPJ validation, BRL SaaS checkout, payment receipts, refunds, cancellations, and entitlement sync for Brazilian SaaS products.
-
iapro-community Skill Skill Elevenlabs Voice Cloning 2Use for ElevenLabs voice generation and voice cloning integrations, including Brazilian Portuguese TTS, explicit voice consent, server-side API keys, secure audio uploads, asynchronous jobs, validation, retryable synthesis, and safe handling of biometric voice data.
-
felvieira Skill Pattern ConformityExtrai e codifica os padroes de coding do projeto existente (naming, estrutura de arquivos, error handling, testing style, import style, API design, async patterns) e usa esses padroes como restricao sobre novo codigo. Garante que o agente code "igual ao resto do projeto" em vez de inventar convencoes proprias. Produce um "code style map" salvo em memory/patterns.md que todas as skills de geracao de codigo devem consultar. Trigger em: "segue o padrao do projeto", "coda igual ao resto", "nao reinventa padrao", "detecta padroes do codebase", "code style do projeto", "padrao do projeto", "convencao do projeto", "coda consistente", "mesma convencao", "sem reinventar roda", "padrao de codigo", "patterns do codebase", "pattern enforcement", "conformidade de padrao", "convencoes de naming", "padrao de tratamento de erro", "mesma estrutura do projeto", "detecta as convencoes", "extrai padroes de coding", "como o projeto estrutura".
-
felvieira Skill Mobile Paywall CheckoutSkill de UI/UX de paywall e checkout de pagamento em apps mobile — seleção de plano, periodicidade, cupão, Google Play Billing, Google Pay e PSPs externos (Stripe, Mercado Pago). Cobre a decisão de arquitetura de cobrança (quando é obrigatório Play Billing vs. PSP externo), o fluxo periodicidade→ plano→cupão→pagamento→autenticação→confirmação, hierarquia de plano-alvo sem manipulação, estados de pagamento (processing/3DS/pending/succeeded/failed) e posição do campo de cupão. Complementa a skill 60 (backend/dados multi-provider) com o lado de interface e decisão de produto. Trigger em: "paywall", "tela de assinatura", "checkout de assinatura", "seleção de plano", "plan card", "checkout de pagamento mobile", "google play billing", "in-app purchase", "iap", "purchase sheet", "campo de cupão", "3ds", "3d secure", "payment sheet", "google pay no checkout", "mercado pago mobile", "preço anual vs mensal", "billing period selector", "plano recomendado", "fluxo de assinatura android", "tela de preços do app".
-
felvieira Bundle Video Integration SpecialistSkill para integrar geracao e manipulacao de video em aplicacoes. Use quando o app precisar de text-to-video, image-to-video, clips promocionais, avatar video, motion explainers ou outros fluxos de video generativo. Trigger em: "text-to-video", "image-to-video", "video generativo", "avatar video", "motion explainer", "clip promocional", "gerar video", "fal video", "Sora", "Veo", "Runway video", "video AI".
-
aidas-dev Skill Gitea APIUse when working with the Gitea REST API — authentication, token management, repository/issue/PR CRUD, package management, admin operations, and general API automation with curl.
-
aidas-dev Skill Gitea TeaWork with Gitea using tea CLI for auth, repo, issue, pull request, release, actions, webhook, and notification workflows. Use when user references Gitea, self-hosted git forges, or asks for tea commands.
-
aidas-dev Skill Vault APIUse when working with HashiCorp Vault REST API — health checks, init/unseal, auth login, KV read/write, policy management, token operations. Covers endpoints, auth methods, curl examples.
-
aidas-dev Skill Harbor APIUse when working with the Harbor REST API v2 — project management, artifact operations, robot accounts, replication, vulnerability scanning, OIDC/LDAP config, garbage collection, and general API automation with curl.
-
aidas-dev Skill Zitadel APIZITADEL identity management platform (v4 GA, v2 API). Covers resource-based API for managing organizations, projects, applications (OIDC/SAML/API), roles, users, and OIDC settings via Connect RPC (HTTP/1.1 JSON) and REST endpoints. PAT or JWT assertion auth.
-
aidas-dev Skill Cert ManagerUse when creating or managing cert-manager CRDs — Certificate, Issuer, ClusterIssuer, CertificateRequest. Covers ACME DNS-01/HTTP-01, self-signed, CA issuers, Gateway API integration, and common patterns.
-
aidas-dev Skill Cilium GatewayUse when creating Gateway API resources for ingress, configuring TLS termination or passthrough, setting up HTTP-to-HTTPS redirect or traffic splitting, integrating oauth2-proxy or ExternalDNS with Cilium, or debugging Cilium Gateway controller issues including the Programmed=False cosmetic bug.
-
aidas-dev Skill Gitea WebhooksUse when managing Gitea webhooks — creating webhooks via API, understanding event types, system vs repo vs org webhooks, payload verification with HMAC-SHA256, and supported webhook formats.
-
aidas-dev Skill Tailscale TalosTailscale integration with Talos Linux — system extension, machine config, node IP binding, subnet routing, cross-cluster connectivity. Use when deploying or troubleshooting Tailscale on Talos nodes.
-
pedroiff0 Skill Suap Iff APIAuthenticate to and consume the SUAP IFF (Instituto Federal Fluminense) API v2 from the CLI — obtain the JWT access/refresh token via matricula+senha, then fetch student data (periodos letivos, dados do aluno, boletim). Use when the user has a suap.iff.edu.br matricula+senha and wants to extract academic data, integrate with the SUAP IFF API, or reference suap.iff.edu.br/api endpoints.
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 bluebubbles, find-nearby, openai-whisper. 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.