list-connections Skill
Use when the user asks to find, create, or look up a Power Platform connection ID or connection reference for the current environment. Published by microsoft in power-platform-skills.
What is list-connections Skill?
Use when the user asks to find, create, or look up a Power Platform connection ID or connection reference for the current environment. 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/mobile-apps/skills/list-connections/SKILL.md
What it does
Use when the user asks to find, create, or look up a Power Platform connection ID or connection reference for the current environment.
Skill instructions
📋 Shared instructions: shared-instructions.md — cross-cutting concerns (Windows CLI compatibility, memory bank, etc.). List Connections Finds or creates a Power Platform connection with the Power Apps CLI. Returns the Connection ID or Connection Reference that callers feed into npx power-apps add-data-source. Workflow 1. Get Connection → 2. Present Results --- Step 1 — Get Connection Use one of the supported paths below. If the caller already provided a connection ID, validate the connector/API ID from context and return it as-is for --connection-id. If the caller provided a connector API ID and needs a new connection, create it from the app root: bash npx power-apps create-connection --api-id <api-id --json Use the returned connectionId for --connection-id <connectionId. Optional display names are supported: bash npx power-apps create-connection --api-id <api-id --display-name '<display-name' --json Browser-based connection creation is disabled by default. If the connector is not SSO
Explore related resources
Frequently asked questions
What is list-connections?
list-connections is a open-source AI agent skill with Copy skill directory. Use when the user asks to find, create, or look up a Power Platform connection ID or connection reference for the current environment.
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.