power-automate-workflow-patterns

power-automate-workflow-patterns is a skill for Claude Code, Codex from Wals-pro/claude-power-automate. It costs 73 tokens per session (350 once invoked), scanned A, original, MIT.

A set of design patterns for Microsoft Power Automate cloud flows. A cloud flow is an online automation made from triggers, data processing, connectors, branches, and actions.

In plain words
What is it for?
Use it to design or restructure flows involving services such as SharePoint, Outlook, Dataverse, or HTTP APIs, including branching, retries, error handling, and testable sending paths.
Why use it?
It helps turn a business process into clear, maintainable steps instead of dense conditions or poorly separated error handling. It makes external service boundaries and important status evidence easier to see.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design or restructure flows involving services such as SharePoint, Outlook, Dataverse, or HTTP APIs, including branching, retries, error handling, and testable sending paths.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wals-pro/claude-power-automate/power-automate-workflow-patterns
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Wals-pro/claude-power-automate --skill power-automate-workflow-patterns
Clone the repo
git clone --depth 1 https://github.com/Wals-pro/claude-power-automate

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for power-automate-workflow-patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/wals-pro/claude-power-automate/power-automate-workflow-patterns/github.svg)](https://agentmods.dev/skills/wals-pro/claude-power-automate/power-automate-workflow-patterns)
Your own site
<a href="https://agentmods.dev/skills/wals-pro/claude-power-automate/power-automate-workflow-patterns"><img src="https://agentmods.dev/badge/skills/wals-pro/claude-power-automate/power-automate-workflow-patterns/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for power-automate-workflow-patterns

Your own site · 80×15
<a href="https://agentmods.dev/skills/wals-pro/claude-power-automate/power-automate-workflow-patterns"><img src="https://agentmods.dev/badge/skills/wals-pro/claude-power-automate/power-automate-workflow-patterns.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 350 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.00350
Opus 5 $0.00036 $0.00175
Sonnet 5 $0.00015 $0.00070
Haiku 4.5 $0.00007 $0.00035

Measured 11d ago against content hash 875456589aa1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

power-automate-workflow-patterns scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/power-automate-workflow-patterns/SKILL.md · 37 lines

What it actually says

Power Automate Workflow Patterns

Use this before designing or restructuring a Power Automate cloud flow. It adapts n8n-style workflow discipline to Power Automate concepts.

Pattern Workflow

  1. Pick the pattern from references/cloud-flow-patterns.md.
  2. Identify trigger, data source, transformation, action, and observability points.
  3. Keep solution-aware flows versioned through local artifacts.
  4. Use power-automate-action-configuration for connector payloads.
  5. Use power-automate-expression-syntax for conditions and dynamic content.
  6. Use power-automate-api-client for pull/diff/deploy/verify.
  7. Use power-automate-reference to confirm trigger/action type values and keep expressions inside the real WDL function namespace.

Design Rules

  • Prefer small, explicit branches over dense nested expressions.
  • Use scopes to group transactional steps and error handling.
  • Make connector boundaries visible: SharePoint lookup, Outlook send/draft, Dataverse write, HTTP call, etc.
  • Add observable evidence for critical paths, such as log rows or status updates, when the business process needs auditability.
  • Keep customer-facing send paths testable without sending directly from Claude.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 37 lines · 73 tokens per session scan A 875456589aa1

Subscribe to this mod's changes

power-automate-workflow-patterns is a skill published in the GitHub repository Wals-pro/claude-power-automate (11 stars, last pushed 2d ago), licensed MIT. It adds 73 tokens to every session and 350 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

azure-cli

Use the Azure CLI to manage subscriptions, resource groups, AKS, App Service, Key Vault, and role assignments.

alivirgo/Major-AI-Skills · 27 tokens

claw-admin

Claw system administration: service management, IM connections, logs, cron, and workspace diagnostics. Use when the user asks to manage claw services, connect/disconnect IM platforms, view logs, or perform system-wide operations.

x-cmd/x-cmd · 48 tokens

x-nets

Enhanced netstat module with cached data and structured output. View network connections, routing tables, and interface statistics in interactive or TSV/CSV formats. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 69 tokens

latchbio-integration

Latch platform for bioinformatics workflows. Build pipelines with Latch SDK, @workflow/@task decorators, deploy serverless workflows, LatchFile/LatchDir, Nextflow/Snakemake integration.

synthetic-sciences/openscience · 45 tokens

x-theme

Change terminal command line prompt theme. Globally manage the display style of all x-cmd interactive components. Supports multiple theme vendors: theme, starship, ohmyposh. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 74 tokens

x-arp

Display ARP cache table with MAC vendor lookup and suspicious entry detection. Supports CSV, TSV, and TUI output. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 64 tokens