Modern Creator
aiTrends · YouTube

Claude Code Just Changed Faceless YouTube Forever (Full Tutorial)

A 7-minute screen-capture tutorial that walks beginners from zero to a custom batch video generator using Claude Code + the Gulpo AI skill.

Posted
1 months ago
Duration
Format
Tutorial
educational
Views
4.8K
216 likes
Big Idea

The argument in one line.

Claude Code combined with the Gulpo AI skill lets anyone build a batch video generator that automates whiteboard animation production without writing code.

Who This Is For

Read if. Skip if.

READ IF YOU ARE…
  • A content creator with zero programming experience who wants to generate whiteboard-animation videos in bulk without writing code.
  • A YouTuber or social-media manager running 5+ channels who needs to automate repetitive video creation and can spare 30 minutes to set up a batch app.
  • A developer or technical founder who uses Claude Code already and wants to integrate AI video generation into an internal tool or workflow.
  • Someone who has tried Gulpo or similar whiteboard-animation tools before and wants to scale production from one-off videos to scheduled batches.
SKIP IF…
  • You need to generate videos in styles other than whiteboard animation—this tutorial is locked to the Gulpo skill's single output format.
  • You're on Mac or Linux without VS Code already installed, or your development environment setup takes more than the 10 minutes this video assumes.
TL;DR

The full version, fast.

Claude Code paired with the Gulpo AI skill turns whiteboard-animation video production into a hands-off batch workflow that requires no programming experience. The tutorial walks through installing VS Code, Python, and the Claude Code extension, then adding Gulpo through two marketplace commands inside the integrated terminal, pasting in an API key from a paid Gulpo plan, and prompting Claude Code in plain English to generate a single explainer video complete with voiceover. The bigger payoff comes from asking Claude Code to scaffold a tkinter desktop app that queues many videos at once with per-clip topic, duration, voice, aspect ratio, and engine controls, letting you bulk-produce content from your own scripts and integrate generation into larger automations.

Free for members

Chat with this breakdown — free.

Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.

Create a free account →
Chapters

Where the time goes.

00:0000:30

01 · Promise

Claude Code + Gulpo skill makes whiteboard-animation videos. No coding experience needed.

00:3001:15

02 · Why it matters

Bulk generation, integrate into your own apps, schedule the entire pipeline.

01:1501:50

03 · Install VS Code + Python

Download VS Code, install Python. Links in description.

01:5002:45

04 · Install Claude Code extension

Search Anthropic Claude Code in VS Code extensions, log in, open project folder.

02:4503:35

05 · Add Gulpo skill

Run /plugin marketplace add gulpo-ai/gulpo-claude-skill then /plugin install gulpo@gulpo-skill.

03:3504:05

06 · First video prompt

One-line prompt to generate a 30-second gravity explainer using the Gulpo skill.

04:0504:55

07 · API key gate + price reframe

Gulpo Scale or Business plan with API add-on required. Cost objection acknowledged then reframed.

04:5505:40

08 · Paste key, video renders

Claude Code saves the API key, calls Gulpo, returns a local file + a shareable URL. 30s gravity explainer plays.

05:4006:20

09 · Pivot: the real magic is bulk

Single video is fine. The leverage is building an app that batch-generates from your own scripts.

06:2007:00

10 · Claude Code builds a batch app

One prompt produces a tkinter GUI with topic, duration, voice, aspect ratio, engine, queue list.

07:0007:20

11 · Queue three demos

Evolution / AI / animals that walk on two legs - 30s each, voice variants assigned.

07:2007:39

12 · Generate all + CTA

Queue runs sequentially generating to complete, files auto-downloaded, like + subscribe close.

Atomic Insights

Lines worth screenshotting.

  • Claude Code can generate a full whiteboard animation video pipeline from a text prompt when connected to a tool like Gulpo AI.
  • A batch video generator built with tkinter via Claude Code converts a spreadsheet of topics into finished videos without human intervention between steps.
  • The VS Code extension is the recommended interface for directing Claude Code through multi-step GUI application builds.
  • Faceless YouTube channels become scalable when the production bottleneck (animation rendering) is handled by an AI-connected API.
  • Whiteboard animation style removes the need for on-camera presence, stock footage licensing, and video editing skills simultaneously.
  • Claude Code writing the tkinter UI means non-developers can operate the batch generator without touching the underlying Python.
  • Connecting Claude Code to an external video API converts a one-off demo into a repeatable production asset.
  • The real unlock is not making one video faster — it is making a hundred videos at the cost of defining the topic list.
  • Batch generation removes the psychological friction of starting each new video from scratch, which is the main reason most creators underpost.
  • A Claude Code-built tool that writes scripts and triggers rendering creates an end-to-end pipeline owned by the creator, not rented from a SaaS.
  • Gulpo AI's whiteboard format is particularly suited to educational and tutorial content where illustration clarity matters more than production polish.
  • The pattern — Claude Code builds the automation, automation runs the channel — is replicable across any format that has an API-accessible renderer.
