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.
-
paulingram Skill Dev API Integration TestingUse when authoring or running integration tests against a backend slice, especially during Phase 5 when verifying against a live dev API. Defines payload conventions, side-effect verification (DB / queue / file), dev-data fixture hygiene, idempotency, and the rule that the system under test runs against real dependencies — mock only what's truly external or non-deterministic.
-
selina2025-alt Bundle Follow BuildersAI builders digest — monitors top AI builders on X and YouTube podcasts, remixes their content into digestible summaries. Use when the user wants AI industry insights, builder updates, or invokes /ai. No API keys or dependencies required — all content is fetched from a central feed.
-
buildpad-ai Bundle Buildpad Validate GapAnalyze implementation gap between requirements and existing codebase. Use when planning integration with existing systems.
-
buildpad-ai Skill Buildpad Validate ImplValidate feature-level integration after all tasks are implemented. Checks cross-task consistency, full test suite, and overall spec coverage.
-
johnqtcg Bundle Tdd WorkflowEnforce practical Test-Driven Development for code changes in Go services. Use for new features, bug fixes, refactors, API changes, and new modules. Requires Red-Green-Refactor evidence, defect-hypothesis-driven tests, killer cases, and coverage gates (line + risk-path).
-
johnqtcg Bundle Writing PlansCreate implementation plans for multi-step tasks. Use when you have a spec, requirements, or feature request that needs decomposition into concrete steps before implementation. Covers feature, bugfix, refactor, migration, API change, and docs-only plans. NOT for single-file edits, trivial fixes, or tasks completable in under 5 minutes.
-
johnqtcg Bundle Yt Dlp DownloaderGenerate and run yt-dlp download commands with probe-driven format selection, safe output naming, retry defaults, and structured execution reports. Use when users want to download videos, extract audio, fetch playlists, grab subtitles, handle authenticated/age-gated content, or download live streams. Covers single videos, playlists, audio extraction, subtitle-inclusive downloads, format-ID / resolution-capped downloads, SponsorBlock integration, live streams, and browser-cookie authentication.
-
johnqtcg Bundle Monitoring AlertingMonitoring and alerting design reviewer for production backend services. ALWAYS use when writing Prometheus alerting rules, designing Grafana dashboards, defining SLI/SLO, configuring alert routing (PagerDuty/OpsGenie/Slack), or reviewing existing monitoring setups. Covers SLI/SLO definition, alert rule quality (sensitivity/specificity tradeoff), burn-rate alerting, alert fatigue prevention, dashboard design principles, label cardinality management, and on-call routing configuration. Use even for "just add an alert" — a poorly designed alert either pages at 3AM for non-issues (alert fatigue) or stays silent during real outages (false confidence).
-
johnqtcg Bundle API Integration TestCreate, maintain, and run gated Go integration tests for internal APIs and service-to-service clients (HTTP/gRPC). Use for endpoint verification, contract checks with real runtime config, opt-in execution, timeout/retry safety, and integration failure triage in Go services.
-
johnqtcg Bundle Thirdparty API Integration TestCreate and run gated Go integration tests for third-party APIs with real external calls, strict configuration gates, bounded timeouts, and safe runtime controls. Use for vendor/client contract verification and failure triage.
-
dauquangthanh Bundle Kiss Arch Intake 2Captures architecture inputs — quality attributes ranking, hard constraints, team context, operational envelope, integration surface, deployment preferences — into a single intake artefact the architect works from. Use when starting system design, capturing requirements for an architecture, or before producing ADRs and C4 diagrams.
-
dauquangthanh Bundle Kiss Test Framework 2Recommends unit + integration + e2e frameworks that fit the project's language + architecture, drafts the folder layout, and lists the tooling versions. Use when choosing a test framework, setting up testing infrastructure, or defining the test toolchain for a new project or language stack.
-
fbakiyev Skill API TestingПроверить реализованный API или границу сервиса по контракту, включая изменения состояния, авторизацию, совместимость и повторы. Применять для исполняемых проверок API; неустановленные условия контракта относятся к проектированию API, выбор покрытия между уровнями — к стратегии QA.
-
fbakiyev Skill Test AutomationРеализовать или исправить автоматические регрессионные тесты, тестовые данные, заглушки и нестабильные проверки для выбранных требований. Применять для надёжных исполняемых доказательств; неустановленный объём покрытия относится к стратегии QA, а специальные проверки API, браузера и производительности — к профильным навыкам.
-
fbakiyev Skill API DesignОпределить или развить контракт API, события, webhook или пакетного интерфейса, включая наблюдаемую совместимость, повторные запросы и ошибки. Применять для решений об интерфейсе; реализация относится к backend-разработке, а исполняемые проверки контракта — к тестированию API.
-
fbakiyev Skill Backend EngineeringРеализовать или переработать серверное поведение в сервисах, фоновых заданиях, интеграциях или предметной логике. Применять для изменений кода и поведения при сбоях; решения по контракту относятся к проектированию API, запрос только на проверку — к review кода.
-
nexadevapp Bundle Playwright TestCreates browser-based end-to-end tests for a Go web application (templ + htmx) with Playwright for Go, covering complete user journeys from start to finish. The tests are Go tests behind the `e2e` build tag and run with `go test`. Use when the user asks to "write Playwright tests", "create e2e tests", "test in the browser", or mentions end-to-end testing, browser tests, UI integration tests, or Playwright for a Go app.
-
nexadevapp Bundle Integration TestCreates Go integration tests for net/http handlers, services, and sqlc queries against a real PostgreSQL database started with testcontainers-go. Use when the user asks to "write integration tests", "test with a real database", "create Go integration tests", or mentions Go integration testing, testcontainers-go, or database-backed tests. Unit tests are created by the implement skill.
-
grasscaograss Bundle Feishu Webhook通过飞书 webhook 发送文本消息。触发场景:(1) 用户要求发送消息到飞书,(2) 二次向用户确认发送内容,然后才能通过 webhook 推送通知,(3) 发送自动化提醒或告警到飞书群聊
-
grasscaograss Skill Create Weld Doc在飞书"焊接"云文档文件夹中创建新的云文档,创建完成后总结文档内容。经过用户同意后,通过飞书 webhook 发送通知(含文档链接)。当用户需要新建焊接相关的飞书文档、记录焊接工作、保存焊接报告时使用。
-
davie521 Skill API DesignREST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs. Use when designing or reviewing REST endpoints, or deciding between status codes, pagination styles, or versioning strategies.
-
imtangyujing Skill Lark Approval飞书审批 API:审批实例、审批任务管理。
-
imtangyujing Skill Lark Skill Maker创建 lark-cli 的自定义 Skill。当用户需要把飞书 API 操作封装成可复用的 Skill(包装原子 API 或编排多步流程)时使用。
-
ulpi-io Skill Browse Config 2Guided configuration generator for the browse CLI's camoufox integration. Asks the user questions to build a browse.json camoufox section or a named profile JSON file for stealth, fast-scraping, Google-safe, or custom setups.
-
ulpi-io Bundle Ast Grep 2Structural code search via AST patterns. Find code by structure, not text — async functions without error handling, specific API call patterns, missing guards. Use when grep/ripgrep can't express what you need. Requires ast-grep CLI.
-
nemori-ai Bundle Readme Steward当你要为 cc-master 创建、更新、重写、审查或同步 README.md / README_zh.md 时使用;覆盖本仓 README 的产品叙事、英文/中文双语一致性、feature claim 诚实性、用户路径、贡献者路径和视觉/徽章克制。Triggers: README, README_zh, 项目首页, landing page, 文档首页, installation docs, quick start, feature claim, 中英文 README 同步, README review。Do NOT use when 只是改 AGENTS.md / skill body / ADR / feature manual / API 文档本身;那些按对应仓库 skill 或普通文档编辑流程处理。
-
hack23 Skill API Integration 2External API integration patterns, retry logic, circuit breakers, caching, rate limiting for government data APIs
-
hack23 Skill Secure Development Policy 2Hack23 secure development policy enforcement, SAST/DAST integration, dependency scanning, and code signing practices
-
chocholous Skill Apify X402 Agentic WalletDiscover, pay for, and run any Apify Actor by paying USDC on Base over the x402 protocol with a Coinbase Agentic Wallet (awal) — no Apify account or API key. You buy one small, spend-capped prepaid Apify token, then run as many Actors as the request needs with it. Use when the user wants to use Apify tools without signing up, pay per use with crypto / USDC, set up an agentic wallet, mentions "x402", "awal", "agentic wallet", "Coinbase wallet", "pay with USDC", "no API key", or asks to pull live web data (social media, search, maps, marketplaces, news) while paying on-chain per use.
-
davie521 Skill Tdd WorkflowUse this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.
-
iblai Bundle Iblai API Crm 2Manage an ibl.ai organization's CRM via the platform API — people, organizations, pipelines and stages, lead sources, deals (with stage-move/won/lost actions), activities, and tags. Org-wide sales/relationship management. Use for lead capture, pipelines, and deal flow.
-
iblai Skill Iblai API Scim 2iblai-api-scim
-
iblai Skill Iblai API Billing 2iblai-api-billing
-
iblai Skill Iblai API Catalog 2Manage an ibl.ai organization's learning catalog via the platform API — courses, programs, pathways, resources, skills, roles, course/program metadata, plus enrollment, eligibility checks, catalog search, and course reviews. Org-wide content and enrollment operations. Use when wiring up the catalog, enrolling users, checking eligibility, or curating skills/roles/pathways.
-
iblai Skill Iblai API Feature 2Manage an ibl.ai organization's per-user feature configuration and app/onboarding state via the Data Manager (DM) API — read and write a user's feature config (single feature or bulk inline object), bulk-update a feature's values across an entire platform, list the apps a user can access, mark onboarding complete, activate an app free trial, and (when enabled) run an admin platform-provisioning config. Use when toggling feature flags/values for a user or a whole org, reading which apps a user has, updating onboarding status, activating a free trial, or provisioning a platform.
-
iblai Bundle Iblai API Ecosystem 2iblai-api-ecosystem
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 monitoring-alerting, dev-api-integration-testing, follow-builders. 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.