open-wrap-url
Use when the user wants to open the Power Apps Wrap page for an app ID in the active environment.
git clone --depth 1 https://github.com/microsoft/power-platform-skills /tmp/open-wrap-url && cp -r /tmp/open-wrap-url/plugins/mobile-apps/skills/open-wrap-url ~/.claude/skills/open-wrap-urlSKILL.md
**📋 Shared instructions: [shared-instructions.md](../../shared/shared-instructions.md)** — read first. # Open Wrap URL 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`. ## Workflow 1. Resolve app ID + env ID → 2. Open Wrap URL --- ### Step 1 — Resolve app ID + env ID Both arguments are required: - `--app-id <app-id>` - `--env-id <environment-id>` Optional host selector: - `--env <Prod|Test>` (default: `Prod`) If either value is missing in `$ARGUMENTS`, ask once for the missing value(s). If still missing, STOP. ### Step 2 — Open Wrap URL Run from the plugin root (or any app root): ```bash 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. ## Notes - This skill is read-only with respect to project source files. - Works on macOS (`open`), Linux (`xdg-open`), and Windows (`start`).
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 add a data source, add a connection, add an API, add a connector, connect to SharePoint / Dataverse / SQL / Excel / OneDrive / Teams / Office 365, or any similar request to make new data available to the app. DO NOT USE WHEN the user is asking to list or describe existing data sources — call list_data_sources or list_apis directly instead.
Creates or edits a Power Apps Canvas App through the Canvas Authoring MCP coauthoring session. Handles new app generation, direct targeted edits, complex multi-screen changes, responsive layout, per-screen self-QA, and compile-error convergence. Trigger on requests to create, build, generate, modify, update, change, fix, or edit a Canvas App or .pa.yaml files.
Configure the Canvas Authoring MCP server for the current coauthoring session. USE WHEN "configure MCP", "set up MCP server", "MCP not working", "connect Canvas Apps MCP", "canvas-authoring not available", "MCP not configured", "set up canvas apps".
[DEPRECATED — use canvas-app instead] Generate a complete Power Apps canvas app.
>
Adds Azure DevOps connector to a Power Apps code app. Use when querying work items, creating bugs, managing pipelines, or making ADO API calls.
Use when adding a Power Platform connector to an Expo/React Native Power Apps mobile app and no dedicated mobile connector skill exists.
Use when adding an unspecified data source to an Expo/React Native Power Apps mobile app; routes to Dataverse, SharePoint, or another connector.