power-automate-monitoring**Pro+ subscription required.** Tenant-wide Power Automate flow health monitoring, failure rate analytics, and asset inventory using the FlowStudio MCP cache...
Install via ClawdBot CLI:
clawdbot install ninihen1/power-automate-monitoringGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://mcp.flowstudio.appAudited May 1, 2026 · audit v1.0
Generated May 6, 2026
Aggregate failure rates and error trends across all Power Automate flows in a tenant using the cached store to identify problematic flows and environments. Use list_store_flows and get_store_flow_summary to get a high-level health overview, then drill into failing flows with get_store_flow_runs to inspect failed runs and remediation hints.
Use list_store_makers and get_store_maker to find citizen developers who have not created or maintained flows recently. This helps governance teams to clean up orphaned flows and ensure license compliance.
Generate a compliance report by computing governance scores based on flow monitoring status, critical flow designation, and failure rates. Use list_store_flows with filters for monitor and critical fields, and combine with list_store_environments to produce a tenant-wide compliance dashboard.
Inventory all Power Apps in the tenant using list_store_power_apps to track usage, ownership, and maintenance status. This aids in license optimization and identifying unused apps for retirement.
Designate business-critical flows with update_store_flow setting critical=true, then configure automatic failure alerts using the governance skill's notification rule management. This ensures prompt response to failures in key processes.
Monetize the monitoring capability by offering it as a premium feature requiring a Pro+ subscription. The skill calls store_* tools that only work for Pro+ subscribers, generating revenue through tiered access.
Offer tenant-wide health monitoring, governance scoring, and remediation as a managed service. Use this skill to provide recurring reports and proactive alerts to clients, reducing their operational overhead.
Provide compliance reporting for regulated industries (e.g., finance, healthcare) by leveraging the governance score and inventory capabilities. Generate evidence for audits and enforce monitoring policies.
💬 Integration Tip
Integrate with Power BI by exporting list_store_flows and get_store_flow_summary results to a shared dataset for creating real-time dashboards. Use the tool_search query pattern to dynamically load available store tools instead of static tool listings.
Scored May 6, 2026
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Essential curl commands for HTTP requests, API testing, and file transfers.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.