add-connector

Add Power Platform connectors to Power Apps code apps using pac code add-data-source.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-connector-butchersoft-msn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-connector
Source: https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai/tree/main/Assets/Plugins/code-apps/skills/add-connector
Command: npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-connector-butchersoft-msn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add Connector (Generic) helps you add a Power Platform connector to a Power Apps code app when there is no dedicated add-* skill available.

Core Features & Use Cases

  • Delegates to dedicated connector skills when available to avoid duplication.
  • Guides the user through adding a new connector using pac code add-data-source and environment awareness.
  • Provides inspection guidance for generated service and model files and keeps a memory record of the connector addition.

Quick Start

Provide the connector name or supply it via arguments to begin the generic connector addition workflow.

Frequently Asked Questions about add-connector

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

FAQPage Schema
How do I add a Power Platform connector to a Power Apps code app without a dedicated skill?

To add a Power Platform connector without a dedicated skill, use the generic add connector fallback workflow. It guides you through identifying the connector, running pac code add-data-source with -a, -c, -d, -t parameters, building the project, and recording the outcome in memory.

What is the generic fallback process for adding data sources in Power Apps code apps?

The generic fallback process for adding data sources involves executing the pac code add-data-source command with specific parameters, inspecting the generated service and model files, and updating memory records to ensure environment awareness across your Power Apps code app.

When should I use the generic add connector workflow instead of a dedicated add-* skill?

You should use the generic add connector workflow when a specific Power Platform connector lacks a dedicated add-* skill. It automatically delegates to dedicated connector skills when available to avoid duplication, serving as a reliable fallback.

What parameters do I need to pass to the pac code add-data-source command?

The pac code add-data-source command requires the -a, -c, -d, and -t parameters to properly execute the data source addition. These parameters configure the connector integration within your Power Apps code app environment.

What happens after I execute the pac code add-data-source command for my connector?

After executing the pac code add-data-source command, you need to inspect the generated service and model files, build the project, and record the connector addition outcome in memory to maintain environment awareness and ensure successful integration.