What problem does it solve?
Setting up workflow evaluations in n8n normally requires manually wiring on-canvas evaluation nodes, which is error-prone and disconnected from the workflow logic you actually want to score. This Skill attaches evaluations through the off-canvas evaluation-config API, pairing a workflow with a dataset and judge metrics without touching the canvas.
Core Features & Use Cases
- Config-based eval lifecycle: List, get, create, update, and delete evaluations attached to a workflow via the
eval-config tool.
- LLM-judged metrics: Configure
correctness and helpfulness presets with judge credentials, models, and expression-based references to dataset columns and workflow outputs.
- Dataset integration: Link evaluations to n8n Data Tables holding test inputs and ground-truth answers, with explicit guidance on picking the correct start and end nodes.
- Use Case: Score an AI agent workflow's responses against a labeled dataset of support questions to measure correctness before deploying changes.
Quick Start
Set up a correctness evaluation on my support agent workflow using the existing support eval dataset.