Takeaway

Claude Code Turns a Skill Into a Batch Video Factory

Faceless YouTube automation

The Gulpo whiteboard-animation skill in Claude Code lets you go from a single generated video to a bulk production app in one additional prompt — the leverage is in the batch, not the single clip.

01Promise
  • Claude Code plus the Gulpo skill makes whiteboard animation videos — no coding experience required is the stated floor
02Why it matters
  • Bulk generation, integration into your own apps, and scheduled pipeline are the three leverage points beyond the single video
  • The workflow compresses the entire content creation process rather than just one step of it
05Add Gulpo skill
  • One install command adds the Gulpo skill to Claude Code — the pattern is the same for any skill from the marketplace
  • The marketplace install path means skills are one command away regardless of the specific tool being added
07API key gate + price reframe
  • The paid API plan is a real cost — acknowledging it before the reframe is more credible than skipping it
  • At batch scale the per-video cost changes the unit economics enough to justify the plan
09Pivot: the real magic is bulk
  • Single video generation is the proof of concept — the batch app is the actual product
  • The pivot from single to batch is where the skill becomes a business tool rather than a demonstration
10Claude Code builds a batch app
  • One prompt produces a tkinter GUI with topic, duration, voice, aspect ratio, engine, and queue list — the app is the skill's natural extension
  • Queue multiple topics simultaneously with different voice variants — the output is a production run, not a single clip
Glossary

Terms worth knowing.

Faceless YouTube channel
A YouTube channel where the creator never appears on camera, instead using screen recordings, animations, AI avatars, or stock footage — allowing content production without personal on-camera presence.
Whiteboard animation
A video style that simulates ideas being drawn on a whiteboard in real time, typically using software to animate illustrations alongside a narrated explanation.
Gulpo AI skill
A Claude Code plugin that connects to the Gulpo whiteboard animation service, enabling Claude Code to generate animated explainer videos from a text prompt.
tkinter
Python's built-in library for creating simple desktop graphical user interfaces, commonly used to build quick utility apps with buttons, input fields, and windows.
Batch video generation
The automated production of multiple videos from a queue of inputs in a single run, without needing to manually trigger each video one at a time.
Claude Code extension (VS Code)
The official Visual Studio Code plugin for Claude Code, providing a graphical interface to interact with the AI coding assistant directly inside the editor.
Skill (Claude Code)
A reusable, installable instruction set or plugin for Claude Code that extends its capabilities for a specific task — such as generating videos, creating PDFs, or connecting to an external API.
Claude Marketplace
A directory of installable Claude Code skills and plugins that add new capabilities, accessible via the /marketplace command inside Claude Code.
Resources

Things they pointed at.

01:45toolPython
01:55toolClaude Code (Anthropic) VS Code extension
Quotables

Lines you could clip.

00:26
Claude code now makes it possible to create insane workflows that simplify the entire content creation process.
positioning line - Claude Code as content-creation infrastructure, not a coding toolIG reel cold open↗ Tweet quote
03:35
Just like that, Claude code is running.
frictionless setup payoff line - good for an install/onboarding montageTikTok hook↗ Tweet quote
04:16
But the real magic happens when you are able to take full advantage of this skill.
classic mid-video pivot - this is the line that saves the retention curvenewsletter pull-quote↗ Tweet quote
05:35
The tool handles everything including voice over and editing. Not only that, you can also generate up to eighty ten minute videos.
concrete value stack to justify the price - quote it whenever pitching premium tierssales-page copy↗ Tweet quote
The Script

Word for word.

Read-along

Don't just watch it. Burn it in.

See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.

