Ker102 commited on
Commit
56cca21
Β·
verified Β·
1 Parent(s): 3449b5f

Update README.md

Browse files

n8n-master-corpus
The n8n-master-corpus is a massive, curated dataset of 36,405 labeled n8n automation workflows. It serves as a definitive resource for training LLMs
on workflow generation, analyzing automation patterns, or quickly finding ready-to-use templates for the n8n ecosystem.

πŸš€ Highlights
- Scale: 36,405 unique workflows.
- Copy-Paste Ready: The workflow_json column contains the exact JSON structure required by n8n.
- Diversity: Includes workflows ranging from simple logic to complex AI-Agent integrations and MCP server implementations.
- Labeled: Metadata includes node counts, integration types, and categories.

πŸ“Š Dataset Structure

Each entry in the dataset contains the following fields:


β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Field β”‚ Description β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ workflow_id β”‚ Original unique identifier for the workflow. β”‚
β”‚ workflow_name β”‚ Descriptive name of the automation. β”‚
β”‚ node_count β”‚ Number of nodes within the workflow. β”‚
β”‚ integrations β”‚ JSON list of third-party services used (e.g., Slack, Google Sheets, OpenAI). β”‚
β”‚ category β”‚ The thematic pack or source the workflow belongs to. β”‚
β”‚ workflow_json β”‚ The core data. A stringified JSON object compatible with n8n's "Import from File" or "Paste" functionality. β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

πŸ› οΈ How to Use

In Python (Datasets Library)
- Load the dataset using the datasets library.
- Access any row and parse the workflow_json string using the standard json library.
- Use the resulting dictionary as needed for training or analysis.

In n8n
- Obtain the workflow_json string for any entry.
- In your n8n canvas, press Ctrl + V (or Cmd + V) and paste the JSON string directly.
- The workflow will instantly manifest with all nodes and connections intact.

πŸ“ Source & Provenance
This dataset is a collection of curated community packs, synthetic generations, and lab-tested AI automations. It includes workflows from the AI
Automation Lab, Community Mega-Pack, and specialized Synapse Pro-Ops collections.

βš–οΈ License
This dataset is released under the Apache-2.0 license. Individual workflow logic remains subject to the licenses of their original respective authors
where applicable.

Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -24,4 +24,19 @@ configs:
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
+ license: apache-2.0
28
+ task_categories:
29
+ - text-generation
30
+ - feature-extraction
31
+ language:
32
+ - en
33
+ tags:
34
+ - n8n
35
+ - automation
36
+ - workflow
37
+ - low-code
38
+ - agents
39
+ - mcp
40
+ size_categories:
41
+ - 10K<n<100K
42
+ ---