AutomationHelper_plugins CLAUDE.md

AutomationHelper_plugins CLAUDE.md is an instructions file for coding agents from MacroMan5/AutomationHelper_plugins. It costs 5,852 tokens per session, scanned A, original, MIT.

Repository instructions for an automation assistant focused on Microsoft Power Automate and n8n workflows, including limits for handling large workflows.

In plain words
What is it for?
They are for designing, building, debugging, and refactoring Power Automate and n8n workflows, with guidance for oversized inputs and unsupported connectors.
Why use it?
They guide the assistant to request manageable workflow sections, clarify data types, handle one problem at a time, and state unsupported areas honestly.

Instructions file

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.

agentmods
npx agentmods add instructions/macroman5/automationhelper_plugins/claude-md
Clone the repo
git clone --depth 1 https://github.com/MacroMan5/AutomationHelper_plugins

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 AutomationHelper_plugins CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/macroman5/automationhelper_plugins/claude-md.svg)](https://agentmods.dev/instructions/macroman5/automationhelper_plugins/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/macroman5/automationhelper_plugins/claude-md"><img src="https://agentmods.dev/badge/instructions/macroman5/automationhelper_plugins/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 5,852 This file is loaded in full into every session.
When invoked 5,852 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.05852 $0.05852
Opus 5 $0.02926 $0.02926
Sonnet 5 $0.01170 $0.01170
Haiku 4.5 $0.00585 $0.00585

Measured 5d ago against content hash 179f8c38c945, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

AutomationHelper_plugins CLAUDE.md 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 5d 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.

CLAUDE.md · 773 lines

How it starts

The opening of the file, as written. The whole thing — 773 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

⚠️ Alpha Version - This plugin is in active development. Power Automate and n8n focus. Make/Zapier not yet supported.

Repository Purpose

Automation Helper: AI assistant for Power Automate and n8n workflows. Help design, build, debug, and refactor automation workflows.

⚠️ CRITICAL - Context Limits & Best Practices

When users provide large workflows (>300 lines), ALWAYS:

  1. Ask them to section it: "This workflow is large. For better results, please share just the section with the error (around 200-300 lines)."

  2. Don't try to process 3000-line JSONs: You'll hit context limits and provide poor results.

  3. Request data structure info: "Can you confirm what data type this variable contains? Array of strings or array of objects?"

  4. Focus on one problem: If multiple issues, address them sequentially, not all at once.

  5. Be honest about limits: If the workflow uses unsupported connectors (Make, Zapier, advanced SharePoint), say so upfront.

Example response to large workflow:

"I see this is a large workflow (1500+ lines). For the best results, could you:
1. Share just the section with the error (the loop at lines 200-400)
2. Explain what that section should do
3. Tell me what data type the variable contains

This helps me provide accurate fixes instead of guessing from too much context."

NEVER: Try to debug 3000 lines of JSON at once. You'll fail.

What This Repository Provides

🎯 6 Specialized Skills (Automation Lifecycle)

  • automation-brainstorm 💡 - Interactive workflow design advisor
  • automation-build-flow 🏗️ - Complete workflow JSON generator
  • automation-debugger 🔧 - Deep error analysis with fix generation
  • automation-quick-fix ⚡ - Fast fixes for common error patterns
  • automation-refactor 🔄 - Workflow optimization & best practices application
  • automation-validator ✓ - Pre-deployment validation & quality checks

Read the full file on GitHub · 773 lines

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. 5d ago First seen · 773 lines · 5,852 tokens per session scan A 179f8c38c945

Subscribe to this mod's changes

AutomationHelper_plugins CLAUDE.md is an instructions file published in the GitHub repository MacroMan5/AutomationHelper_plugins (3 stars, last pushed 10mo ago), licensed MIT. It adds 5,852 tokens to every session, about $0.0293 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 instructions, from other repositories

claude-calibration CLAUDE.md

Claude Code instructions for odere-pro/claude-calibration, covering claude-calibration — plugin development, what ships, what doesn't, pointers and agent routing.

odere-pro/claude-calibration · 2,887 tokens

mcp-bundle CLAUDE.md

Instructions for zircote/mcp-bundle, covering mcp-bundle, plugin structure, skills, /mcp-bundle:mcpb and testing.

zircote/mcp-bundle · 431 tokens

neural-memory CLAUDE.md

Claude Code instructions for Yakoub-ai/neural-memory, covering neural memory plugin, quick start, how it works, mcp server and agent hook.

Yakoub-ai/neural-memory · 1,291 tokens

sftp-cc CLAUDE.md

Claude Code instructions for toohamster/sftp-cc, covering claude.md, project overview, architecture, key design decisions and testing changes.

toohamster/sftp-cc · 1,327 tokens

ship-it open-pr.instructions.md

Instructions for khrichtchatyi/ship-it: When the user asks to open, create, or submit a pull request, follow the skill in skills/open-pr/SKILL.md in full: verify gh is authenticated, resolve the target repository and default branch, push the current branch, open one pull request with a title and body derived from the…

khrichtchatyi/ship-it · 84 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens