n8n-loops-official

安装量: 969
排名: #10738

安装

npx skills add https://github.com/n8n-io/skills --skill n8n-loops-official

n8n Loops Three meanings of "loop" map to three mechanisms: "Run this node for every item." Default. Most nodes loop automatically, so do nothing. "Run this node once with all items, not once per item." The executeOnce setting (single boolean). "Process items in explicit batches with control flow between iterations." The Loop Over Items node (formerly Split In Batches ). For paginated APIs, the HTTP Request node has built-in pagination. Almost always preferable to a hand-built page-counting loop. The model: items are an array Data flows between nodes as an array of items, each { json: {...}, binary?: {...} } . 50 items = 50-entry array. Default: a node runs once per item . An HTTP Request with 50 input items fires 50 requests and outputs 50 result items. This is the implicit loop most workflows rely on. The input array is the loop. Control iteration by controlling the array. Non-negotiable Show more Installs 964 Repository n8n-io/skills GitHub Stars 464 First Seen Jul 8, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