Browse flows
Skill microsoft/power-platform-skills/plugins/power-automate/skills/browse-flows
Browse Power Automate environments and flows interactively. Use when the user wants to browse, list, or explore their flows and environments.From its SKILL.md
npx -y skills add microsoft/power-platform-skills --skill browse-flowsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.9 KB, 279 tokens by cl100k_base, as published. Nobody here has run it
Browse Environments and Flows
Interactive skill for discovering Power Automate environments and flows.
Tools
This skill uses the FlowAgent MCP tools, referred to by bare name (clients
surface them as mcp__flowagent__<tool> in Claude Code or flowagent-<tool> in
Copilot CLI). If MCP tools aren't available, run /setup to wire the FlowAgent
MCP server.
Steps
-
Resolve environment:
- If
$ARGUMENTScontains an environment ID, use it. - Otherwise call
list_environments(usequeryto filter if user mentioned a name). - If multiple environments, use AskUserQuestion to let user pick.
- If
-
List flows: Call
list_flowson the selected environment. Usenameparam if user is looking for something specific. -
Present results in a table:
# Name State Trigger Actions Last Modified -
Offer next steps via AskUserQuestion:
- View flow details (
get_flow) - Check run history (
get_run_history) - Debug a failed flow (use
/debug-flow) - Create a new flow (use
/create-flow)
- View flow details (
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.