manage-desktop-flows
작성자: microsoft
Power Automate Desktop(RPA) 흐름과 머신 그룹을 관리하고 실행합니다. 사용자가 데스크톱 흐름, RPA 또는 머신 그룹에 대해 물을 때 사용하세요.
npx skills add https://github.com/microsoft/power-platform-skills --skill manage-desktop-flowsDesktop Flow Manager
Manage Power Automate Desktop (RPA) flows, machine groups, and run sessions.
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.
| Tool | Purpose |
|---|---|
list_desktop_flows | Browse RPA flows (filter by name) |
run_desktop_flow | Trigger with optional machineGroup, body, timeout |
list_machine_groups | Browse machine infrastructure |
Operations
List Desktop Flows
Call list_desktop_flows. Present in table: Name | Status | Created | Modified
Run Desktop Flow
- Call
list_desktop_flowsto find the flow (if name given, usenamefilter) - Optionally call
list_machine_groupsto target a specific group - Call
run_desktop_flowwith optionalmachineGroup,body(input data),timeout - Report: session status (Waiting/InProgress/Failed/Cancelled/Succeeded), outputs
Machine Infrastructure
Call list_machine_groups. Present: Name | Type | Status | Machines