agentsclimarketplace

Manage desktop flows

Skill microsoft/power-platform-skills/plugins/power-automate/skills/manage-desktop-flows

Manage and run Power Automate Desktop (RPA) flows and machine groups. Use when the user asks about desktop flows, RPA, or machine groups.From its SKILL.md

Install
npx -y skills add microsoft/power-platform-skills --skill manage-desktop-flows

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

3.1 KB, 297 tokens by cl100k_base, as published. Nobody here has run it

Desktop 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.

ToolPurpose
list_desktop_flowsBrowse RPA flows (filter by name)
run_desktop_flowTrigger with optional machineGroup, body, timeout
list_machine_groupsBrowse machine infrastructure

Operations

List Desktop Flows

Call list_desktop_flows. Present in table: Name | Status | Created | Modified

Run Desktop Flow

  1. Call list_desktop_flows to find the flow (if name given, use name filter)
  2. Optionally call list_machine_groups to target a specific group
  3. Call run_desktop_flow with optional machineGroup, body (input data), timeout
  4. Report: session status (Waiting/InProgress/Failed/Cancelled/Succeeded), outputs

Machine Infrastructure

Call list_machine_groups. Present: Name | Type | Status | Machines

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.