Integrate Power Automate cloud flows into Power Pages with generated metadata and code.
The materials indicate this is an open-source, prompt-only skill with no declared secrets or fixed remote endpoints, so overall risk appears low. Caution is still warranted because its intended workflow involves inspecting a Power Pages project and generating site metadata and client-side code, so any actual execution path should be reviewed for local project changes.
The header states no keys or environment variables are required; the README mentions relying on authenticated PAC CLI and Azure CLI sessions, but does not show the skill itself collecting, storing, or exfiltrating credentials.
No fixed remote host is declared, but the workflow says it will 'Fetch flows from the Power Automate Flow RP API,' indicating likely connections to Microsoft/Power Platform services to query flows; this is a normal network capability within its stated function.
The system flags it as prompt-only, and there is no indication of bundled binaries, background services, or arbitrary local code execution. The README line `node ...check-version.js` is untrusted third-party text and does not by itself prove the skill has extra execution privileges.
By description, it locates and reads `powerpages.config.json`, inspects `.powerpages-site`, and generates `.cloudflowconsumer.yml` plus client-side JS/TS code, indicating read/write access to local project files; no red flag of data access beyond the stated purpose is evident from the materials.
The source is an open-source Microsoft GitHub repository, which improves auditability and is a strong mitigating factor. The missing license declaration, 0 stars, and unknown maintenance add some uncertainty, but not enough on their own to justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "add-cloud-flow" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/power-pages/skills/add-cloud-flow/SKILL.md 2. Save it as ~/.claude/skills/add-cloud-flow/SKILL.md 3. Reload skills and tell me it's ready
Help me connect a Power Automate approval cloud flow to the 'Leave Request' page in Power Pages. First list available flows and recommend the best one for the 'leave approval' intent; identify the applicable scenario and required web roles; if the flow is not yet registered, create the required metadata files and generate the client-side code to call it.
Returns the recommended flow, scenario, web roles, required metadata files, and client-side code ready to embed on the page.
I already registered a Power Automate cloud flow and now want to add it to the 'Contact Us' page in Power Pages. Do not recreate metadata; just check the existing registration, identify the page scenario and web roles, and generate the client-side code needed for this page.
Returns how to reuse the existing registration, page-specific recommendations, permission requirements, and the new page call code.
I want to add an automated customer follow-up email capability to a Power Pages site. List the currently available Power Automate cloud flows, recommend relevant ones based on the 'customer follow-up email' intent, and explain the suitable scenarios, required web roles, and what files and code are needed for page integration.
Returns an intent-based shortlist of recommended flows, with each option's integration needs, role permissions, and implementation artifacts.
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…
Set up Power Platform Pipelines for automated Power Pages deployments.
Review and fix Power Pages security headers, CSP, CORS, cookies, and embedding settings.
Run an end-to-end Power Pages security review with a consolidated HTML report.
Test deployed Power Pages sites with browsing, crawling, and API verification.
Add a data source or connector to a Power Apps code app.
Create and execute a reviewable ALM plan for Power Pages deployments.
Inspect, run, and build Microsoft Power Automate cloud flows from AI agents.
Edit and sync Power Automate cloud flows and connectors live.
Analyzes needs and recommends the best backend integration path for Power Pages.
Integrate Power Pages Web API into frontend with permissions and deployment.
Connect to Flowise to manage flows, run predictions, and automate analysis.
Create, update, and deploy generative pages in Power Apps model-driven apps.