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.
Power Automate Flow AgentSkill
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.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
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
Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.
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.
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.