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.
-
vikenpatel14 Skill Install ApkInstall APK builds to a connected Android device via adb. Scans the local builds folder for RC, Preview, and Feature Branch APKs. Can also fetch build links from Slack release channels. Use when the user wants to install an APK, sideload an app, install a build, push an APK to a device, mentions RC/Preview/feature branch builds, uses shorthand like "26.21 R W" or "26.21 P C", provides a .apk filename, or asks for builds from Slack (e.g. "26.21 slack").
-
santosomar Bundle Attack Ics T0874 HookingAnalyze MITRE ATT&CK T0874 Hooking in the ics matrix. Use for TTP triage, detection engineering, hunting, defensive emulation planning, mitigations, incident response mapping, ATT&CK coverage, or questions mentioning T0874, Hooking, or ics ATT&CK. Adversaries may hook into application programming interface (API) functions used by processes to redirect calls for execution and privilege escalation means.
-
santosomar Bundle Attack Ics T0834 Native APIAnalyze MITRE ATT&CK T0834 Native API in the ics matrix. Use for TTP triage, detection engineering, hunting, defensive emulation planning, mitigations, incident response mapping, ATT&CK coverage, or questions mentioning T0834, Native API, or ics ATT&CK. Adversaries may directly interact with the native OS application programming interface (API) to access system functions.
-
santosomar Bundle Attack Mob T1575 Native APIAnalyze MITRE ATT&CK T1575 Native API in the mobile matrix. Use for TTP triage, detection engineering, hunting, defensive emulation planning, mitigations, incident response mapping, ATT&CK coverage, or questions mentioning T1575, Native API, or mobile ATT&CK. Adversaries may use Android’s Native Development Kit (NDK) to write native functions that can achieve execution of binaries or functions.
-
santosomar Bundle Attack Ent T1106 Native APIAnalyze MITRE ATT&CK T1106 Native API in the enterprise matrix. Use for TTP triage, detection engineering, hunting, defensive emulation planning, mitigations, incident response mapping, ATT&CK coverage, or questions mentioning T1106, Native API, or enterprise ATT&CK. Adversaries may interact with the native OS application programming interface (API) to execute behaviors.
-
santosomar Bundle Attack Ics T0871 Execution Through APIAnalyze MITRE ATT&CK T0871 Execution through API in the ics matrix. Use for TTP triage, detection engineering, hunting, defensive emulation planning, mitigations, incident response mapping, ATT&CK coverage, or questions mentioning T0871, Execution through API, or ics ATT&CK. Adversaries may attempt to leverage Application Program Interfaces (APIs) used for communication between control software and the hardware.
-
santosomar Bundle Attack Ent T1552 007 Container APIAnalyze MITRE ATT&CK T1552.007 Container API in the enterprise matrix. Use for TTP triage, detection engineering, hunting, defensive emulation planning, mitigations, incident response mapping, ATT&CK coverage, or questions mentioning T1552.007, Container API, or enterprise ATT&CK. Adversaries may gather credentials via APIs within a containers environment.
-
santosomar Bundle Attack Mob T1541 Foreground PersistenceAnalyze MITRE ATT&CK T1541 Foreground Persistence in the mobile matrix. Use for TTP triage, detection engineering, hunting, defensive emulation planning, mitigations, incident response mapping, ATT&CK coverage, or questions mentioning T1541, Foreground Persistence, or mobile ATT&CK. Adversaries may abuse Android's `startForeground()` API method to maintain continuous sensor access.
-
santosomar Bundle Attack Ent T1059 013 Container CLI APIAnalyze MITRE ATT&CK T1059.013 Container CLI/API in the enterprise matrix. Use for TTP triage, detection engineering, hunting, defensive emulation planning, mitigations, incident response mapping, ATT&CK coverage, or questions mentioning T1059.013, Container CLI/API, or enterprise ATT&CK. Adversaries may abuse built-in CLI tools or API calls to execute malicious commands in containerized environments.
-
santosomar Bundle Attack Mob T1629 001 Prevent Application RemovalAnalyze MITRE ATT&CK T1629.001 Prevent Application Removal in the mobile matrix. Use for TTP triage, detection engineering, hunting, defensive emulation planning, mitigations, incident response mapping, ATT&CK coverage, or questions mentioning T1629.001, Prevent Application Removal, or mobile ATT&CK. Adversaries may abuse the Android device administration API to prevent the user from uninstalling a target application.
-
santosomar Bundle Attack Ent T1567 004 Exfiltration Over WebhookAnalyze MITRE ATT&CK T1567.004 Exfiltration Over Webhook in the enterprise matrix. Use for TTP triage, detection engineering, hunting, defensive emulation planning, mitigations, incident response mapping, ATT&CK coverage, or questions mentioning T1567.004, Exfiltration Over Webhook, or enterprise ATT&CK. Adversaries may exfiltrate data to a webhook endpoint rather than over their primary command and control channel.
-
santosomar Bundle Attack Ent T1027 007 Dynamic API ResolutionAnalyze MITRE ATT&CK T1027.007 Dynamic API Resolution in the enterprise matrix. Use for TTP triage, detection engineering, hunting, defensive emulation planning, mitigations, incident response mapping, ATT&CK coverage, or questions mentioning T1027.007, Dynamic API Resolution, or enterprise ATT&CK. Adversaries may obfuscate then dynamically resolve API functions called by their malware in order to conceal malicious functionalities and impair defensive analysis.
-
santosomar Bundle Attack Ent T1056 004 Credential API HookingAnalyze MITRE ATT&CK T1056.004 Credential API Hooking in the enterprise matrix. Use for TTP triage, detection engineering, hunting, defensive emulation planning, mitigations, incident response mapping, ATT&CK coverage, or questions mentioning T1056.004, Credential API Hooking, or enterprise ATT&CK. Adversaries may hook into Windows application programming interface (API) functions and Linux system functions to collect user credentials.
-
santosomar Bundle Attack Ent T1213 005 Messaging ApplicationsAnalyze MITRE ATT&CK T1213.005 Messaging Applications in the enterprise matrix. Use for TTP triage, detection engineering, hunting, defensive emulation planning, mitigations, incident response mapping, ATT&CK coverage, or questions mentioning T1213.005, Messaging Applications, or enterprise ATT&CK. Adversaries may leverage chat and messaging applications, such as Microsoft Teams, Google Chat, and Slack, to mine valuable information.
-
santosomar Bundle Attack Mob T1626 001 Device Administrator PermissionsAnalyze MITRE ATT&CK T1626.001 Device Administrator Permissions in the mobile matrix. Use for TTP triage, detection engineering, hunting, defensive emulation planning, mitigations, incident response mapping, ATT&CK coverage, or questions mentioning T1626.001, Device Administrator Permissions, or mobile ATT&CK. Adversaries may abuse Android’s device administration API to obtain a higher degree of control over the device.
-
artemgurzhii Skill Ember DataEmber Data — store, models, attributes, relationships, adapters, serializers, JSON:API conventions, the @ember-data/request request manager, and when to drop down to plain fetch. Use when modeling server data, debugging unexpected null relationships, choosing between findRecord/query/peekRecord, or migrating to the new request system.
-
artemgurzhii Skill Ember 2 TestingThe Ember 2.x test API — moduleFor, moduleForComponent, moduleForModel, moduleForAcceptance, the global async helpers (visit, click, fillIn), wait(), and the bridge to the modern setupTest/setupRenderingTest API introduced in 3.x. Use when reading or fixing 2.x tests, or when planning the conversion to the modern qunit-based API.
-
artemgurzhii Skill Ember 3 To 4 MigrationThe 3.28 LTS → 4.12 LTS migration path — what's removed (jQuery integration, classic components, Ember.X globals), the ember-data 4 typing rewrite, the optional Embroider adoption, addon survival, and the LTS-by-LTS cadence (3.28 → 4.4 → 4.8 → 4.12). Use when planning, scoping, or executing a 3 → 4 upgrade.
-
artemgurzhii Skill Ember 4 To 5 MigrationThe 4.12 LTS → 5.x migration path — what's removed (ember-cli-typescript as a separate addon, RSVP global, classic test API holdouts), the ember-data → @ember-data/request transition (and the WarpDrive direction), Glint adoption with template-imports, optional .gjs/.gts adoption. Use when planning, scoping, or executing a 4 → 5 upgrade.
-
basezh Bundle ElsaOpenClaw skill-pack for Elsa x402 DeFi API integration with micropayments. Enables agents to interact with Elsa DeFi API using x402 payment protocol for USDC micropayments on Base.
-
basezh Skill Alchemy APIIntegrates Alchemy blockchain APIs using an API key. Requires $ALCHEMY_API_KEY to be set; if unavailable, use the agentic-gateway skill instead. Use when user asks about EVM JSON-RPC calls, token balances, NFT ownership or metadata, transfer history, token prices, portfolio data, transaction simulation, webhooks, Solana RPC, or any Alchemy product integration. Covers base URLs, authentication, endpoint selection, pagination, and common patterns.
-
basezh Skill Quicknode SkillQuicknode blockchain infrastructure including RPC endpoints (80+ chains), Streams (real-time data), Webhooks, IPFS storage, Marketplace Add-ons (Token API, NFT API, DeFi tools), Solana DAS API (Digital Asset Standard), Key-Value Store, gRPC streaming (Yellowstone for Solana, Hypercore for Hyperliquid), and x402 pay-per-request RPC. Use when setting up blockchain infrastructure, configuring real-time data pipelines, processing blockchain events, storing data on IPFS, using Quicknode-specific APIs, querying Solana NFTs/tokens/compressed assets, persisting state with Key-Value Store, or building low-latency gRPC streams. Triggers on mentions of Quicknode, Streams, qn_ methods, IPFS pinning, Quicknode add-ons, DAS API, Digital Asset Standard, compressed NFT, cNFT, getAssetsByOwner, searchAssets, Key-Value Store, KV store, qnLib, Yellowstone, gRPC, Geyser, Hypercore, Hyperliquid, HYPE, evm, rpc, ethereum, blockchain, solana, or x402.
-
chen3feng Skill Test Layout EvolutionWhen adding unit tests to a repo whose `test/` dir is actually integration, create a parallel `tests/unit/` instead of mixing them.
-
basezh Bundle Remix API AuthConfigure and verify bearer API key authentication for Remix APIs
-
basezh Skill Remix Game SdkReference for the @remix-gg/sdk game integration hooks and APIs
-
basezh Skill Remix API ReferenceOpenAPI-first endpoint reference for Remix game publishing REST routes
-
basezh Skill Remix Game CreationCreate a new game draft via the Remix API
-
oquidave Bundle Africastalking SmsSend an SMS via the Africa's Talking SMS API. Use whenever the user wants to send a text message, alert, OTP, notification, "send SMS to <number>", or any phrasing that involves delivering a short message to a mobile phone in Africa. The skill posts to Africa's Talking's REST endpoint and returns the delivery status.
-
basezh Bundle Morpho BuilderUse when building applications, bots, SDKs, or integrations against the Morpho lending protocol — deposits, borrows, repays, withdrawals, vault v1/v2 integrations, V1→V2 migration flows, risk monitors, portfolio dashboards. Steers toward `@morpho-org/morpho-sdk` (`MorphoClient`) for user-facing transactions and flags uncovered flows (curator ops, market creation, liquidations, flashloans, rewards) that need lower-level SDKs. Invoke whenever a user mentions Morpho, MetaMorpho, Morpho Blue, or any on-chain integration touching these contracts — even if they don't name morpho-sdk explicitly.
-
xzwwwwww Bundle Authoritative Data Harvester自动定位并获取权威公开数据(优先API/官方批量下载),输出可复现抓取与清洗方案。Invoke when用户需要权威数据、官方统计、API下载或数据源爬取。
-
gcampton Bundle Unreal Python APIUnreal Engine Python API reference (UE 4.27, the version Epic publishes most `unreal.*` Python bindings under). 370 cleaned class/struct/enum pages covering AI, Animation, Engine, GameplayAbilities, Slate, AugmentedReality, ControlRig, and ~50 other modules. Use this skill when writing Unreal Editor Python scripts, asset automation, or in-engine Python tools.
-
kwokyc Skill API DesignerThis skill should be used when "design an API", "create REST endpoints", "design API structure", "API best practices", "how should I design this endpoint", "REST API conventions", "API error handling", "API versioning", "design a webhook".
-
kwokyc Skill Tdd EnforcerThis skill should be used when "write tests first", "do TDD", "test driven development", "write tests before code", "test this feature", "add test coverage", "make sure this is tested", "write unit tests", "add integration tests".
-
evaluris-solutions Bundle Hts NftCreate and manage HTS NFT collections — NonFungibleUnique token types, finite max supply, batch mint with per-serial metadata (HIP-412 / JSON metadata URIs), NFT transfers, royalty and custom fees, marketplace integration patterns, HTS NFT vs ERC-721 via Smart Contract Service. Use when user mentions NFT serial, HIP-412, royalty fee, metadata JSON, mint batch HTS, NonFungibleUnique, or compares Hedera NFT to OpenSea ERC-721.
-
evaluris-solutions Bundle Hedera Mirror NodeQuery Hedera Mirror Node REST API for account history, token balances, NFT ownership, topic messages, smart contract logs — pagination patterns, building explorer-like indexes. Use when user mentions mirror node REST, list transactions account, token balances API, NFT REST Hedera, contract logs mirror, pagination links.next.
-
evaluris-solutions Bundle Hts Stablecoin StudioInstall and operate Hedera Stablecoin Studio — CLI and SDK workflows, reserve-backed stablecoin configuration, mint/burn operational roles, HTS linkage for underlying tokens, proof-of-reserve oracle integration patterns. Use when user mentions Stablecoin Studio, reserve-backed stablecoin, Chainlink proof of reserve, mint burn roles Cashin Rescue, accelerator stablecoin, or compares algorithmic vs fiat-backed models on Hedera.
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 install-apk, attack-ics-t0874-hooking, attack-ics-t0834-native-api. 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.