Skip to content

Add Flow Studio Power Automate to community plugins#38

Merged
internet-dot merged 2 commits intohashgraph-online:mainfrom
ninihen1:add-flowstudio-power-automate
Apr 4, 2026
Merged

Add Flow Studio Power Automate to community plugins#38
internet-dot merged 2 commits intohashgraph-online:mainfrom
ninihen1:add-flowstudio-power-automate

Conversation

@ninihen1
Copy link
Copy Markdown
Contributor

@ninihen1 ninihen1 commented Apr 4, 2026

Plugin

Flow Studio Power Automate — Debug, build, and operate Power Automate flows via FlowStudio MCP with action-level inputs and outputs.

What it does

Gives AI agents the same visibility you have in the Power Automate portal. The Graph API only returns top-level run status — Flow Studio MCP exposes action-level inputs, outputs, loop iterations, and nested child flow failures.

Also available on

Changes

  • Added entry to README.md under Tools & Integrations (alphabetical)
  • Added entry to plugins.json

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds the 'Flow Studio Power Automate' plugin to the registry. The review identified that the total count in plugins.json was not updated to 37, and the new plugin's install_url incorrectly uses the master branch instead of main. Additionally, the review noted that the PR contains excessive noise due to unnecessary unicode escaping and a full-file rewrite of README.md, likely caused by editor configuration issues.

"name": "awesome-codex-plugins",
"version": "1.0.0",
"last_updated": "2026-04-04",
"total": 36,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The total count has not been updated to reflect the addition of the new plugin. Since one new entry was added, the total should be incremented to 37.

Suggested change
"total": 36,
"total": 37,

"description": "Debug, build, and operate Power Automate flows via FlowStudio MCP with action-level inputs and outputs.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/ninihen1/power-automate-mcp-skills/master/.codex-plugin/plugin.json"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This entry uses the master branch for the install_url, while all other plugins in this registry use main. Additionally, the project's generation script (scripts/generate_plugins_json.py) is hardcoded to use main (line 98). To maintain consistency and ensure compatibility with the project's automation, please use the main branch if it is the default for your repository.

Suggested change
"install_url": "https://raw.githubusercontent.com/ninihen1/power-automate-mcp-skills/master/.codex-plugin/plugin.json"
"install_url": "https://raw.githubusercontent.com/ninihen1/power-automate-mcp-skills/main/.codex-plugin/plugin.json"

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3805a8076d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

"install_url": "https://raw.githubusercontent.com/Rothschildiuk/context-pack/main/.codex-plugin/plugin.json"
},
{
"name": "Flow Studio Power Automate",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update plugin count metadata after adding entry

Adding this new plugin object increases the plugins array to 37 items, but the top-level total value in plugins.json remains 36, leaving the compatibility metadata inconsistent. Any downstream tooling that relies on total for validation, pagination, or display counts can misreport the catalog and omit this newly added plugin from expected totals.

Useful? React with 👍 / 👎.

@internet-dot internet-dot merged commit b4159e7 into hashgraph-online:main Apr 4, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants