🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?
Claim this page →
ai-cartoon-studio-skill
Claude Code skill: turn one idea into a finished vertical cartoon episode + social carousel (Higgsfield + ElevenLabs + ffmpeg)
git clone https://github.com/domco685/ai-cartoon-studio-skill
AI Cartoon Studio — a Claude Code skill
Turn one idea into a finished vertical (9:16) cartoon episode and a matching social carousel — script → keyframe stills → cloned-voice animation → assembled movie (captions, subtitles, comic SFX, music, cover) → 6-slide carousel → per-platform packaged folders ready to post to TikTok, Instagram, and YouTube.
It's a Claude Code skill: you say "make an episode about saving the bees," it runs the whole pipeline with human approval gates at the cheap steps.
Stack
- Higgsfield (MCP) — keyframe stills (
nano_banana_pro) + talking animation (wan2_7, lip-sync to your own voice track) - ElevenLabs — a consistent cloned character voice
- ffmpeg + Python Pillow — all local, free editing/text/assembly
Install
- Copy the
skill/folder into your project as.claude/skills/cartoon-studio/. - Fill in every
<PLACEHOLDER>(see the CONFIG table inALL-IN-ONE.md) with your own brand, character, cloned-voice id, and character reference image ids. This includes the<TIKTOK_HASHTAGS>/<INSTAGRAM_HASHTAGS>/<YOUTUBE_HASHTAGS>/<WEBSITE>constants near the top ofskill/scripts/make_deliverables.py. - Put
ELEVENLABS_API_KEY(and optionalFAL_KEY) in a gitignored.env. - In Claude Code: "Use cartoon-studio to make an episode about <your idea>."
What's here
skill/SKILL.md— the runbook (7 steps + a Lip-Sync QA pass)skill/references/— script framework, voice API, model/style specs, exact ffmpeg recipe, captions + per-platform distributionskill/scripts/— caption / SFX / cover / subtitle / slideshow generators,make_deliverables.py(per-platform packaging), andcheck_lipsync.py(lip-sync QA) (Pillow + ffmpeg)ALL-IN-ONE.md— everything above in one file, with the CONFIG placeholder table
Per-platform packaging
Step 7 runs make_deliverables.py, which builds a self-contained deliverables/ tree — open one
folder, post everything:
tiktok/{video,slides}(9:16) ·instagram/{reel,carousel}(4:5) ·youtube/short(16:9 thumbnail + title/description). Every folder gets its own format-correct cover and its own caption (the carousel caption differs from the video; the IG reel gets its own too).
Notes
- This is a template, not a turnkey app: you need your own Higgsfield + ElevenLabs accounts and keys, your own character art + cloned voice, and to fill the placeholders.
- Generalized from a working kids'-cartoon production pipeline, so the structure is battle-tested.
- Never commit API keys. Keep them in a gitignored
.env.
License
MIT — see LICENSE.
// compatibility
| Platforms | api, web |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | Python |
// faq
What is ai-cartoon-studio-skill?
Claude Code skill: turn one idea into a finished vertical cartoon episode + social carousel (Higgsfield + ElevenLabs + ffmpeg). It is open-source on GitHub.
Is ai-cartoon-studio-skill free to use?
ai-cartoon-studio-skill is open-source under the MIT license, so it is free to use.
What category does ai-cartoon-studio-skill belong to?
ai-cartoon-studio-skill is listed under skills in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/ai-cartoon-studio-skill)
// retro hit counter
[](https://claudeers.com/ai-cartoon-studio-skill)
// reviews
// guestbook
// related in Other
Open source Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Built for multitasking, organization, and programmability.
Huashu Design · HTML-native design skill for Claude Code · Claude Code 里 HTML 原生的设计 skill · 高保真原型 / 幻灯片 / 动画 + 20 设计哲学 + 5 维评审 + MP4 导出 · Agent-agnostic
一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