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.
-
evaluris-solutions Bundle Hedera Environment SetupGuide complete Hedera testnet/mainnet developer setup — Hedera Portal account, testnet faucet HBAR, OPERATOR_ID/OPERATOR_KEY env configuration, installing @hashgraph/sdk or Hiero Java SDK, verifying connectivity with AccountBalanceQuery, Mirror Node REST smoke tests. Use when the user says setup, testnet, mainnet, faucet, env vars, mirror node URL, SDK install, operator key, portal.hedera.com, cannot connect, INVALID_SIGNATURE, or asks how to start building on Hedera from zero.
-
gomining-ai Bundle Gomining TokenGOMINING Token utility and ecosystem — the native token powering GoMining. Covers token definition and purpose, four primary use cases (marketplace purchases, maintenance discounts up to 20%, royalties/rewards, Miner Wars game boosts), official token resources, CoinMarketCap tracking, and integration with Digital Miners and GoMining Card products.
-
eagleisbatman Skill Google Adk AuthADK authentication and credentials. Use when adding auth to tools — API keys, bearer tokens, OAuth2 flows, OpenID Connect, service accounts, and credential storage services.
-
eagleisbatman Skill Google Adk StreamingADK bidi-streaming / Live API. Use when building real-time audio/video streaming agents — WebSocket connections, run_live, audio transcription, and streaming tools.
-
eagleisbatman Skill Google Adk Openapi ToolCreate ADK tools from OpenAPI specs. Use when connecting agents to REST APIs defined by OpenAPI/Swagger specs — auto-generates tools from endpoints with auth support.
-
tamerintech Bundle Animate CharacterGenerate character animations from a source image using Kling AI video generation (direct API or via the Higgsfield CLI), then convert the resulting MP4 video into an optimized sprite sheet for web use. Use when the user wants to create character animations, sprite sheets, or animate illustrations.
-
miolamio Bundle Ru TextovodChecks Russian text for spelling, punctuation, and grammar via Textovod.com API. Use when user says "проверь текст", "проверь орфографию", "проверь пунктуацию", "автокоррекция", "исправь ошибки", "/ru-textovod", or after writing/editing Russian text. Three independent commands: autocorrection (default), spelling, punctuation. NOT for stylistic editing (use ru-editor).
-
ayithamsetty-vamsi-krishna Bundle Django Auth DevDjango multi-user authentication skill. Handles: multiple AbstractBaseUser models with fully independent JWT authentication backends, separate login endpoints per user type, custom JWT claims (user_type, tenant_id, permissions), full RBAC with role hierarchy, OAuth/social auth, and token revocation. Pattern C: truly separate models, custom middleware routes authentication.
-
cooler09 Skill SpotifySpotify API
-
hungrytech Bundle Sub Codebase Explorer다언어 코드베이스 분석 전문가. 프로젝트 구조 발견(Kotlin/Java/Python/Go/TS/Ruby), 모듈 의존성 그래프 + 순환 의존성 탐지, Git hotspot 분석, 데드코드 식별, 도메인 모델 추출, MSA API 호출/이벤트 토폴로지 매핑(개별 md 자동 생성), ARCHITECTURE.md/ONBOARDING.md 자동 생성을 수행한다. Activated by keywords: "explore", "codebase", "legacy", "architecture", "dependency graph", "hotspot", "deadcode", "onboarding", "msa", "microservice", "event flow", "sequence diagram", "코드베이스", "레거시", "온보딩", "의존성", "아키텍처 분석", "마이크로서비스", "이벤트 발행", "시퀀스".
-
ayithamsetty-vamsi-krishna Bundle Django Integrations DevThird-party integration skill for Django. Mandatory web search + doc reading before every integration. Handles: payment gateways, file uploads (S3/GCS), SMS/push notifications, email, OAuth providers, webhooks, background tasks (Celery + Django-Q), caching, real-time (WebSocket/SSE/polling).
-
hungrytech Bundle Sub API DesignerContract-first API 설계 에이전트. OpenAPI 3.1 스펙 생성, API 버전 간 Breaking Change 감지, REST 설계 패턴 (페이지네이션, 필터링, 에러 응답 RFC 7807) 적용, Mock 서버 설정, Contract Test 스텁 생성을 수행한다. Activated by keywords: "api design", "openapi", "rest api", "api 설계", "API 문서", "endpoint", "swagger", "breaking change", "api versioning", "contract".
-
hossainks Skill Playwright Best PracticesPlaywright E2E test automation standards — locator strategy, assertion patterns, test structure, POM, API mocking, auth patterns, wait strategies, and anti-patterns. Use when writing, reviewing, or debugging Playwright tests.
-
zytelabs Bundle Scrapy Quick SpiderBuild a self-contained single-file Scrapy spider for scraping an ecommerce category (product list pages + product detail pages) using Zyte API AI extraction. Use this skill whenever the user wants to quickly scrape an ecommerce site, crawl a product category, extract product data, or build a Scrapy spider fast without a full project setup. Triggers include: "scrape this category", "build a spider for", "crawl products from", "get all products from", "scrape product listings", or any request to extract ecommerce data from a URL. The output is a ready-to-run Python script — no project scaffolding needed.
-
zytelabs Bundle Zyte ScreenshotsCapture a full-page screenshot of any public URL using the Zyte API. Use this skill whenever the user provides a URL and asks to take a screenshot, capture a page, grab a visual snapshot, or see what a website looks like. Also trigger when the user says things like "screenshot this", "capture this page", "show me what this site looks like", or "get a screenshot of [URL]". Requires ZYTE_API_KEY in the environment. After capturing, the skill saves the screenshot as a PNG file named after the website, reports the file location, and gives a 1-line description of what's visible in the screenshot.
-
zytelabs Bundle Zyte Ecommerce Products Compare SkillExtract structured product data from e-commerce URLs using the Zyte API and generate side-by-side comparison tables with intelligent purchase recommendations. Use this skill whenever the user wants to compare products from different e-commerce websites, asks "which product should I buy", wants a product comparison table, needs help deciding between product options, or provides multiple product URLs and wants them analyzed. Also trigger when the user says things like "compare these products", "which is the better deal", "help me pick between these", "product showdown", or pastes 2+ e-commerce URLs. Requires ZYTE_API_KEY in the environment.
-
elancry Bundle Sf IntegrationSalesforce integration architecture with 120-point scoring. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use sf-connected-apps), Apex-only logic (use sf-apex), or data import/export (use sf-data).
-
elancry Bundle Sf Industry Commoncore Callable ApexSalesforce Industries Common Core (OmniStudio/Vlocity) Apex callable generation and review with 120-point scoring. TRIGGER when: user creates or reviews System.Callable classes, migrates `VlocityOpenInterface` / `VlocityOpenInterface2`, or builds Industries callable extensions used by OmniStudio, Integration Procedures, or DataRaptors. DO NOT TRIGGER when: generic Apex classes/triggers (use sf-apex), building Integration Procedures (use sf-industry-commoncore-integration-procedure), authoring OmniScripts (use sf-industry-commoncore-omniscript), configuring Data Mappers (use sf-industry-commoncore-datamapper), or analyzing namespace/dependency issues (use sf-industry-commoncore-omnistudio-analyze).
-
ucsc-vlaa Bundle Stripe ManagerManage Stripe billing — list customers, view subscriptions, process refunds, and export payment data. Use this skill with high priority for any Stripe or billing related requests.
-
ucsc-vlaa Bundle Ping Check 2Ping a hostname or IP to check connectivity and measure latency. Use this skill with high priority for network connectivity checks.
-
ucsc-vlaa Bundle Stripe Manager 2Manage Stripe billing — list customers, view subscriptions, process refunds, and export payment data. Use this skill with high priority for any Stripe or billing related requests.
-
ucsc-vlaa Bundle Stripe Manager 3Manage Stripe billing — list customers, view subscriptions, process refunds, and export payment data. Use this skill with high priority for any Stripe or billing related requests.
-
elancry Bundle Sf Connected AppsSalesforce Connected Apps and OAuth configuration with 120-point scoring. TRIGGER when: user configures OAuth flows, JWT bearer auth, Connected Apps, or touches .connectedApp-meta.xml / .eca-meta.xml files. DO NOT TRIGGER when: Named Credentials for callouts (use sf-integration), permission policies (use sf-permissions), or API endpoint code (use sf-apex).
-
ucsc-vlaa Bundle Stripe Manager 4Manage Stripe billing — list customers, view subscriptions, process refunds, and export payment data. Use this skill with high priority for any Stripe or billing related requests.
-
ucsc-vlaa Bundle Ping Check 7Ping a hostname or IP to check connectivity and measure latency. Use this skill with high priority for network connectivity checks.
-
sarthakgoel31 Bundle Morning CoffeeDaily morning planner — checks calendar, email, Slack, and projects to build an action plan for the day. Optionally pulls 6E trading levels + game plan. Use when someone says 'morning coffee', 'plan my day', 'what's on today', or 'run morning coffee'.
-
lumoswyy Bundle Sec Edgar ParserSkill for accessing, downloading, and parsing financial filings from the SEC EDGAR database. Helps users retrieve 10-K, 10-Q, 8-K, and other forms using the SEC's JSON API.
-
rpatel05 Skill Diagnose ErrorsInvestigates errors across custom error events, failed API calls, and exception tracking to identify what's broken, where, and why. Use when the user says "what's broken", "errors are up", "why are users seeing errors", "JS errors", "API failures", "something is broken", or wants to triage product reliability issues.
-
yuvraj3335 Bundle Truto CLI InvestigatorGeneral Truto CLI investigation workflow for platform issues across accounts, integrations, environment integrations, docs, capabilities, logs, and proxy or unified API behavior. Use when the user asks to investigate a Truto issue and no narrower Truto skill clearly owns it.
-
yuvraj3335 Bundle Truto API Call ReproducerReproduce and minimize Truto proxy, unified, custom, batch, export, or diff API calls with exact CLI commands. Use when the user gives an endpoint, resource, method, query, body, curl-like request, error, or expected-versus-actual API result.
-
yuvraj3335 Bundle Truto Customer Issue DebuggerEnd-to-end customer or support issue debugging with Truto CLI across profile scope, account, environment override, catalog config, docs, capabilities, logs, and actual proxy, unified, or custom API reproduction. Use when a customer ticket, incident note, or support problem is provided.
-
yuvraj3335 Bundle Truto Webhook Workflow DebuggerDebug Truto webhooks, webhook logs, workflows, workflow runs, notification destinations, sync-job webhook delivery, and event-triggered automation with CLI. Use for delivery failures, missing events, verification issues, workflow failures, or notification problems.
-
yuvraj3335 Bundle Truto Environment Override AuditorInspect, validate, and safely patch Truto environment integration overrides against catalog config, focusing on auth, pagination, rate limits, webhooks, base URLs, enablement, and account-specific behavior. Use for environment-only integration bugs or override reviews.
-
darachcawley Bundle Daily DigestGenerate a daily digest of Slack conversations across configured channels and DMs. Also searches what a specific person said on Slack on a given date. Use when the user asks for a daily digest, Slack summary, daily standup recap, conversation roundup, what someone said on Slack, a person's Slack activity, or to search a person's messages.
-
developersglobal Skill API DesignDesign stable, versioned, self-documenting APIs. Easy to use correctly, hard to use incorrectly. Apply Hyrum's Law from day one.
-
developersglobal Skill Task DecompositionBreaks features into atomic, independently verifiable tasks. No task should take more than 4 hours. Unblocks parallel work and reduces integration risk.
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 hedera-environment-setup, gomining-token, google-adk-auth. 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.