integration-connectivity-generate

Design secure Salesforce integration plumbing for outbound and event-driven connectivity.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill integration-connectivity-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-connectivity-generate
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/integration-connectivity-generate
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill integration-connectivity-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sf, jq, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill removes the complexity of designing and implementing secure Salesforce integrations by guiding you through authentication, endpoint setup, callout patterns, and event-driven connectivity.

Core Features & Use Cases

  • Named Credentials and External Credentials: Set up secure authentication without hardcoding secrets.
  • External Services: Generate type-safe API integrations from OpenAPI specifications.
  • REST, SOAP, Platform Events, and CDC: Choose the right pattern for synchronous calls, async processing, and event-driven sync.
  • Automation Scripts and Templates: Configure credentials and endpoint security with repeatable metadata and CLI workflows.
  • Use Case: Build a production-ready integration for a third-party API such as Stripe, including secure auth, retry handling, deployment artifacts, and a scoring report.

Quick Start

Ask the skill to generate a secure Salesforce integration for your target API and provide the endpoint, authentication type, and whether the workflow must be synchronous or asynchronous.

Frequently Asked Questions about integration-connectivity-generate

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

FAQPage Schema
How do I set up Named Credentials and External Credentials for a secure Salesforce integration?

Named Credentials and External Credentials provide secure authentication for Salesforce integrations without hardcoding secrets. This skill generates metadata templates and automation scripts to configure endpoint security and establish production-safe authentication patterns for external services.

What is the best way to generate type-safe API integrations from an OpenAPI specification in Salesforce?

External Services is the best way to generate type-safe API integrations from OpenAPI specifications in Salesforce. This skill guides you through importing the spec to automatically create invocable methods, enabling declarative integration within Salesforce flows and automation.

When should I use Platform Events and Change Data Capture versus REST callouts for Salesforce connectivity?

Use REST and SOAP callouts for synchronous Salesforce connectivity, while Platform Events and Change Data Capture support asynchronous, event-driven processing. This skill designs the appropriate integration plumbing based on whether your workflow requires real-time calls or event-driven sync.

Can I use Salesforce CLI and jq to automate the deployment of integration metadata?

Yes, Salesforce CLI and jq are required dependencies for this skill to automate the deployment of integration metadata. They enable repeatable CLI workflows to configure credentials, apply metadata templates, and manage endpoint security configurations.

How do I handle retry and timeout configurations for Salesforce SOAP and REST callouts?

Handling retry and timeout configurations for Salesforce callouts requires defining robust integration plumbing. This skill configures retry handling and timeout parameters within automation scripts to ensure reliable synchronous communication with external services.