agentsclimarketplace

Power automate action configuration

Skill Wals-pro/claude-power-automate/skills/power-automate-action-configuration

A Claude Code suite for Microsoft Power Automate development — Agent Skills + a local CLI (Dataverse/Power Platform APIs, Azure CLI auth, no stored secrets). Beta.

Install
npx -y skills add Wals-pro/claude-power-automate --skill power-automate-action-configuration

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

One thing to look at

  • 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Configure Microsoft Power Automate cloud-flow triggers and actions from JSON, connector references, or designer semantics. Use for operation inputs, connector schemas, Office 365 Outlook email actions, SharePoint actions, Dataverse actions, connectionReferences, runAfter, retry policies, secure inputs/outputs, and action payload shape decisions.

SKILL.md

1.4 KB, as published. Nobody here has run it

Power Automate Action Configuration

Use this when editing definition.actions, definition.triggers, or connectionReferences in a Power Automate cloud-flow artifact.

Procedure

  1. Identify the connector/action key in the JSON and the display action in the designer.
  2. Read the official connector reference for that connector if payload shape is uncertain.
  3. Preserve existing connectionReferences; only change them when explicitly remapping credentials/connections.
  4. Keep runAfter explicit when moving actions between branches.
  5. Validate binary, attachment, and file-content fields against the connector docs and at least one live run when possible.

References

  • Read references/actions-connectors.md for connector/action patterns.
  • Use power-automate-expression-syntax for dynamic content.
  • Use power-automate-api-client for pull/diff/deploy.
  • Use power-automate-reference for the exact action/trigger type values, the WDL schema, and runAfter semantics.

Keep looking

Skills are one crate of 328,083. 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.