list-connections Skill
Lists Power Platform connections in the current environment. Use when you need a connection ID before adding a connector to a code app. Published by microsoft in power-platform-skills.
What is list-connections Skill?
Lists Power Platform connections in the current environment. Use when you need a connection ID before adding a connector to a code app. Published by microsoft in power-platform-skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Data analysis
- Browser automation use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use list-connections Skill
- Use it for browser automation.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/code-apps/skills/list-connections/SKILL.md
What 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.
Skill instructions
📋 Shared Instructions: 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 bash 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: - 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/environmen
Explore related resources
Frequently asked questions
What is list-connections?
list-connections is a open-source AI agent skill with Copy skill directory. 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 list-connections best for?
list-connections is best for reusing agent instructions, scripts, and references, browser automation workflows, data analysis workflows.
How do I install list-connections?
Install or run list-connections using Copy skill directory. Check list-connections for the latest setup command.
Is list-connections actively maintained?
list-connections may need a closer maintenance check before production use.
Auto-fetched from GitHub.