add-data-source
Guide the user to add a data source, connection, or API connector to a Canvas App via Power Apps Studio, then verify and continue. USE WHEN the user asks to…
Use when the user wants to open the Power Apps Wrap page for an app ID in the active environment.
$ npx -y skills add microsoft/power-platform-skills --skill open-wrap-url --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/open-wrap-urlContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user wants to open the Power Apps Wrap page for an app ID in the active environment.
name: open-wrap-url description: Use when the user wants to open the Power Apps Wrap page for an app ID in the active environment. user-invocable: true allowed-tools: Bash model: haiku
**📋 Shared instructions: [shared-instructions.md](../../shared/shared-instructions.md)** — read first.
Builds and opens the Wrap URL for a code app:
`https://make.powerapps.com/environments/<envID>/wrap?appID=<appID>` for `--env Prod`
`https://make.test.powerapps.com/environments/<envID>/wrap?appID=<appID>` for `--env Test`
This skill delegates URL construction and browser open behavior to `scripts/open-wrap-url.js`.
1. Resolve app ID + env ID → 2. Open Wrap URL
---
**Telemetry checkpoint: `resolve_wrap_target`**
Both arguments are required:
Optional host selector:
If either value is missing in `$ARGUMENTS`, ask once for the missing value(s). If still missing, STOP.
**Telemetry checkpoint: `open_power_apps_wrap`**
Run from the plugin root (or any app root):
node scripts/open-wrap-url.js --app-id "<app-id>" --env-id "<environment-id>" [--env "Prod|Test"]
Return the generated URL in the response. If the browser auto-open fails, still print the URL and tell the user to open it manually.
Official agent skills/plugins for Power Platform development by Microsoft.
Repo: microsoft/power-platform-skills
Guide the user to add a data source, connection, or API connector to a Canvas App via Power Apps Studio, then verify and continue. USE WHEN the user asks to…
Creates or edits a Power Apps Canvas App through the Canvas Authoring MCP coauthoring session. Handles new app generation, direct targeted edits, complex…
Configure the Canvas Authoring MCP server for the current coauthoring session. USE WHEN "configure MCP", "set up MCP server", "MCP not working", "connect…
Use this skill when the user wants to "report a bug", "file an issue", "report an issue", "submit a bug report", or report any problem with the canvas-apps…
Adds Azure DevOps connector to a Power Apps code app. Use when querying work items, creating bugs, managing pipelines, or making ADO API calls.
Adds any Power Platform connector to a Power Apps code app. Generic fallback for connectors not covered by a specific skill.