open-wrap-url

Builds and opens the Power Apps Wrap URL for a given app ID and environment.

808|167|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/microsoft/power-platform-skills --skill open-wrap-url
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-wrap-url
Source: https://github.com/microsoft/power-platform-skills/tree/main/plugins/mobile-apps/skills/open-wrap-url
Command: npx skills add https://github.com/microsoft/power-platform-skills --skill open-wrap-url

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually constructing the Power Apps Wrap page URL requires knowing the correct environment ID, app ID, and host (Prod vs Test), which is error-prone and tedious when done by hand.

Core Features & Use Cases

  • URL Construction: Builds the correct Wrap URL for either the Prod (make.powerapps.com) or Test (make.test.powerapps.com) host based on the provided environment ID and app ID.
  • Automatic Browser Launch: Opens the generated URL in the default browser on macOS, Linux, or Windows, with a printed fallback URL if auto-open fails.
  • Use Case: After registering a code app, ask the assistant to open the Wrap page for your app ID in the Test environment to begin the mobile wrapping configuration without hunting for the right link.

Quick Start

Open the Power Apps Wrap page for app ID <your-app-id> in environment <your-env-id> using the Test host.

Frequently Asked Questions about open-wrap-url

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I open the Power Apps Wrap page for my app?

Provide your app ID and environment ID, and the skill builds the Wrap URL and opens it in your default browser. You can optionally specify the Prod or Test host, with Prod as the default.

What is the difference between the Prod and Test Wrap URLs?

The Prod URL uses make.powerapps.com while the Test URL uses make.test.powerapps.com. Select the host with the --env flag; both include your environment ID and app ID in the path.

Does opening the Wrap URL work on macOS, Linux, and Windows?

Yes, the script uses the native open command on macOS, xdg-open on Linux, and start on Windows. If the browser fails to launch, the URL is still printed so you can open it manually.

What happens if I do not provide the app ID or environment ID?

Both arguments are required. The skill asks once for any missing values, and if they are still not provided, it stops without building a URL.

Does this skill modify my project files?

No, the skill is read-only with respect to project source files. It only constructs a URL and opens it in the browser.