技能 编程开发 浏览环境与流程

浏览环境与流程

v20260903
browse-flows
交互式技能,用于浏览 Power Automate 环境和流程。通过 FlowAgent MCP 工具浏览、列出和探索业务流程,支持环境选择、流程列表,并可提供查看详情、运行历史、调试失败或创建新流程等后续操作。
获取技能
174 次下载
概览

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 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:

    # Name State Trigger Actions Last 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)
信息
Category 编程开发
Name browse-flows
版本 v20260903
大小 1.88KB
更新时间 2026-09-05
语言