browse-flows

Browse and list Power Automate environments and flows interactively via FlowAgent MCP tools.

808|167|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/microsoft/power-platform-skills --skill browse-flows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browse-flows
Source: https://github.com/microsoft/power-platform-skills/tree/main/plugins/power-automate/skills/browse-flows
Command: npx skills add https://github.com/microsoft/power-platform-skills --skill browse-flows

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding a specific flow across multiple Power Automate environments requires manual navigation through the portal. This Skill lets you discover environments, list flows, and inspect run history directly from your AI assistant.

Core Features & Use Cases

  • Environment Discovery: List and resolve Power Automate environments, with interactive selection when multiple environments exist.
  • Flow Listing & Filtering: List flows in a selected environment with optional name filtering, presented in a structured table showing state, trigger, and last modified date.
  • Guided Next Steps: Offers follow-up actions such as viewing flow details, checking run history, debugging failed flows, or creating new flows.
  • Use Case: You need to find a failing approval flow but are unsure which environment it lives in. Invoke this Skill to list environments, pick one, filter flows by name, and jump straight into run history or debugging.

Quick Start

Ask the assistant to list all flows in your Power Automate environment and show their run history.

Frequently Asked Questions about browse-flows

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

FAQPage Schema
How do I list all my Power Automate flows from the command line?

Invoke the browse-flows skill, which calls the FlowAgent MCP list_flows tool on your selected environment. Results are presented in a table showing name, state, trigger, actions, and last modified date.

How do I find a flow when I have multiple Power Automate environments?

The skill first calls list_environments to enumerate your environments, optionally filtering by a name query. If multiple environments match, it asks you to pick one before listing its flows.

Can I filter Power Automate flows by name?

Yes, the list_flows tool accepts a name parameter to filter results. Provide part of the flow name when invoking the skill to narrow down the list.

Why does the browse-flows skill say the plugin is not wired up?

This happens when no FlowAgent MCP tools are available in your session. Run the setup skill from the power-automate plugin to configure the MCP server connection first.

What can I do after finding a flow with this skill?

You can view full flow details with get_flow, check run history with get_run_history, debug a failed flow using the /debug-flow skill, or create a new flow with /create-flow.