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.
npx -y skills add Wals-pro/claude-power-automate --skill power-automate-action-configurationAssembled 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
- Identify the connector/action key in the JSON and the display action in the designer.
- Read the official connector reference for that connector if payload shape is uncertain.
- Preserve existing
connectionReferences; only change them when explicitly remapping credentials/connections. - Keep
runAfterexplicit when moving actions between branches. - Validate binary, attachment, and file-content fields against the connector docs and at least one live run when possible.
References
- Read
references/actions-connectors.mdfor connector/action patterns. - Use
power-automate-expression-syntaxfor dynamic content. - Use
power-automate-api-clientfor pull/diff/deploy. - Use
power-automate-referencefor the exact action/triggertypevalues, the WDL schema, andrunAftersemantics.