open-wrap-url

仓库创建 2026年1月22日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

快速定位应用 Wrap 页面,节省查找时间。

这个 Skill 做什么

构建并打开指定环境中 Power Apps 的 Wrap 页面 URL。

帮你把 Power Apps 的 Wrap 页面 URL 自动拼好并在浏览器打开,能根据当前环境(比如 Prod 或 Test)和指定的 appID 生成正确链接。需要直接跳到某个应用的 wrap 页面做调试、演示或排查时用。特别之处是自动处理环境差异和 active environment 的匹配,免去手动拼 URL 出错的麻烦。

▸ 展开 SKILL.md 英文原文

Use when the user wants to open the Power Apps Wrap page for an app ID in the active environment.

开发编程Power AppsURLWrap 页面Claude Code
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/open-wrap-url/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/open-wrap-url/SKILL.md"
SKILL.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 e
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有