integration-builder

Automate integration package creation for the Open Mercato Integration Marketplace.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/dainamite-technologies/dainamite-core --skill integration-builder-dainamite-technologies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-builder
Source: https://github.com/dainamite-technologies/dainamite-core/tree/main/.ai/skills/integration-builder
Command: npx skills add https://github.com/dainamite-technologies/dainamite-core --skill integration-builder-dainamite-technologies

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of integration packages for the Open Mercato Integration Marketplace, streamlining the process of building new external integrations.

Core Features & Use Cases

  • Package Scaffolding: Automatically generates the basic structure for new integration packages.
  • Adapter Implementation: Assists in implementing adapter code for various integration types.
  • Credential Management: Handles credential injection and configuration for integrations.
  • Widget Injection: Facilitates the injection of configuration widgets into the integration detail page.
  • Health Checks: Generates health check implementations for integrations.
  • i18n Support: Adds internationalization support to integrations.
  • Testing: Provides guidance on writing tests for integrations.
  • Use Case: When creating a new payment gateway integration for Open Mercato, this Skill can help you set up the package structure, implement the adapter, and configure the necessary credentials and widgets.

Quick Start

Use the integration-builder skill to create a new payment gateway integration package for Open Mercato.

Frequently Asked Questions about integration-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new integration package for the Open Mercato marketplace?

To create an integration package, trigger the builder with phrases like "build integration" or "add provider," which automates package scaffolding, adapter implementation, and widget injection for the Open Mercato marketplace.

What does an integration adapter need for credential management?

Integration adapters require automated credential injection and configuration management, which the builder handles to securely connect external providers to your Open Mercato integration package.

How do I add a payment gateway like Stripe or PayPal to Open Mercato?

You can add Stripe, PayPal, or other providers by prompting "add stripe" or "integrate with paypal," which scaffolds the integration package and implements the required payment adapter automatically.

Does Open Mercato integration creation include health checks and i18n support?

Yes, Open Mercato integration creation generates health check implementations and adds internationalization (i18n) support natively as part of the automated package scaffolding process.

What is the best way to test integration adapters for Open Mercato?

The best way to test integration adapters is to use the testing guidance provided during the package creation workflow, which ensures your newly scaffolded Open Mercato integration functions correctly.

Can I inject configuration widgets into an Open Mercato integration detail page?

Yes, widget injection is a core feature that facilitates adding configuration widgets directly into the integration detail page during the automated package creation process.