n8n-loops
OfficialLoop safely through items, batches, and pages.
Authorn8n-io
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents incorrect looping behavior in n8n workflows, especially when mixing per-item execution, one-time aggregation, batching, and paginated API fetching.
Core Features & Use Cases
- Execute-once vs per-item control: set
executeOnce: truefor aggregates, totals, summaries, and notification/writes that must happen once per run. - Pick the right looping mechanism: default per-item iteration vs
Loop Over Itemsfor explicit batches, rate limits, polling, and stateful chunk processing. - Use built-in HTTP pagination: fetch all pages with HTTP Request pagination instead of hand-rolled page loops.
- Avoid common wiring mistakes: correct understanding of
Loop Over Itemsoutputs (done = output 0, loop = output 1), and guardrails forreset: truetermination.
Quick Start
When your workflow needs to process each item and then send one final summary, keep the default per-item flow and set executeOnce: true only on the summary node.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: n8n-loops Download link: https://github.com/n8n-io/skills/archive/main.zip#n8n-loops Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.