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.
-
dvcrn Skill Clawhub Zerion APIZerion Api
32 -
dvcrn Bundle Error Handler Gen 2Generate error handling middleware for any framework. Use when setting up API error handling.
32 -
dvcrn Bundle Antigravity Image Gen 2Generate images using the internal Google Antigravity API (Gemini 3 Pro Image). High quality, native generation without browser automation.
32 -
dvcrn Skill Openmm Exchange Setup 2Step-by-step guide to configure exchange API credentials for OpenMM.
32 -
dvcrn Bundle Diy Pc Ingest 2Ingest pasted PC parts purchase/config text (Discord message receipts, bullet lists) into Notion DIY_PC tables (PCConfig, ストレージ, エンクロージャー, PCInput). Use when the user pastes raw purchase logs/spec notes and wants the AI to classify, enrich via web search, ask follow-up questions for unknowns, and then upsert rows into the correct Notion data sources using the 2025-09-03 data_sources API.
32 -
dvcrn Bundle Zeelin Search 2使用智灵搜索进行数据查询。当用户说"使用智灵搜索"、"智灵搜索帮我查询"、"调用智灵搜索"、"用智灵搜索"、"智灵搜索查询"、"舆情数据"、"舆情"、"新闻报道"、"...评论"、"热点话题"、"动态"、"相关报道"、"最新趋势"等时使用此技能。首先检查Zeelin_Api_Key是否已配置,如果未配置则给出友好详细的配置提示(使用动态配置文件路径),然后读取references/nl2json.md进行自然语言转JSON,再读取references/zenlin_search_api.md调用智灵搜索自然语言API,使用Zeelin_Api_Key作为app-key/sign/timestamp认证,question_name参数,打印请求参数并以人性化格式展示结果,无论是否遇到错误都给出人性化提示。只检查和提示Zeelin_Api_Key,不检查也不提示Zeelin_Api_Url和Zeelin_Website_Url。
32 -
dvcrn Bundle Limesurvey 2Automate LimeSurvey operations via RemoteControl 2 API. Use when: (1) managing surveys, questions, groups, or participants, (2) exporting responses or statistics, (3) sending invitations or reminders, (4) importing surveys or questions, (5) batch operations on survey data. Supports JSON-RPC API with full CRUD operations for surveys, participants, responses, questions, and groups. **REQUIRED ENVIRONMENT VARIABLES:** LIMESURVEY_URL (your RemoteControl endpoint), LIMESURVEY_USER, LIMESURVEY_PASSWORD (use least-privilege service account, never full admin credentials).
32 -
dvcrn Bundle Perplexity 5Search the web with AI-powered answers via Perplexity API. Returns grounded responses with citations. Supports batch queries.
32 -
dvcrn Bundle Home Assistant 3Control Home Assistant smart home devices, run automations, and receive webhook events. Use when controlling lights, switches, climate, scenes, scripts, or any HA entity. Supports bidirectional communication via REST API (outbound) and webhooks (inbound triggers from HA automations).
32 -
dvcrn Bundle Bitwarden Vaultwarden 2Bitwarden & Vaultwarden password manager integration. Use when storing, retrieving, generating, or managing passwords and credentials. Wraps the Bitwarden CLI (bw) with automatic session management. Works with both official Bitwarden and self-hosted Vaultwarden servers.
32 -
dvcrn Skill Xiaohongshu Reply Assistant 2小红书智能回复助手 - 自动分析评论情感和意图,生成个性化回复建议。 Use for: (1) Analyzing Xiaohongshu comment sentiment and intent, (2) Generating personalized reply suggestions, (3) Managing comment history and batch processing, (4) Monitoring notes for new comments. Supports both standalone offline analysis and API integration with real Xiaohongshu data.
32 -
tomevault-io Bundle Lucassantana Dev AI Dev Toolkit Pt Br GRAPHQL Architect---
-
tinyc0der Skill Test Case Design ReviewDesigns and reviews automated test cases using the smallest risk-based set that gives meaningful regression confidence. Use when planning, writing, pruning, or reviewing unit, integration, end-to-end, or regression tests, especially when a suite risks becoming repetitive, implementation-coupled, or larger than the behavior warrants. Do not use to enforce test-first development or perform a general code review unrelated to tests.
-
tinyc0der Skill Verification And ValidationValidates completed changes against acceptance criteria and readiness gates. Use after implementation and before review, merge, or release to run final tests, build, lint, typecheck, integration and runtime checks and produce an evidence-based readiness verdict without adding production behavior.
-
datnt-cell Skill Unity UIBuild Unity UI from chat — UGUI Canvas/widget creation and UI Toolkit (UXML/USS/UIDocument) editing through Editor automation. Use when the user wants menus, HUDs, buttons, panels, or other UI built or edited in the Unity Editor. Read unity-core first for the REST protocol before calling any skill named here.
-
datnt-cell Bundle Unity TweeningAutomate DOTween Pro and PrimeTween tween/sequence authoring in Unity, plus UniTask async patterns, from chat. Use when the user wants scripted motion, easing, tween sequences, or async/await code generated for the Unity player loop through Editor automation. Read unity-core first for the REST protocol before calling any skill named here.
-
datnt-cell Bundle Unity Dev WorkflowCross-cutting Unity Editor developer workflow tools from chat — batch/async job execution, task snapshots and undo orchestration, compile/system diagnostics, console log capture, profiler stats, undo/redo history, Scene View bookmarks, the Unity Test Runner, demo/test scaffolding, query/layout/auto-bind smart tools, scene/project analysis, project info/settings, and UnityEvent wiring. Use for anything spanning multiple modules, or for the batch/dryRun execution machinery itself. Read unity-core first for the REST protocol before calling any skill named here.
-
datnt-cell Bundle Unity Editor ToolsLow-level and fallback Unity Editor tooling from chat — hand-editing serialized YAML (.unity/.prefab/.asset/.meta/ProjectSettings) when REST can't reach the target, the experimental Unity CLI for headless cold-start test/run/build, and Unity Behavior graph automation (agents, blackboard variables). Use when REST skills from other unity-* skills can't reach what you need, or when the user explicitly wants headless CLI operation or Behavior graph editing. Read unity-core first for the REST protocol before calling any skill named here.
-
datnt-cell Skill Unity Manual SceneManually navigate, save, and manage scenes using Unity Editor UI. For simple Scene view workflows that do not need REST automation.
-
datnt-cell Skill Unity Scene AuthoringCreate and edit GameObjects, Components, Prefabs, and Scenes in the Unity Editor, plus Editor-level control (play/select/undo/redo). Use for hierarchy authoring, prefab variants, scene load/save/query, and any scene-authoring automation from chat. Read unity-core first for the REST protocol (health check, operating mode, dryRun gate) before calling any skill named here.
-
datnt-cell Skill Unity Manual MaterialManually create and edit Materials and assign them to objects using Unity Editor UI. For one-off material tweaks that do not need REST automation.
-
datnt-cell Skill Unity Manual GameobjectManually create GameObjects, organize the Hierarchy, and adjust Transforms using Unity Editor UI. For clicks-and-drag workflows that do not need REST automation.
-
datnt-cell Bundle Unity Animation TimelineAutomate Unity Animator controllers, Timeline tracks/clips, Cinemachine virtual cameras, and Scene View camera control from chat. Use when the user wants animation state machines, cutscenes/sequences, or camera work set up through Editor automation. Read unity-core first for the REST protocol before calling any skill named here.
-
datnt-cell Bundle Unity Physics NavigationAutomate Unity physics (raycasts, overlaps, gravity), NavMesh baking/queries, Terrain creation/painting, and ProBuilder mesh editing from chat. Use when the user wants physical simulation setup, pathfinding/navigation, terrain sculpting, or in-editor mesh authoring done through Editor automation. Read unity-core first for the REST protocol before calling any skill named here.
-
datnt-cell Bundle Unity Addressables YooassetAutomate Unity Addressables and YooAsset hot-update/asset-bundle pipelines, plus HybridCLR hot-update codegen, from chat — group/Collector CRUD, asset entry assignment, profile switching, content builds, BuildReport analysis, and DLL compile/copy. Use when the user wants asset-bundle or hot-update workflows wired up through Editor automation. Read unity-core first for the REST protocol before calling any skill named here.
-
pavelzw Bundle Matplotlib Data VisualizationChart design and data storytelling guidelines for matplotlib. Use when creating visualizations that need to communicate a clear message, tell a story with data, or follow best practices for readability and design. Focuses on visualization principles rather than matplotlib API syntax.
-
cskwork Bundle Browser QA 3Run browser QA with reviewable YAML scenarios, engine selection, and browser/API evidence. Use for URL checks, regression runs, recording, scheduling, or SuperQA dashboards.
-
android Bundle Verified Email 2Provides a complete workflow for implementing verified email retrieval on Android Credential Manager API. Use this skill to integrate a secure, OTP-less email verification flow into an Android app. This skill solves the problem of high-friction sign-up processes by leveraging cryptographically verified credentials from trusted providers like Google.
6.1k -
android Bundle Navigation 3 2Learn how to install and migrate to Jetpack Navigation 3, and how to implement features and patterns such as deep links, multiple backstacks, scenes (dialogs, bottom sheets, list-detail, two-pane, supporting pane), conditional navigation (such as logged-in navigation versus anonymous), returning results from flows, integration with Hilt, ViewModel, Kotlin, and view interoperability.
6.1k -
android Bundle Adaptive 2Instructions to make or update an app's UI so that it adapts to different Android devices including phones, tablets, foldables, laptops, desktop, TV, Auto and XR. It includes how to handle different window sizes, pointing devices (such as mouse) and text entry devices (such as keyboard) using the Compose MediaQuery API. It also covers multi-pane layouts using Navigation3 Scenes, adaptive UI components (such as buttons) with varying target sizes, and adaptive layouts (including navigation areas - nav rails and nav bars) using the Compose Grid and FlexBox APIs.
6.1k -
android Bundle Engage Sdk Integration 2Helps developers integrate, debug, and resolve Play Engage SDK implementation issues. Use when adding Engage SDK support, generating publishing code, mapping data classes to entities, or fixing SDK-related errors.
6.1k -
google-gemini Skill Gemini Live API Dev 2Use 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, live translation, and all Live API configuration options. SDKs covered - google-genai (Python), @google/genai (JavaScript/TypeScript).
3.8k -
google-gemini Bundle Gemini Omni Flash API 2Use this skill for generative video editing, text-to-video, image-referenced video generation, first-frame-to-video, first-and-last-frame transitions, and video extensions using Gemini Omni 1.1 Flash (gemini-omni-1.1-flash) via the official google-genai SDK. Includes workflows for pre-processing/optimizing high-resolution or long source videos with ffmpeg, stripping audio for full sound regeneration, and handling turn-by-turn video editing and parallel execution.
3.8k -
helius-labs Bundle Jupiter 2Build Solana DeFi applications combining Jupiter APIs with Helius infrastructure. Covers token swaps (Swap API V2), lending/borrowing (Lend protocol), limit orders (Trigger), DCA (Recurring), token/price data, transaction submission via Sender, fee optimization, real-time streaming, and wallet intelligence.
-
hoangnguyen0403 Bundle Specialist Integration Test Generator 2Generates one integration/E2E test from an approved test case spec using existing project patterns. Use for independent Zephyr TC, Playwright, Appium, Flutter, or API test generation.
542 -
athola Bundle API Review 2Evaluates API surface design, consistency, and exemplar alignment. Use when reviewing public API changes or before releasing a new API surface.
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 clawhub-zerion-api, error-handler-gen, antigravity-image-gen. 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.