This workflow takes the most tedious task off a vocational teacher's plate — adapting a ZPE e-material into an actual lesson. The teacher pastes a URL, sets the lesson duration, and in about 90 seconds gets a full package in the browser: lesson plan, worksheet, quiz with answer key and practical exercises.
How it works
- 8 nodes in total, built around the n8n AI Agent with GPT-4.1-mini.
- The workflow automatically fetches auxiliary ZPE subpages (glossary, teacher's guide) for extra context.
- An n8n Form node collects the URL and lesson parameters from the teacher.
What you will learn
- How to scrape and combine several related pages as context for one AI Agent call.
- How to design a system prompt that produces a complete, structured teaching package.
- How to serve results back to a non-technical user via the browser.
The Polish version of this post includes the full system prompt used by the agent: see the PL post.
Watch the episode
The video is available on YouTube: youtube.com/watch?v=WWnKzhTDmEI.
All episodes are collected on the Automation Academy page (in Polish). Subscribe to my YouTube channel so you do not miss new material.
The video is in Polish; this post summarizes what it covers.











Comments