metaphor
00:00Alright. So in this video, I'm going to teach you how you can use Claude code to create this style of whiteboard animation. If this is your first time seeing one of these videos, it's honestly one of the most unique video styles that's gaining popularity all over social media.
00:14A bunch of channels like these ones have gone viral using this video style and the best part is that it's now available as a skill that can be used inside Claude code. Which is just amazing because Claude code now makes it possible to create insane workflows that simplify the entire content creation process. Not only that, you can now create full working applications using the same Claude code.
00:34And by adding this whiteboard animation skill, you can actually integrate this video generation feature inside your application or better yet, schedule your entire video generation to create bulk videos with the click of a few buttons. So that's what I'm going to be teaching you in this video. And as usual, you don't need any programming experience because Claude code simplifies the whole thing.
00:52You only need to give it some commands and it will get the job done. Before you get started, you need to make sure you have a few things installed. The first thing you need to install is Versus Code.
01:02So make sure you download and install it from this website. If the installation process looks a bit confusing, check out this video that covers the entire thing. Once that's done, you need to install Python.
01:12Installation is pretty straightforward, so it should be completed easily. Now open Versus Code and install the Claude code extension. If you haven't already, simply hit the extensions icon in the sidebar and search for Claude code.
01:23It's the one from Anthropic. Make sure it's installed and then log in with your Claude account. Once you're logged in, what you're going to do is go back to explorer.
01:30We want to create a folder where we'll be keeping our projects. Click open folder and select the exact folder that you want to use for your project. Now that we have this, the next thing you're going to do is make sure you install the Gulpo AI skill inside Claude Code.
01:43This will be done inside the terminal. So hit this icon and you should see it open at the bottom. Now to run Claude Code, you simply need to type the Claude command and select yes to this.
01:53Just like that, Claude code is running. To install the Gopo AI skill, paste this plugin command forward slash marketplace add gopro hyphen a I forward slash gopo hyphen claud hyphen skill and then hit enter. I'll leave the full command in the video description.
02:06Once that's done, you need to now add this second command, forward slash plugin install gulpo at gulpo skill. Hit enter and then you'll be given these options here. As you can see, you can either install for your account alone, install for all collaborators working on the project, or even install for this project alone.
02:22You need to choose the first one, which should successfully install the Gulpo skill, giving you easy access to their API. Now that we have everything set up, let's try creating a video with this skill. I'm going to add a simple command, something like make a thirty second video about how gravity works using the Gulpo skill.
02:38There's no need to do anything else. Simply hit enter and wait for Claude code to do its magic. It starts by loading the Gulpo skill and ask for approval.
02:46Choose yes here to approve. Then finally, it's going to tell you there's no API key configured yet, so you need to paste it before it can continue. The only way to get the API is to visit the Gulpo site and sign up for their scale plan or the business plan with the API add on.
03:01I know the cost might be high for most new creators, but you need to understand that. The tool handles everything including voice over and editing. Not only that, you can also generate up to eighty ten minute videos, which is more than enough content to get your channel moving.
03:14Once you've created your account and you've successfully logged in, go to the top right corner and you should see the create API key button. Simply click that and the API key should be visible in the pop up. You can either select and copy it or just hit this button as well to copy it to clipboard.
03:29Now close it. Go back to Versus Code and paste the key. Hit enter and the AI will do the rest of the job.
03:34It's going to add the API key, save it and then it's going to create your video for you. It typically takes a few minutes for the video to be ready. As you can see, it says the video is ready and not only that, it's also gone ahead and saved the video locally on your computer.
03:48There's also a URL that should lead you directly to the video on Gulpo AI's website for you to download. As you can see, we tend to think of gravity as a force, an invisible pull between any two objects with mass. That was Newton's idea.
04:02But Einstein gave us a deeper picture. It's a thirty second video, 16 by nine aspect ratio and a voice in English. It simplifies the entire process for you.
04:11Just like that, your video is ready. You didn't need to write any code or do anything extraordinary. Now this works nicely and you have a fully generated video.
04:19But the real magic happens when you're able to take full advantage of this skill. Let's say you're creating a workflow to create content for you or you're building some kind of application that you want to integrate video generation. It doesn't matter whether you want to generate one or 80 videos from your own script or with the help of AI.
04:36Let's look at how you can integrate this with the help of Claude Code. I'm going to ask Claude Code to create a simple application that can generate a number of videos at once. The app should use the Gulpo skill to create the videos.
04:48I'll type something like create a simple application that can generate a number of videos automatically on command. The app should use the Gulpo skill to create the videos. So the user should be able to specify the topics, the duration of the videos, voice to use, the aspect ratio, the engine.
05:03Include a user interface to make things simpler for the user. I'm simply creating something basic. For this demonstration, Claude code will work on the application without any additional input from your end.
05:12It'll integrate integrate the API and everything that you need in just a few minutes. In case it prompts you to accept any changes, select yes. It's done processing now.
05:21So you type this to let Claude code run it or open another terminal. Type Python followed by space and then the name of the file. As you can see, it's created a very simple application interface.
05:31There's the topic field, the duration. Anywhere from fifteen seconds all the way to ten minutes. There are the voice options as well.
05:37Warm female, energetic female, calm male, and dramatic male. You can choose the aspect ratio and the engines. Now, let's try generating some videos.
05:45The first one should be a video about evolution. You can add it to the queue and you can also remove it. The second one should be a video about artificial intelligence.
05:53This one is also going to be thirty seconds. The voice. I'll make it a warm female voice, same settings as before.
05:59You can add as many as you want, but I'll simply add one more. This one will be a video about animals that walk on two legs. Choose the voice as well and then add this one too.
06:08You can remove any individual task, remove everything or generate them all. So in this case, if I decide to generate them all, let's see what happens. It says it's starting three video generations.
06:18A video about evolution, that's the first one it's starting with. You can see the status right here. It's going to start generating that one.
06:24Then once it's done, it will move on to the second one and then the third. When a video has successfully been generated, the status changes from generating to complete or done. You can use this approach to generate as many videos as you want in a short time.
06:36And the best part is that you can easily integrate it inside your workflow. As you can see, it's gone through and generated the first one. Not only that, it's already downloaded the video to your computer.
06:46Then it starts generating the second video without any additional input from me. So just like that, you can combine Claude code with Gopo AI to simplify your entire workflow in minutes and create some really incredible whiteboard animation style videos. As you can see, the third one is also complete and it's been saved at the same location as well as on Gulpo AI's website.
07:05It's a simple way of getting things done. You can use this process to integrate Gulpo AI inside your workflow. You can schedule bulk video creation from scripts from a folder and do a retry block if somehow it fails after three hours.
07:17Now obviously, you don't need to let the system generate everything for you all the time. You can actually use your own script and that's what makes this skill useful. Create something yourself and then it's forwarded to the system.
07:28That's how easy it is to bulk generate videos using these two tools combined. So give it a shot and let me know what you think. Anyway, if you found this helpful, don't forget to hit the like and subscribe buttons.
07:38Thank you and see you in the next one.
The Hook

