帮助你将 Power Automate 云端流程接入 Power Pages 站点并生成调用代码
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "add-cloud-flow" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/power-pages/skills/add-cloud-flow/SKILL.md 2. 保存为 ~/.claude/skills/add-cloud-flow/SKILL.md 3. 装好后重载技能,告诉我可以用了
请帮我把一个 Power Automate 审批云端流程接入 Power Pages 的“请假申请”页面。先列出可用流程,并根据“请假审批”意图推荐最合适的流程;识别适用场景和所需 web roles;如果该流程尚未注册,请创建所需 metadata 文件,并生成前端调用代码。
返回推荐流程、适用场景、权限角色、所需元数据文件以及可直接集成到页面的前端调用代码。
我已经注册过一个 Power Automate 云端流程,现在想把它加到 Power Pages 的“联系我们”页面。请不要重复创建 metadata,只检查现有注册信息,识别页面场景和 web roles,并生成该页面所需的客户端调用代码。
返回复用现有注册配置的方法、页面适配建议、权限要求和新的页面调用代码。
我想在 Power Pages 站点中加入一个自动发送客户回访邮件的能力。请列出当前可用的 Power Automate 云端流程,基于“客户回访邮件”这个意图推荐相关流程,说明每个流程适合的场景、需要的 web roles,以及接入页面时需要准备哪些文件和代码。
返回按意图筛选的流程建议清单,并说明每个方案的接入条件、角色权限与实现产物。
Plugin check: Run
node "${CLAUDE_PLUGIN_ROOT}/scripts/check-version.js"— if it outputs a message, show it to the user before proceeding.
Connect one or more Power Automate cloud flows to a Power Pages code site, or wire already-registered flows into additional pages/components. For new flows this skill:
adx_cloudflowconsumer metadata YAML in .powerpages-site/cloud-flow-consumer/For already-registered flows, the skill skips metadata and role creation and goes straight to client-side integration — wiring the existing flow into new UI locations.
Prerequisites:
- An existing Power Pages code site with
.powerpages-sitedeployed- PAC CLI authenticated (
pac auth whomust succeed)- Azure CLI authenticated (
az login --allow-no-subscriptionsworks whether or not your account has an Azure subscription — Dataverse and Power Platform tokens are AAD-scoped)
Initial request: $ARGUMENTS
.powerpages-site exists, inventory web roles and existing flows.cloudflowconsumer.yml for each flow; create missing web roles firstGoal: Locate the Power Pages project and confirm all prerequisites are met
Actions:
Look for powerpages.config.json in the current directory or immediate subdirectories.
If not found: Tell the user to create a site first with /create-site.
Read powerpages.config.json to get the siteName (used for display and plan rendering).
.powerpages-site ExistsLook for the .powerpages-site folder in the project root.
If not found:
Use AskUserQuestion:
| Question | Options |
|---|---|
.powerpages-site is required to add cloud flows. Would you like to deploy the site now? | Yes, deploy now (Required), Cancel |
If "Yes, deploy now": Invoke /deploy-site first, then continue to Phase 2.
If "Cancel": Stop.
Read all .webrole.yml files from .powerpages-site/web-roles/ to inventory available roles. Note each role's id, name, adx_anonymoususersrole, and adx_authenticatedusersrole.
Check .powerpages-site/cloud-flow-consumer/ for existing .cloudflowconsumer.yml files. For each file, read:
processid — the flow's workflowEntityIdname — the flow's display nameadx_CloudFlowConsumer_adx_webrole — assigned web role UUIDs…
帮助你为当前协作会话配置 Canvas Authoring MCP 服务器并排查连接问题
帮助用户将 canvas-apps 插件问题整理并提交为规范的 GitHub issue。
为 Power Apps 代码应用接入 Azure DevOps 连接器,便于查询工单、提报缺陷与管理流水线。
帮助你为 Power Apps 代码应用添加数据源或连接器,并引导到合适操作流程。
为 Power Apps 代码应用快速接入任意 Power Platform 连接器。
为 Power Apps 代码应用添加 Excel Online 连接器,便于读写 OneDrive 或 SharePoint 中的表格数据。
分析业务需求并推荐 Power Pages 最合适的后端集成方案与实施路径。
帮助你将 Power Pages Web API 集成到前端,并完成权限配置与部署上线。
帮助你快速搭建 Power Platform 管道,实现 Power Pages 自动化部署。
用于为 Power Apps 模型驱动应用创建、更新并部署生成式页面。
帮助用户为 Power Pages 站点配置登录认证、权限控制与身份提供商接入。
为 Power Pages 代码站点补齐 SEO 基础配置,提升搜索可见性与分享展示效果。