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.
-
tomevault-io Bundle B2c Scapi AdminConsume SCAPI Admin APIs for backend integrations and data management. Use when building inventory sync, order management, catalog updates, or customer data integrations. Covers Account Manager OAuth, admin scopes, and common integration patterns. Use when this capability is needed.
-
tomevault-io Bundle Python Fastapi DevelopmentPython FastAPI backend development with async patterns, SQLAlchemy, Pydantic, authentication, and production API patterns. Use when this capability is needed.
-
tomevault-io Bundle Django DrfDjango REST Framework patterns for serializers, viewsets, routers, permissions, and authentication. Use when building or reviewing projects with djangorestframework in dependencies. Use when this capability is needed.
-
tomevault-io Bundle Quicktype JSON Schema To Typed Code GeneratorGenerate strongly-typed models and serializers from JSON, JSON Schema, TypeScript, and GraphQL queries in 20+ programming languages. quicktype turns sample data into production-ready type definitions for Swift, C#, Go, Python, Rust, Java, Kotlin, and more. Use when this capability is needed.
-
tomevault-io Bundle Cordova Release Version BumpPerforms a simple version-bump release of the AppsFlyer Cordova plugin (no public API changes). Use when the user wants to release a new Cordova plugin version that only updates SDK dependencies (Android, iOS) and plugin version. Use when this capability is needed.
-
tomevault-io Bundle Architecture Paradigm Client ServerClient-server architecture for web/mobile apps with centralized services and API design. Use when this capability is needed.
-
tomevault-io Bundle Services Extension ConsumptionGuidelines for consuming salesforcedx-vscode-services extension API. Use when working with extensions that have extensionDependency on salesforcedx-vscode-services, registering commands, using Workspace/Connection/Project/Settings/FS/Channel/Media services, quickpick/quickInput, or implementing file/config watchers. Use when this capability is needed.
-
tomevault-io Bundle Unit Test Controller LayerProvides patterns for unit testing REST controllers using MockMvc and @WebMvcTest. Generates controller tests that validates request/response mapping, validation, exception handling, and HTTP status codes. Use when testing web layer endpoints in isolation for API endpoint testing, Spring MVC tests, mock HTTP requests, or controller layer unit tests.
-
tomevault-io Bundle Dapr Code GeneratorGenerate Python boilerplate code for DAPR microservices, workflows, and actors. Creates properly structured services with DAPR SDK integration, health endpoints, logging, and best practices. Use when creating new services, adding DAPR features, or scaffolding projects. Use when this capability is needed.
-
tomevault-io Bundle B2c Custom ObjectsWork with custom objects in B2C Commerce using Script API and OCAPI. Use when storing custom business data, querying custom objects, implementing data persistence, or creating site-scoped or global data stores. Covers CustomObjectMgr, OCAPI Data API, search queries, and Shopper Custom Objects API. Use when this capability is needed.
-
tomevault-io Bundle Signnow Integration PatternsGuides integration of SignNow with external systems — CRM connectors, variable mapping, document storage/writeback, and webhook-to-system bridges. Use when this capability is needed.
-
tomevault-io Bundle Python Pytest Failure DebuggingDebugs pytest test failures in Python by analyzing error messages, fixing assertions, updating fixtures, and resolving test dependencies. Use when pytest tests fail, test assertions break, fixtures error, or when debugging Python unit tests, integration tests, or parametrized tests.
-
tomevault-io Bundle Standards Compliance InteroperabilityEU AI Act Article 40 compliance specialist for harmonized standards, API standardization, data format interoperability, vendor lock-in prevention, and ecosystem integration. AI-assisted standards compliance testing and validation. Use when this capability is needed.
-
tomevault-io Bundle Jeremylongshore Claude Code Plugins Plus Skills Clay Sdk PatClay Integration Patterns
-
tomevault-io Bundle Jeremylongshore Claude Code Plugins Plus Skills Slack Bot CrSlack Bot Creator
-
tomevault-io Bundle Jeremylongshore Claude Code Plugins Plus Skills Instantly UpInstantly Upgrade Migration: API v1 to v2
-
tomevault-io Bundle Jeremylongshore Claude Code Plugins Plus Skills Klingai StorKling AI Storage Integration
-
tomevault-io Bundle Jeremylongshore Claude Code Plugins Plus Skills Webhook SignWebhook Signature Validator
-
tomevault-io Bundle Korchard333 Claude Power Platform Community Claude Power PlaSkill: Integration Patterns
-
tomevault-io Bundle Adaptive Enforcement Lab Claude Skills Slsa Provenance ToolcSLSA Provenance: Toolchain Integration
-
tomevault-io Bundle Jeremylongshore Claude Code Plugins Plus Skills Cursor ExtenCursor Extension Integration
-
tomevault-io Bundle When Verifying Quality Use Verification QualityComprehensive quality verification and validation through static analysis, dynamic testing, integration validation, and certification gates Use when this capability is needed.
-
tomevault-io Bundle Machine Learning Workspaces Management ClientMachine Learning Workspaces Management Client API skill. Use when working with Machine Learning Workspaces Management Client for providers, subscriptions. Covers 9 endpoints. Use when this capability is needed.
-
tomevault-io Bundle Android Reverse EngineeringDecompile Android APK, XAPK, JAR, and AAR files using jadx or Fernflower/Vineflower. Reverse engineer Android apps, extract HTTP API endpoints, trace call flows from UI to network layer, and analyze runtime behavior with Frida, network capture, JNI/SO inspection, and signature generation. Use when the user wants to decompile, analyze, hook, inspect network traffic, bypass SSL pinning for analysis, locate crypto or signing logic, or follow call flows in Android packages. Use when this capability is needed.
-
tomevault-io Bundle REST API ServiceBuild a Python FastAPI REST service with CRUD routes, validation, and tests Use when this capability is needed.
-
tomevault-io Bundle Cockpit Cms Headless Content Platform With REST And GRAPHQLCockpit CMS is a lightweight headless content platform for teams that want flexible models, REST and GraphQL APIs, and self-hosted deployment without a heavy stack. It supports websites, apps, and multi-language content workflows with either SQLite or MongoDB backends. Use when this capability is needed.
-
tomevault-io Bundle Jeremylongshore Claude Code Plugins Plus Skills Linear CI InLinear CI Integration
-
tomevault-io Bundle Jeremylongshore Claude Code Plugins Plus Skills Replit CI InReplit CI Integration
-
tomevault-io Bundle Jeremylongshore Claude Code Plugins Plus Skills Sentry CI InSentry CI Integration
-
tomevault-io Bundle Jeremylongshore Claude Code Plugins Plus Skills Vastai CI InVast.ai CI Integration
-
tomevault-io Bundle Jeremylongshore Claude Code Plugins Plus Skills Vercel CI InVercel CI Integration
-
tomevault-io Bundle Jeremylongshore Claude Code Plugins Plus Skills Webhook RetrWebhook Retry Handler
-
tomevault-io Bundle Flutter Asset IntegrationWire a generated SVG asset into the Flutter codebase. Creates a typed SvgPicture wrapper widget at lib/widgets/assets/<id>_asset.dart, ensures pubspec.yaml declares the asset directory, and swaps placeholder widgets at the usage sites named in requirements.json. Use when this capability is needed.
-
tomevault-io Bundle Concurrent API Test From GherkinCreate reliable concurrent API tests from Gherkin feature files using vitest and @villedemontreal/concurrent-api-tests Use when this capability is needed.
-
tomevault-io Bundle Zenprojectgit Claude Code Plugins Plus Skills Windsurf CI InWindsurf CI Integration
-
tomevault-io Bundle Creating Springboot ProjectsCreates Java 25 and Spring Boot 4 project structures, scaffolds, and implementation starting points for new services, REST APIs, and modular backends. Use when the task is to initialize a Spring Boot project, choose an architecture, select Spring Boot 4 features, or apply the bundled templates and references in this skill. Do not use for migrating existing projects or for isolated JPA/repository work without broader project-creation context.
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 b2c-scapi-admin, python-fastapi-development, django-drf. 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.