Skip to content
Power Automate Flow Agent

Power Automate Flow AgentSkill

Added to Onei
1 views
v3.0.5
MIT
Repository Docs

Summary

Microsoft's official plugin for building, editing, running and debugging Power Automate cloud flows, with a bundled offline FlowAgent MCP server.

Features

  • Surgical action-level edits to existing cloud flows
  • Autonomous diagnosis of failed runs with loop iteration drill-down
  • Copy flows within or across environments
  • Connection lifecycle management with auto-discovery and repair
  • Self-contained offline MCP engine with 50+ tools, Node.js 18+ only

Install This Skill

Add this skill to your favorite AI agent in a few steps.

Any AI agent

This skill is plain instructions — it works with any assistant that accepts custom instructions or system prompts.

  1. Copy the skill content with the button below.
  2. Paste it into your agent's instruction file or system prompt (for example AGENTS.md, .cursorrules, or a custom instructions field).
  3. Ask the agent to apply the skill whenever the task matches.

Skill Content

Markdown Content

Copy this content and use it with your preferred AI agent

# Power Automate plugin

Build, edit, run, and debug Power Automate cloud flows from Claude Code or
GitHub Copilot CLI, powered by the FlowAgent MCP server.

## Install

/plugin marketplace add microsoft/power-platform-skills
/plugin install power-automate@power-platform-skills

Runs offline - no npm install or remote host required. The plugin ships a
self-contained MCP engine at server/mcp.mjs (stdio transport, all 50+ tools,
deps inlined); .mcp.json loads it through a small Node bootstrap. Node.js 18+.
Auth uses your local `az login` plus MSAL for connectivity endpoints.

## Capabilities

Flows        list, get, create, edit (surgical action-level), copy
             (within/across environments), update, publish/disable, delete
Runs         history, details, actions, loop iteration drill-down, cancel,
             cancel all, resubmit, diagnose
Connections  lifecycle (CRUD, fix), auto-discovery, dynamic value resolution
Authoring    templates/scaffolding, batch deploy, preflight + validation,
             expression help
Also         desktop (RPA) flows, environment routing

## Skills

setup                  First-time prerequisite setup
browse-flows           Browse environments and flows interactively
create-flow            Guided flow creation
build-flow             Autonomously generate a complete flow from a description
debug-flow             Interactive debug of a failed run
diagnose-flow          Autonomous deep diagnosis of a failed run
manage-flows           Lifecycle ops: publish, test, batch, inventory
manage-desktop-flows   List/run desktop (RPA) flows
route-environments     Environment resolution/routing

Usage Instructions

Learn how to use this skill with different AI agents.

Claude Desktop
/plugin marketplace add microsoft/power-platform-skills
/plugin install power-automate@power-platform-skills

Description

The official Microsoft plugin for working with Power Automate cloud flows from a coding agent, powered by the FlowAgent MCP server. It covers the part of flow work that is genuinely painful — diagnosing a failed run and making a precise change without rebuilding the flow — rather than only generating new ones.

Capabilities

  • Flows — list, get, create, surgical action-level edit, copy within or across environments, update, publish/disable, delete.
  • Runs — history, details, per-action inspection, loop iteration drill-down, cancel, cancel all, resubmit and diagnose.
  • Connections — full lifecycle including repair, auto-discovery and dynamic value resolution.
  • Authoring — templates and scaffolding, batch deploy, preflight validation and validated expression help.
  • Desktop (RPA) flows and environment routing.

Skills: setup, browse-flows, create-flow, build-flow (autonomously generates a complete flow from a description), debug-flow (interactive), diagnose-flow (autonomous deep diagnosis of a failed run), manage-flows, manage-desktop-flows and route-environments.

A practical detail that matters for locked-down environments: the plugin runs offline. It ships a self-contained ESM bundle at server/mcp.mjs carrying all 50+ tools with dependencies inlined, loaded over stdio through a small Node bootstrap — no npx, no published npm package and no remote host. It needs only Node.js 18+. Authentication uses your local Azure CLI session (az login) plus MSAL for connectivity endpoints.

Published by Microsoft under the MIT licence for Claude Code and GitHub Copilot CLI.

Related Skills

New

Railway's official agent skill: create projects, provision databases and buckets, deploy, manage variables and domains, and read build failures back — from the CLI, API or MCP server.

1 views

Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.

4 views
New

Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.

6 views 1 copies
New

Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.

4 views
Browse all skills →