The bait, then the rug-pull.

A zero-cold-open tutorial that names the tool and the outcome in the first six seconds, then proves the loop by getting Claude Code to build the very batch tool you would use to scale it. The kind of faceless tutorial that targets faceless tutorial makers.

Frameworks

Named ideas worth stealing.

00:30list

Faceless tutorial stack

  1. AI avatar host
  2. VS Code screen capture
  3. Claude Code terminal demo
  4. Third-party AI tool dashboard
  5. Voice-over narration

The reusable shell of a high-volume tutorial channel - swap out the third-party tool each episode.

Steal forJoeFlow tutorial channel - host stays consistent, tool-of-the-week changes
04:16concept

Two-tier value reveal

Tier 1: show the basic single-use case. Tier 2: pivot to bulk/integration. The pivot is the retention save at the mid-video drop-off.

Steal forevery product demo Joe ships - never end on the toy use case
03:10list

Slash-command install ritual

  1. /plugin marketplace add <repo>
  2. /plugin install <name>@<skill>
  3. install for me only / collaborators / project

The exact two-command pattern for adding a Claude Code skill from a public marketplace.

Steal forwhen Joe ships JoeFlow as a Claude Code skill, copy this onboarding flow verbatim
CTA Breakdown

How they asked for the click.

VERBAL ASK
07:25subscribe
If you found this helpful, do not forget to hit the like and subscribe buttons. Thank you and see you in the next one.

Minimal CTA - no link, no lead magnet, no next-video tease. Pure subscribe-ask. Weak monetization vs the obvious affiliate play on Gulpo signup.

FROM THE DESCRIPTION
PRIMARY CTAWhere the creator wants you to go next.
AFFILIATECommission earned if you click.
OTHER LINKSAlso linked in the description.
Storyboard

Visual structure at a glance.

avatar opens
hookavatar opens00:00
promise + social proof
promisepromise + social proof00:49
install VS Code
valueinstall VS Code01:35
add Gulpo skill
valueadd Gulpo skill02:55
first prompt
valuefirst prompt03:45
API key created
valueAPI key created04:30
video renders
payoffvideo renders05:20
pivot to bulk
rehookpivot to bulk06:00
batch app UI
valuebatch app UI06:40
queue three videos
valuequeue three videos07:05
all generating
payoffall generating07:25
CTA avatar close
ctaCTA avatar close07:37
Frame Gallery

Visual moments.

Chat about this