Most "build an AI agent" tutorials hand you concepts and leave the wiring as homework. This repo flips that: every episode of the AI Agents A-Z YouTube channel ships as the exact n8n workflow JSON you import and run, so the finished automation — not the narration — is the deliverable.
What Sets It Apart
- Each of the 40+ workflows maps to a specific video episode, so you can watch the walkthrough and then open the actual graph behind it — no reverse-engineering the demo.
- Coverage leans hard into media automation: short-video generation, narrated-story creation, and social-media posting, where no-code orchestration genuinely saves hours rather than just gluing APIs.
- Compute-heavy steps like video assembly and TTS are pushed out to companion Docker MCP/REST servers, keeping each n8n graph legible instead of a tangled monolith.
- It is no-code by intent — you connect LLM calls, APIs, and MCP tools inside n8n rather than maintaining Python glue between them.
Great Fit / Look Elsewhere
Great fit if you learn by importing a working graph and tweaking it, or you want battle-tested patterns for content and video automation paired with a clear video explanation. Look elsewhere if you need a maintained framework or SDK with stability guarantees — these are per-episode snapshots, supported through the AI Agents A-Z Skool community, and you bring your own API keys and self-hosted n8n instance.