List current Power Platform connections and get IDs for code app connectors.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "list-connections" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/list-connections/SKILL.md 2. Save it as ~/.claude/skills/list-connections/SKILL.md 3. Reload skills and tell me it's ready
List all connections in the current Power Platform environment and return each connection's name, connector type, and connection ID.
A connection list showing names, types, and the connection IDs needed for later configuration.
I’m adding a SharePoint connector to a code app. First, list the SharePoint-related connections in the current environment and show the available connection IDs.
Returns SharePoint-related connections and their IDs so the correct connection can be selected for integration.
Check whether a SQL Server connection already exists in the current Power Platform environment; if so, list its connection ID and connection name.
Indicates whether the target connection exists and, if it does, provides the connection name and connection ID.
📋 Shared Instructions: shared-instructions.md - Cross-cutting concerns (Windows CLI compatibility, memory bank, etc.).
Lists all Power Platform connections in the current environment using the Power Apps CLI.
npx power-apps list-connections
If the CLI is not authenticated, it will open a browser for login automatically. Complete the login and retry.
Other failures:
power.config.json, then retry once.Show the connection list to the user. The Connection ID is what goes into -c <connection-id> when adding a data source.
If the needed connector is missing:
power.config.json or a prior step): https://make.powerapps.com/environments/<environment-id>/connections → + New connection/list-connections to get the new connection IDReview and fix Power Pages security headers, CSP, CORS, cookies, and embedding settings.
Run an end-to-end Power Pages security review with a consolidated HTML report.
Test deployed Power Pages sites with browsing, crawling, and API verification.
Add a data source or connector to a Power Apps code app.
Add Azure DevOps to Power Apps for work items, bugs, pipelines, and API calls.
Set up Power Platform Pipelines for automated Power Pages deployments.
Add any Power Platform connector to a Power Apps code app.
Connect SharePoint to Power Apps for lists, documents, and site integration.
Add and verify a data source or connector in Power Apps Studio.
Add a Copilot Studio connector to Power Apps code apps for agent integration.
Add a OneDrive for Business connector for file operations in Power Apps.
Add a Teams connector to Power Apps for messaging and channel integration.