← 返回 Skills 市场
ninihen1

Power Automate Debug

作者 ninihen1 · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
359
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install power-automate-debug
功能描述
Debug failing Power Automate cloud flows using the FlowStudio MCP server. Load this skill when asked to: debug a flow, investigate a failed run, why is this...
安全使用建议
This skill appears to do what it says: call FlowStudio MCP to inspect and (optionally) update Power Automate flows. Before installing or enabling it: 1) Confirm you trust FlowStudio (https://mcp.flowstudio.app) and that the FLOWSTUDIO_MCP_TOKEN you provide is from a trusted source. 2) Prefer a token scoped for the minimum needed permissions (read-only for diagnostics, separate write token for fixes) and with an expiration when possible. 3) Be mindful the skill includes steps that update and resubmit flows — only allow those actions if you trust the agent's capabilities and the token's privileges. 4) Because the skill is instruction-only, it won’t install local binaries, but the agent will make network calls to the external MCP endpoint; verify network governance and audit logs on the FlowStudio side. 5) If you want stricter control, require the agent to present proposed changes for manual approval before calling update_live_flow/resubmit_live_flow.
功能分析
Type: OpenClaw Skill Name: power-automate-debug Version: 1.1.0 The skill bundle provides capabilities to diagnose and modify Power Automate flows via an external MCP server (mcp.flowstudio.app). It includes high-risk behaviors such as exfiltrating flow run outputs (which may contain sensitive data) and updating live flow definitions (update_live_flow in SKILL.md). While these capabilities are plausibly needed for the stated purpose of debugging and fixing flows, the combination of third-party network access and high-privilege write access to cloud infrastructure logic meets the criteria for a suspicious classification.
能力评估
Purpose & Capability
The skill declares a single env var, FLOWSTUDIO_MCP_TOKEN, and all runtime instructions call the FlowStudio MCP service (mcp.flowstudio.app) to inspect and modify Power Automate flows. Required items (no binaries, one token) match the stated purpose.
Instruction Scope
SKILL.md confines the agent to calling FlowStudio MCP tooling (get_live_flow, get_live_flow_run_error, get_live_flow_run_action_outputs, update_live_flow, resubmit_live_flow, etc.). It does not instruct reading local files or unrelated environment variables. Note: the instructions include write operations (update_live_flow, resubmit_live_flow), so a token with write privileges could allow the agent to change flows — this is expected for a debugging/fix workflow but is an elevated action compared to read-only diagnostics.
Install Mechanism
Instruction-only skill with no install spec and no code files to be written/executed on the host. Lowest install risk.
Credentials
Only FLOWSTUDIO_MCP_TOKEN is required (declared as primaryEnv), which is proportionate to calling the external MCP service. However, that single token likely grants broad access (read and possibly write) to flows; ensure the token's scope, lifetime, and permissions follow least-privilege principles.
Persistence & Privilege
always is false and there is no install-time persistence. Model invocation is allowed (platform default) — be aware the agent could call the external API when the skill is invoked, but the skill itself does not request permanent system-level privileges or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install power-automate-debug
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /power-automate-debug 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 Debug skill for diagnosing failing flows via FlowStudio MCP. - Provides step-by-step guidance on identifying failing runs, inspecting action outputs, and tracing root causes. - Includes Python helper code for interacting with the MCP server. - Describes both fast-path diagnosis for FlowStudio for Teams users and manual investigation steps for all. - Outlines key API usage patterns, error decoding, and troubleshooting expression failures. - Requires a FlowStudio MCP subscription for access.
元数据
Slug power-automate-debug
版本 1.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Power Automate Debug 是什么?

Debug failing Power Automate cloud flows using the FlowStudio MCP server. Load this skill when asked to: debug a flow, investigate a failed run, why is this... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 359 次。

如何安装 Power Automate Debug?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install power-automate-debug」即可一键安装,无需额外配置。

Power Automate Debug 是免费的吗?

是的,Power Automate Debug 完全免费(开源免费),可自由下载、安装和使用。

Power Automate Debug 支持哪些平台?

Power Automate Debug 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Power Automate Debug?

由 ninihen1(@ninihen1)开发并维护,当前版本 v1.1.0。

💬 留言讨论