[Let's Build!] Have you ever given up because you were tired of connecting nodes?
"Create a daily morning briefing on Slack" — that's all it takes.
Claude Code designs it, and the n8n server runs it 24/7 for you.
[Let's Operate!] If adopting n8n was easy but managing it felt overwhelming, this lecture is the answer.
"Organize everything according to the conventions" — dozens of workflows are tidied up at once.
Creation, organization, monitoring, and backup—operate everything using natural language.
The feeling of creating and modifying n8n workflows with just a single word.
An automation structure designed with Claude Code and executed 24/7 by n8n.
An operational method for creating, modifying, and organizing workflows using natural language
Ready-to-use n8n operational skills SKILLS.md (including examples and modules)
Operational methods for handling error notifications, operational reports, and user organization through voice commands
How to use n8n-admin (free), a management tool you can apply to your team in just 1 minute
How to create AI skills that can be used for other tasks besides n8n
"Why do I need to use n8n when I can do everything with Claude Code?"
Many of you looking into this course likely have this question in mind.
That's right. Claude Code is powerful. With a single command in the terminal, it writes code, calls APIs, and creates files. So why is n8n necessary?
There are things that Claude Code cannot do on its own.
Before · Claude Code 혼자
Where it gets stuck
✕Stops when the session ends. Only works on my PC
✕Difficult to configure constant triggers such as webhooks, schedules, and forms
✕Non-developer team members cannot modify parameters
✕Manually implementing 400+ SaaS integrations with API code every time
✕No infrastructure for execution history, retries, or error queues
→
After · n8n이 채워줌
Runs 24 hours a day on the server
✦Runs 24/7 on the server
✦Trigger node receives or waits for events
✦Anyone can change node values via GUI
✦Instantly connect to SaaS with integration nodes
✦Built-in execution logs, retries, and error workflows
Conversely, there are things that n8n cannot do on its own.
Before · n8n 혼자
The point where you get stuck
✕Too slow to assemble complex branches and conditions by dragging nodes
✕Unable to batch rename or standardize dozens of workflow names
✕Difficulty in turning an idea like "I want to make something like this" into a draft
✕Designing and reusing LLM node prompts is cumbersome
→
After · Claude Code가 채워줌
Design and generate with natural language
✦Generate workflow JSON with a single line of natural language
✦From list lookup to bulk editing all at once with MCP
✦Instantly transform ideas into workflow drafts
✦Design once with Skills (SKILL.md), reuse continuously
The conclusion is simple.
🧠
Claude Code = Brain
Design, generate, and manage in bulk.
+
💪
n8n = Body
It runs 24 hours a day even while I am asleep.
Using only one is only half the battle. This course allows you to experience the boundaries and touchpoints of both tools through hands-on practice.
Lecture Demo Excerpt · A workflow being created with a single natural language command
Skip the pain of dragging nodes with just a single line of text
n8n을 처음 열면
😵Hundreds of nodes. I don't know which one to use.
🤯I don't even know how to connect them
🔁Trying to follow along with YouTube, only to get stuck again when things differ slightly from my situation
Searching, watching YouTube, and following along — but as soon as things differ even slightly from your situation, you get stuck again. That is the reality of getting started with n8n.
It changes when you speak to Claude Code.
↓ Natural language commands
claude · n8n MCP
> User Input
"Create a workflow that receives a message from Slack, parses the content, saves it to Google Sheets, and sends a completion message."
Which nodes to use and how to connect them — Claude Code decides. If adjustments are needed, you can simply give instructions in plain language again.
Claude Code solves the most difficult part of learning n8n for the first time: "how and where to start."
This course focuses on hands-on creation. From environment setup to the "Daily Morning AI Briefing" practice, you will master the flow where a single spoken command becomes a workflow.
After completing this course, you will be able to create results like these!
We will create the "Daily Morning AI Briefing" together and even practice modifying it using natural language. Once you master these two patterns, you will be able to apply and create the following six automations on your own to suit your specific needs.
★ 메인 데모 1
🌅 Create with natural language
"Every morning at 9 AM, have AI summarize the weather, news, and exchange rates and send them to Slack" — a workflow is created with just a single sentence.
★ 메인 데모 2
🔧 Editing with natural language
"Change the news API to RSS and the exchange rate API to frankfurter" — Even after creation, structural changes can be completed with a single command.
↓
Once you get the hang of these two patterns (creating and modifying), you can directly apply and create the following automations to suit your own situation.
The SKILL.md module and workflow JSON templates are also provided as part of the lecture materials.
Daily Automation · Application Cases
📬Life
AI Summary & Importance Classification of Received Emails
When a new email arrives, AI summarizes the content and determines its importance. Receive notifications for important items only.
thoughtful_ Greenlandic
Gmail → AI Summary/Classification → Telegram / Slack
📅Life
AI briefing of tomorrow's schedule the night before
Before going to bed, the AI organizes tomorrow's schedule and required items and sends them to you via Slack.
Google Calendar → AI Summary → Slack
Automation and Application Cases by Job Role
👩💼PM
Automatic generation of weekly sprint reports
Collect Jira/Linear issues and GitHub activities to automatically create Notion pages.
Jira/Linear + GitHub → AI Summary → Notion
📣Marketer
Monitoring Competitor Blogs and SNS
AI summarizes RSS feeds and organizes them cumulatively in a Notion database.
RSS → AI Summary → Notion DB
👨💻Developer
GitHub PR AI Review Bot
When a PR is opened, the AI sends a code summary and issue identification to Slack.
GitHub PR → AI Review → Slack
🤖RAG
Internal Document RAG Q&A Bot
AI learns from Notion and Drive documents. Get instant answers by typing /ask question in Slack.
Notion / Drive → Embedding → AI Answer → Slack
The core of this lecture is not "writing code," but "writing an AI work manual."
Claude Skill is an operational document that enables AI to perform specific tasks effectively. Instead of creating a complex new program, it defines work rules and execution flows using a Markdown file.
In this lecture, we will design this skill specifically for n8n operations. Since it involves writing text rather than code, you can follow along even without any coding experience.
- Confirm with user before creation - Never execute deletions arbitrarily - Automatically record change history
Skill 한 장으로 가능한 명령
Just by speaking in natural language
All of these commands actually work
✓"Show me the workflow list"
✓"Create an AI briefing every morning"
✓"Organize everything according to the conventions"
✓"Create this week's operations report"
✓"Analyze this error"
✓"Clean up dormant users"
A single Markdown page=An operating system where every command works
In this course, you will directly build SKILL.md and operational modules. In the same way, you will be able to create other business skills beyond n8n — regardless of the domain, such as data analysis, marketing, or team operations.
Implementing n8n was easy, but nobody told me how to manage it!
When you first introduce n8n, everyone feels a similar way. The experience of having automation running with just a few drags and drops and seeing repetitive tasks decrease is certainly powerful.
10items
→
30units
→
100units+
As the number of workflows increases, a completely different set of problems begins.
🔍
You don't know what is what.
It is impossible to tell at a glance which workflow performs what role.
🔧
Unable to batch edit
If the production server URL changes, you have to open and edit 100 workflows one by one.
🚨
Frustrating error tracking
Even when an error occurs, you don't know where to start looking. You won't know until someone reports it.
👋
Person in charge leaves = Black box
When the person in charge leaves the company, the entire automation asset becomes a black box.
↓ The gap this lecture fills
It covers exactly that "next step after implementation".
See a preview of how to manage 100 workflows with a single natural language command.
Lecture Demo Excerpt · Viewing and operating a workflow list with natural language commands
이 강의는
With Claude Code and Claude Skills,
you will build a natural language operating system yourself.
Creation · Organization · Monitoring · Handover — Handle the entire operational phase with a single line of natural language command.
Features of this course
🎯Created based on operational issues observed by an n8n Ambassador at actual implementation sites
🗣Explained with a focus on Claude Code and natural language so that even those without coding experience can follow along
📦After taking the course, you will have tangible results: n8n management skills, operation modules, and command cheat sheets
🛠It covers not just simple automation creation, but also operation, standardization, monitoring, and handovers
🌱In addition to n8n, you will also learn Claude skill creation methodologies that can be expanded to other tasks
🤖This course itself was created with Claude Code. From the script and slides to the curriculum, it was produced using the exact methods taught in the lecture
Recommended for these people
🙇
Those who have tried n8n but gave up after fiddling with it only a few times at the beginning
Those who understand drag-and-drop but get stuck as soon as things get even slightly complex.
🤔
Those who are curious about Claude Code but are stuck on "What should I actually build in practice?"
Those who are interested in AI coding agents but need specific practical application methods
⏰
Those who need automation that runs automatically on the server
Those who have tasks that need to run without human intervention, such as daily morning briefings, error notifications, or weekly reports.
👥
Teams that need management and standardization as their n8n workflows increase
Automation has increased, but there are no management rules or operating systems in place.
💡 This may not be suitable for the following people
— Those who have never created an n8n workflow before (Basic lectures are recommended first)
— Those who only use n8n via GUI and have no interest in API integration
— Those who are in an environment where it is difficult to install Claude Code
— Those whose use of the terminal itself is blocked due to company security policies, etc.
— Those who expect immediate results
After taking this course, you will
⚡
You will learn the flow of creating, modifying, and organizing n8n workflows using natural language commands.
📄
You will personally complete your own n8n management Claude Skill.
📊
You can establish error monitoring and automated operational reporting methods.
🔄
You can systematize operational tasks such as offboarding employees, cleaning up dormant users, and team sharing.
🌱
In the same way, you will be able to design other Claude skills for work.
What you will learn
Hands-on practice for automatic n8n workflow generation
It creates actual workflows from natural language commands like "Make me an AI briefing every morning."
Complete the practical operational workflow, including batch changing naming conventions, registering error triggers, generating operational reports, and managing users.
Learn the system, not just the tools
Understand the structure of automation easily and quickly through Skills using n8n-MCP. Additionally, it covers automatic backups, security settings, and how to deliver skills to team members.
Usage know-how from a Claude MAX expert
Based on the latest Claude 4.7 Opus, it explains using various Claude features such as Hook, Cowork, ComputerUse, and BrowserUse.
The person who created this course
Inyoung Lee · CEO of Data Popcorn
n8n Global Seoul Ambassador (2025.03~)
I have built my business acumen by gaining experience across various domains, including mobility, e-commerce, OTT, and advertising, at companies such as Socar, Kakao Style, and Coupang Play. I began my journey as a solopreneur with Data Popcorn in 2024 and founded a startup specializing in AI automation in 2025.
Currently serving as Korea's first n8n Global Ambassador, I provide AI automation consulting and lectures for corporations, university students, and job seekers. I have presented at major events such as Google I/O Seoul and DataYaNolja, and I consistently share practical, hands-on content through my YouTube channel 'Data Popcorn' and LinkedIn.
📚 Books
Hanbit Media 《n8n Does It All》
WikiDocs 《n8n No-Code Automation Korean Guide》
🎤 Presentations & Events
2025.08 Google I/O Seoul — Gemini CLI·MCP
2025.06 Data-Ya-Nolja — n8n AI Agent
2025.11 n8n Buildupday co-Host
2025.07 Hosted n8n Seoul Meetup
🎓 Lectures
Inflearn Mastering n8n (Directly taught by Korea's first n8n Ambassador)
(KDT) Data Analysis & Engineering Master Bootcamp
Team Sparta, Learning Spoons, Comento, and many others
Lotte Card · LG Uplus · Hyundai Group · Aekyung Group B2B
💼 Consulting
Today's House, LG Electronics, Upstage, Incheon Sejong Hospital, and many others
Notes before taking the course
💻 Practice Environment
— It doesn't matter whether you use Mac or Windows. Although the lecture screen is based on Mac, you can follow along exactly the same on Windows.
📦 Learning Materials
— We provide skill examples, module files, and cheat sheet materials used in the lecture.
— The n8n-admin tool will be guided based on the separately provided materials.
📋 Prerequisites and Important Notes
— Basic experience using n8n is required.
— You don't need to know how to write a single line of code.
— Programming experience, Git, GitHub — not required at all.
— Even those seeing a terminal (black screen) for the first time will be guided through it in the lecture.
Recommended courses to take together — Student discount coupons provided
I happened to see an ad on Instagram and made the purchase, and I ended up finishing the entire course in one sitting over the weekend.
I thought I was already somewhat proficient with n8n, but the approach of combining it with Claude Code was completely new and very refreshing. The flow of the lectures is so natural that I found myself clicking on the next lesson before I knew it. The hands-on guidance was also very kind, making it easy to progress without getting stuck.
The message that resonated with me the most in this course was that 'n8n alone is only half-baked automation.' To the point where my previous workflows built solely with n8n now seem a bit foolish, adding Claude Code expanded the scope of automation significantly. Having experienced this combination, I don't think I can go back to the old way.
I also picked up many practical tips that I can apply as soon as I go to work tomorrow. I highly recommend this to professionals who are struggling with how to approach task automation, as well as those who have at least some experience with n8n.
From a student's perspective, I really liked that it teaches a "mindset of looking at problems from an automation perspective" rather than just "how to use the tools." At first, both Claude Code and n8n were unfamiliar tools, so I watched the first and second lectures twice, but after passing the midpoint, I was able to start applying them. I do wish there were a few more "cases for students to try applying" during the lectures. Since this is before the official opening, I believe this will be fully reflected. I highly recommend this to college students like me who are preparing for employment!