add-cloud-flow

Wire Power Automate cloud flows to Power Pages sites with YAML metadata and CSRF handling.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-cloud-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-cloud-flow
Source: https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai/tree/main/Assets/Plugins/power-pages/skills/add-cloud-flow
Command: npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-cloud-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires generate-uuid, validation-helpers, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This skill streamlines wiring Power Automate cloud flows to a Power Pages site by generating necessary metadata, managing web roles, and provisioning a frontend integration layer that securely invokes flows from the code site.

Core Features & Use Cases

  • Generate .cloudflowconsumer.yml for new flows and assign required web roles
  • Discover, plan, and integrate existing flows into additional pages or components
  • Produce a single, frontend cloud-flow service file with CSRF handling and correct eventData payloads
  • Render an HTML cloud-flow plan for review before deployment

Quick Start

Provide the target Power Pages site and the flows to connect, and I will generate metadata, roles, a deployment plan, and frontend integration code.

Frequently Asked Questions about add-cloud-flow

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

FAQPage Schema
How do I connect a Power Automate cloud flow to Power Pages?

Connecting a cloud flow to Power Pages requires generating YAML metadata, assigning web roles, and wiring frontend integration with CSRF token handling. This creates a secure service file to invoke flows directly from your site.

Can I integrate an existing Power Automate flow into additional Power Pages components?

Yes, existing flows can be discovered, planned, and integrated into additional pages or components. The process renders an HTML plan and wires the frontend service to connect the flow without provisioning a new instance.

What is a .cloudflowconsumer.yml file used for in Power Pages?

A .cloudflowconsumer.yml file defines the metadata required for provisioning new cloud flows on a Power Pages site. It pairs with web role assignments to secure and manage access to the flow from frontend components.

Do I need to handle CSRF tokens when calling cloud flows from frontend code?

Yes, CSRF token handling is required to securely invoke cloud flows from frontend code. A single frontend cloud-flow service file is generated to manage correct eventData payloads and CSRF tokens for secure communication.

Are web roles required to wire Power Automate cloud flows to a Power Pages site?

Yes, web role assignment is required to wire cloud flows to Power Pages. Assigning web roles ensures the frontend integration layer restricts flow execution access to authorized users based on site security permissions.

What's the best way to plan a cloud flow deployment before updating Power Pages?

The best way to plan a cloud flow deployment is to render an HTML cloud-flow plan for review. This allows you to verify the metadata, web roles, and frontend integration strategy before applying changes to the site.