← Back to Skills Marketplace
289
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install power-automate-mcp
Description
Connect to and operate Power Automate cloud flows via a FlowStudio MCP server. Use when asked to: list flows, read a flow definition, check run history, insp...
Usage Guidance
This skill appears coherent for managing Power Automate via a FlowStudio MCP endpoint and only asks for the MCP API token. Before installing: (1) confirm the FlowStudio MCP service (https://mcp.flowstudio.app) is legitimate and meets your security/privacy requirements; (2) limit the token's scope and lifetime where possible and use a dedicated service account rather than a personal admin credential; (3) be aware the token can expose flow definitions, connection GUIDs, run payloads, and possibly secrets embedded in flows — audit and monitor token usage and access logs; (4) if you need stronger assurance, request an upstream code/package review or a skill with verifiable provenance (published owner, homepage, or source repository).
Capability Analysis
Type: OpenClaw Skill
Name: power-automate-mcp
Version: 1.1.0
The power-automate-mcp skill bundle is a legitimate administrative toolset designed to manage Microsoft Power Automate flows via the FlowStudio MCP server (https://mcp.flowstudio.app/mcp). It provides comprehensive documentation and clean code examples in Python and Node.js for performing tasks such as listing flows, inspecting run errors, and updating flow definitions. While the skill handles sensitive environment data and requires an API token (FLOWSTUDIO_MCP_TOKEN), its capabilities are transparently documented in SKILL.md and tool-reference.md, and it lacks any indicators of malicious intent, unauthorized exfiltration, or deceptive prompt injection.
Capability Assessment
Purpose & Capability
The skill is explicitly a FlowStudio MCP client for Power Automate. The single required credential (FLOWSTUDIO_MCP_TOKEN) maps to the declared MCP x-api-key header and is expected for this integration. No unrelated binaries, config paths, or unrelated cloud credentials are requested.
Instruction Scope
SKILL.md instructs the agent to call tools/list and then use defined JSON-RPC tools to list flows, fetch definitions, inspect runs, resubmit/cancel runs, etc. All referenced actions and data reads (flow definitions, run outputs, connection references) are within the stated scope. There are no instructions to read local files, other environment variables, or to send data to unexpected external endpoints.
Install Mechanism
This is instruction-only with no install spec and no code files to be written or executed locally, which reduces install-time risk.
Credentials
Only FLOWSTUDIO_MCP_TOKEN is required, which is appropriate for a single external API. However, that token (x-api-key/JWT) likely provides broad tenant-level access to flow definitions, run outputs, and connection metadata — all of which can contain sensitive data. The token's scope and lifetime should be verified before granting it to the skill.
Persistence & Privilege
The skill does not request always:true and is user-invocable. There is no install step that persists code or credentials on the agent, and it does not ask to modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install power-automate-mcp - After installation, invoke the skill by name or use
/power-automate-mcp - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Add metadata.openclaw declaring FLOWSTUDIO_MCP_TOKEN env var requirement to resolve security scan flag
v1.0.0
- Initial release of the power-automate-mcp skill.
- Connects to and operates Power Automate cloud flows through a FlowStudio MCP server.
- Supports tasks such as listing flows, reading flow definitions, checking run history, managing connections, resubmitting or canceling runs, and more.
- Offers both live (real-time Power Automate API) tools for all MCP subscribers and store (cached/enriched) tools for FlowStudio for Teams subscribers.
- Recommends using Python or Node.js for seamless interaction with the MCP API.
- Requires a FlowStudio MCP subscription and appropriate credentials for server access.
Metadata
Frequently Asked Questions
What is Power Automate Mcp?
Connect to and operate Power Automate cloud flows via a FlowStudio MCP server. Use when asked to: list flows, read a flow definition, check run history, insp... It is an AI Agent Skill for Claude Code / OpenClaw, with 289 downloads so far.
How do I install Power Automate Mcp?
Run "/install power-automate-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Power Automate Mcp free?
Yes, Power Automate Mcp is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Power Automate Mcp support?
Power Automate Mcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Power Automate Mcp?
It is built and maintained by ninihen1 (@ninihen1); the current version is v1.1.0.
More Skills