integration

Orchestrate external API integrations with Supabase Edge Functions and n8n.

Updated Dec 13, 2025
One-click install
npx skills add https://github.com/fmbp1981-hash/cavendish-gig --skill integration-fmbp1981-hash
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration
Source: https://github.com/fmbp1981-hash/cavendish-gig/tree/main/.claude/plugins/intellix-plugin/skills/integration
Command: npx skills add https://github.com/fmbp1981-hash/cavendish-gig --skill integration-fmbp1981-hash

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @anthropic-ai/sdk, evolution-api, supabase-js, n8n, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of integrating external services and APIs, enhancing the system's capabilities and user experience.

Core Features & Use Cases

  • External API Integration: Facilitates the connection with various external APIs, such as WhatsApp, payment gateways, and AI SDKs.
  • N8n Orchestration: Offers optional use of n8n for complex automation workflows.
  • Real-time Notifications: Provides real-time updates using Supabase Realtime.
  • REST API Client: Includes a typed fetch function for external API calls.
  • Edge Functions: Utilizes Supabase Edge Functions for on-demand processing.
  • Use Case: When a user needs to send a payment notification to a customer, this Skill can automate the process by integrating with a payment gateway and sending a WhatsApp message.

Quick Start

Use the integration skill to send a payment notification to a customer via WhatsApp.

Frequently Asked Questions about integration

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

FAQPage Schema
How do I automate sending WhatsApp payment notifications to customers?

Automating WhatsApp payment notifications requires orchestrating external API integrations to connect a payment gateway with WhatsApp messaging services. This Skill coordinates that workflow, triggering real-time customer notifications upon successful payment events.

Can I use n8n to build complex automation workflows with external APIs?

Yes, you can use n8n to build complex automation workflows alongside external API integrations. This Skill offers optional n8n orchestration, allowing you to route data between services like payment gateways, AI SDKs, and WhatsApp effectively.

Does this integration approach support real-time notifications and on-demand processing?

Yes, this integration approach supports real-time notifications and on-demand processing by utilizing Supabase Edge Functions. It uses Supabase Realtime to push immediate updates to connected clients during external API events.

What environment variables do I need to configure for external API integration?

External API integration requires configuring environment variables for specific API keys and instance names. You must supply credentials for the connected services, including Supabase, WhatsApp, payment gateways, and the Anthropic AI SDK.

What is the best way to connect an AI SDK to my existing automation workflow?

The best way to connect an AI SDK to an automation workflow is through a typed REST API client that handles external calls. This Skill integrates the Anthropic AI SDK and uses n8n to orchestrate complex AI-driven processing tasks.