Browse Environments and Flows

SkillDev tools

Browse Power Automate environments and flows interactively. Use when the user wants to browse, list, or explore their flows and environments.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Browse Environments and Flows skill

What this skill tells your AI

The instructions your AI receives, as published by microsoft/power-platform-skills in plugins/power-automate/skills/browse-flows/SKILL.md and read by ahel’s review.

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 no MCP tools are present, the plugin is not wired up — run the setup skill.

Steps

  1. Resolve environment:

    • If $ARGUMENTS contains an environment ID, use it.
    • Otherwise call list_environments (use query to filter if user mentioned a name).
    • If multiple environments, use AskUserQuestion to let user pick.
  2. List flows: Call list_flows on the selected environment. Use name param if user is looking for something specific.

  3. Present results in a table:

    #NameStateTriggerActionsLast Modified
  4. 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)

Signals

GitHub stars
859
Forks
176
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
browse-flows
Source
github.com/microsoft/power-platform-skills