
List Connections
- 130 installs
- 605 repo stars
- Updated August 4, 2026
- microsoft/power-platform-skills
Lists Power Platform connections in the current environment.
About
Lists Power Platform connections in the current environment. Use when you need a connection ID before adding a connector to a code app. **📋 Shared Instructions: [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md)** - Cross-cutting concerns (Windows CLI compatibility, memory bank, etc.).
- **📋 Shared Instructions: [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md)** - Cross-cutting conce
- Lists all Power Platform connections in the current environment using the Power Apps CLI.
- Fetch Connections → 2. Present Results
- ### Step 1: Fetch Connections
- npx power-apps list-connections
List Connections by the numbers
- 130 all-time installs (skills.sh)
- +10 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #693 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
list-connections capabilities & compatibility
- Capabilities
- **📋 shared instructions: [shared instructions.m · lists all power platform connections in the curr · fetch connections → 2. present results · ### step 1: fetch connections
- Use cases
- documentation
What list-connections says it does
Lists Power Platform connections in the current environment. Use when you need a connection ID before adding a connector to a code app.
npx skills add https://github.com/microsoft/power-platform-skills --skill list-connectionsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 130 |
|---|---|
| repo stars | ★ 605 |
| Security audit | 3 / 3 scanners passed |
| Last updated | August 4, 2026 |
| Repository | microsoft/power-platform-skills ↗ |
How do I apply list-connections using the workflow in its SKILL.md?
Lists Power Platform connections in the current environment. Use when you need a connection ID before adding a connector to a code app.
Who is it for?
Developers following the list-connections skill for the tasks it documents.
Skip if: Tasks outside the list-connections scope described in SKILL.md.
When should I use this skill?
User mentions list-connections or related triggers from the skill description.
What you get
Working list-connections setup aligned with the documented patterns and constraints.
Files
📋 Shared Instructions: [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md) - Cross-cutting concerns (Windows CLI compatibility, memory bank, etc.).
List Connections
Lists all Power Platform connections in the current environment using the Power Apps CLI.
Workflow
1. Fetch Connections → 2. Present Results
---
Step 1: Fetch Connections
npx power-apps list-connectionsIf the CLI is not authenticated, it will open a browser for login automatically. Complete the login and retry.
Other failures:
- Non-zero exit for any reason other than auth: Report the exact output. STOP.
- No output or empty results: Verify the correct environment ID is set in
power.config.json, then retry once.
Step 2: Present Results
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:
1. Share the direct Connections URL using the active environment ID from context (from power.config.json or a prior step): https://make.powerapps.com/environments/<environment-id>/connections → + New connection 2. Search for and create the connector, then complete the sign-in/consent flow 3. Re-run /list-connections to get the new connection ID
Related skills
FAQ
What does list-connections do?
Lists Power Platform connections in the current environment. Use when you need a connection ID before adding a connector to a code app.
When should I use list-connections?
Invoke when Lists Power Platform connections in the current environment. Use when you need a connection ID before adding a connector to a code app.
Is list-connections safe to install?
Review the Security Audits panel on this page before installing in production.