videoclaw 3.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1452) hide show
  1. package/AGENTS.md +165 -0
  2. package/CLAUDE.md +232 -0
  3. package/LICENSE +36 -0
  4. package/README.md +737 -0
  5. package/dist/cli/args.d.ts +59 -0
  6. package/dist/cli/args.d.ts.map +1 -0
  7. package/dist/cli/args.js +279 -0
  8. package/dist/cli/args.js.map +1 -0
  9. package/dist/cli/handlers/analysis.d.ts +3 -0
  10. package/dist/cli/handlers/analysis.d.ts.map +1 -0
  11. package/dist/cli/handlers/analysis.js +111 -0
  12. package/dist/cli/handlers/analysis.js.map +1 -0
  13. package/dist/cli/handlers/audio.d.ts +25 -0
  14. package/dist/cli/handlers/audio.d.ts.map +1 -0
  15. package/dist/cli/handlers/audio.js +321 -0
  16. package/dist/cli/handlers/audio.js.map +1 -0
  17. package/dist/cli/handlers/batch.d.ts +4 -0
  18. package/dist/cli/handlers/batch.d.ts.map +1 -0
  19. package/dist/cli/handlers/batch.js +424 -0
  20. package/dist/cli/handlers/batch.js.map +1 -0
  21. package/dist/cli/handlers/candidates.d.ts +10 -0
  22. package/dist/cli/handlers/candidates.d.ts.map +1 -0
  23. package/dist/cli/handlers/candidates.js +389 -0
  24. package/dist/cli/handlers/candidates.js.map +1 -0
  25. package/dist/cli/handlers/character.d.ts +8 -0
  26. package/dist/cli/handlers/character.d.ts.map +1 -0
  27. package/dist/cli/handlers/character.js +202 -0
  28. package/dist/cli/handlers/character.js.map +1 -0
  29. package/dist/cli/handlers/clone.d.ts +5 -0
  30. package/dist/cli/handlers/clone.d.ts.map +1 -0
  31. package/dist/cli/handlers/clone.js +303 -0
  32. package/dist/cli/handlers/clone.js.map +1 -0
  33. package/dist/cli/handlers/create.d.ts +5 -0
  34. package/dist/cli/handlers/create.d.ts.map +1 -0
  35. package/dist/cli/handlers/create.js +635 -0
  36. package/dist/cli/handlers/create.js.map +1 -0
  37. package/dist/cli/handlers/execution.d.ts +5 -0
  38. package/dist/cli/handlers/execution.d.ts.map +1 -0
  39. package/dist/cli/handlers/execution.js +132 -0
  40. package/dist/cli/handlers/execution.js.map +1 -0
  41. package/dist/cli/handlers/library.d.ts +8 -0
  42. package/dist/cli/handlers/library.d.ts.map +1 -0
  43. package/dist/cli/handlers/library.js +77 -0
  44. package/dist/cli/handlers/library.js.map +1 -0
  45. package/dist/cli/handlers/media-ops.d.ts +7 -0
  46. package/dist/cli/handlers/media-ops.d.ts.map +1 -0
  47. package/dist/cli/handlers/media-ops.js +120 -0
  48. package/dist/cli/handlers/media-ops.js.map +1 -0
  49. package/dist/cli/handlers/media-production.d.ts +56 -0
  50. package/dist/cli/handlers/media-production.d.ts.map +1 -0
  51. package/dist/cli/handlers/media-production.js +673 -0
  52. package/dist/cli/handlers/media-production.js.map +1 -0
  53. package/dist/cli/handlers/motion-overlay.d.ts +10 -0
  54. package/dist/cli/handlers/motion-overlay.d.ts.map +1 -0
  55. package/dist/cli/handlers/motion-overlay.js +651 -0
  56. package/dist/cli/handlers/motion-overlay.js.map +1 -0
  57. package/dist/cli/handlers/multi-shot.d.ts +2 -0
  58. package/dist/cli/handlers/multi-shot.d.ts.map +1 -0
  59. package/dist/cli/handlers/multi-shot.js +424 -0
  60. package/dist/cli/handlers/multi-shot.js.map +1 -0
  61. package/dist/cli/handlers/project-ops.d.ts +14 -0
  62. package/dist/cli/handlers/project-ops.d.ts.map +1 -0
  63. package/dist/cli/handlers/project-ops.js +241 -0
  64. package/dist/cli/handlers/project-ops.js.map +1 -0
  65. package/dist/cli/handlers/prompt-craft.d.ts +8 -0
  66. package/dist/cli/handlers/prompt-craft.d.ts.map +1 -0
  67. package/dist/cli/handlers/prompt-craft.js +397 -0
  68. package/dist/cli/handlers/prompt-craft.js.map +1 -0
  69. package/dist/cli/handlers/provider-registration.d.ts +29 -0
  70. package/dist/cli/handlers/provider-registration.d.ts.map +1 -0
  71. package/dist/cli/handlers/provider-registration.js +225 -0
  72. package/dist/cli/handlers/provider-registration.js.map +1 -0
  73. package/dist/cli/handlers/reference-sheets.d.ts +6 -0
  74. package/dist/cli/handlers/reference-sheets.d.ts.map +1 -0
  75. package/dist/cli/handlers/reference-sheets.js +181 -0
  76. package/dist/cli/handlers/reference-sheets.js.map +1 -0
  77. package/dist/cli/handlers/reporting.d.ts +18 -0
  78. package/dist/cli/handlers/reporting.d.ts.map +1 -0
  79. package/dist/cli/handlers/reporting.js +155 -0
  80. package/dist/cli/handlers/reporting.js.map +1 -0
  81. package/dist/cli/handlers/review-portal.d.ts +8 -0
  82. package/dist/cli/handlers/review-portal.d.ts.map +1 -0
  83. package/dist/cli/handlers/review-portal.js +276 -0
  84. package/dist/cli/handlers/review-portal.js.map +1 -0
  85. package/dist/cli/handlers/show.d.ts +11 -0
  86. package/dist/cli/handlers/show.d.ts.map +1 -0
  87. package/dist/cli/handlers/show.js +136 -0
  88. package/dist/cli/handlers/show.js.map +1 -0
  89. package/dist/cli/handlers/stages.d.ts +6 -0
  90. package/dist/cli/handlers/stages.d.ts.map +1 -0
  91. package/dist/cli/handlers/stages.js +333 -0
  92. package/dist/cli/handlers/stages.js.map +1 -0
  93. package/dist/cli/handlers/studio.d.ts +2 -0
  94. package/dist/cli/handlers/studio.d.ts.map +1 -0
  95. package/dist/cli/handlers/studio.js +159 -0
  96. package/dist/cli/handlers/studio.js.map +1 -0
  97. package/dist/cli/handlers/templates.d.ts +7 -0
  98. package/dist/cli/handlers/templates.d.ts.map +1 -0
  99. package/dist/cli/handlers/templates.js +61 -0
  100. package/dist/cli/handlers/templates.js.map +1 -0
  101. package/dist/cli/provider-adapter.d.ts +3 -0
  102. package/dist/cli/provider-adapter.d.ts.map +1 -0
  103. package/dist/cli/provider-adapter.js +96 -0
  104. package/dist/cli/provider-adapter.js.map +1 -0
  105. package/dist/cli/vclaw.d.ts +15 -0
  106. package/dist/cli/vclaw.d.ts.map +1 -0
  107. package/dist/cli/vclaw.js +318 -0
  108. package/dist/cli/vclaw.js.map +1 -0
  109. package/dist/index.d.ts +79 -0
  110. package/dist/index.d.ts.map +1 -0
  111. package/dist/index.js +68 -0
  112. package/dist/index.js.map +1 -0
  113. package/dist/mcp/index.d.ts +3 -0
  114. package/dist/mcp/index.d.ts.map +1 -0
  115. package/dist/mcp/index.js +3 -0
  116. package/dist/mcp/index.js.map +1 -0
  117. package/dist/mcp/server.d.ts +27 -0
  118. package/dist/mcp/server.d.ts.map +1 -0
  119. package/dist/mcp/server.js +168 -0
  120. package/dist/mcp/server.js.map +1 -0
  121. package/dist/mcp/tools.d.ts +55 -0
  122. package/dist/mcp/tools.d.ts.map +1 -0
  123. package/dist/mcp/tools.js +80 -0
  124. package/dist/mcp/tools.js.map +1 -0
  125. package/dist/video/analyze-output.d.ts +5 -0
  126. package/dist/video/analyze-output.d.ts.map +1 -0
  127. package/dist/video/analyze-output.js +7 -0
  128. package/dist/video/analyze-output.js.map +1 -0
  129. package/dist/video/archive-project.d.ts +14 -0
  130. package/dist/video/archive-project.d.ts.map +1 -0
  131. package/dist/video/archive-project.js +41 -0
  132. package/dist/video/archive-project.js.map +1 -0
  133. package/dist/video/artifact-history.d.ts +8 -0
  134. package/dist/video/artifact-history.d.ts.map +1 -0
  135. package/dist/video/artifact-history.js +12 -0
  136. package/dist/video/artifact-history.js.map +1 -0
  137. package/dist/video/artifact-store.d.ts +8 -0
  138. package/dist/video/artifact-store.d.ts.map +1 -0
  139. package/dist/video/artifact-store.js +37 -0
  140. package/dist/video/artifact-store.js.map +1 -0
  141. package/dist/video/artifact-validation.d.ts +15 -0
  142. package/dist/video/artifact-validation.d.ts.map +1 -0
  143. package/dist/video/artifact-validation.js +287 -0
  144. package/dist/video/artifact-validation.js.map +1 -0
  145. package/dist/video/artifacts.d.ts +112 -0
  146. package/dist/video/artifacts.d.ts.map +1 -0
  147. package/dist/video/artifacts.js +31 -0
  148. package/dist/video/artifacts.js.map +1 -0
  149. package/dist/video/assemble/animate-slides.d.ts +108 -0
  150. package/dist/video/assemble/animate-slides.d.ts.map +1 -0
  151. package/dist/video/assemble/animate-slides.js +152 -0
  152. package/dist/video/assemble/animate-slides.js.map +1 -0
  153. package/dist/video/assemble/animation-styles.d.ts +21 -0
  154. package/dist/video/assemble/animation-styles.d.ts.map +1 -0
  155. package/dist/video/assemble/animation-styles.js +32 -0
  156. package/dist/video/assemble/animation-styles.js.map +1 -0
  157. package/dist/video/assemble/animation-styles.json +97 -0
  158. package/dist/video/assemble/assemble.d.ts +24 -0
  159. package/dist/video/assemble/assemble.d.ts.map +1 -0
  160. package/dist/video/assemble/assemble.js +457 -0
  161. package/dist/video/assemble/assemble.js.map +1 -0
  162. package/dist/video/assemble/audio-concat.d.ts +61 -0
  163. package/dist/video/assemble/audio-concat.d.ts.map +1 -0
  164. package/dist/video/assemble/audio-concat.js +108 -0
  165. package/dist/video/assemble/audio-concat.js.map +1 -0
  166. package/dist/video/assemble/audio-mix-plan.d.ts +84 -0
  167. package/dist/video/assemble/audio-mix-plan.d.ts.map +1 -0
  168. package/dist/video/assemble/audio-mix-plan.js +74 -0
  169. package/dist/video/assemble/audio-mix-plan.js.map +1 -0
  170. package/dist/video/assemble/audio-utils.d.ts +32 -0
  171. package/dist/video/assemble/audio-utils.d.ts.map +1 -0
  172. package/dist/video/assemble/audio-utils.js +91 -0
  173. package/dist/video/assemble/audio-utils.js.map +1 -0
  174. package/dist/video/assemble/cut-segment.d.ts +40 -0
  175. package/dist/video/assemble/cut-segment.d.ts.map +1 -0
  176. package/dist/video/assemble/cut-segment.js +77 -0
  177. package/dist/video/assemble/cut-segment.js.map +1 -0
  178. package/dist/video/assemble/ffmpeg.d.ts +91 -0
  179. package/dist/video/assemble/ffmpeg.d.ts.map +1 -0
  180. package/dist/video/assemble/ffmpeg.js +251 -0
  181. package/dist/video/assemble/ffmpeg.js.map +1 -0
  182. package/dist/video/assemble/gemini-vision-classify.d.ts +37 -0
  183. package/dist/video/assemble/gemini-vision-classify.d.ts.map +1 -0
  184. package/dist/video/assemble/gemini-vision-classify.js +123 -0
  185. package/dist/video/assemble/gemini-vision-classify.js.map +1 -0
  186. package/dist/video/assemble/index.d.ts +47 -0
  187. package/dist/video/assemble/index.d.ts.map +1 -0
  188. package/dist/video/assemble/index.js +40 -0
  189. package/dist/video/assemble/index.js.map +1 -0
  190. package/dist/video/assemble/media-qc.d.ts +44 -0
  191. package/dist/video/assemble/media-qc.d.ts.map +1 -0
  192. package/dist/video/assemble/media-qc.js +181 -0
  193. package/dist/video/assemble/media-qc.js.map +1 -0
  194. package/dist/video/assemble/music.d.ts +51 -0
  195. package/dist/video/assemble/music.d.ts.map +1 -0
  196. package/dist/video/assemble/music.js +171 -0
  197. package/dist/video/assemble/music.js.map +1 -0
  198. package/dist/video/assemble/narration-fit.d.ts +32 -0
  199. package/dist/video/assemble/narration-fit.d.ts.map +1 -0
  200. package/dist/video/assemble/narration-fit.js +59 -0
  201. package/dist/video/assemble/narration-fit.js.map +1 -0
  202. package/dist/video/assemble/overlay.d.ts +81 -0
  203. package/dist/video/assemble/overlay.d.ts.map +1 -0
  204. package/dist/video/assemble/overlay.js +141 -0
  205. package/dist/video/assemble/overlay.js.map +1 -0
  206. package/dist/video/assemble/pdf.d.ts +46 -0
  207. package/dist/video/assemble/pdf.d.ts.map +1 -0
  208. package/dist/video/assemble/pdf.js +111 -0
  209. package/dist/video/assemble/pdf.js.map +1 -0
  210. package/dist/video/assemble/qa-dialogue-lint.d.ts +56 -0
  211. package/dist/video/assemble/qa-dialogue-lint.d.ts.map +1 -0
  212. package/dist/video/assemble/qa-dialogue-lint.js +85 -0
  213. package/dist/video/assemble/qa-dialogue-lint.js.map +1 -0
  214. package/dist/video/assemble/qa-image-filter.d.ts +52 -0
  215. package/dist/video/assemble/qa-image-filter.d.ts.map +1 -0
  216. package/dist/video/assemble/qa-image-filter.js +102 -0
  217. package/dist/video/assemble/qa-image-filter.js.map +1 -0
  218. package/dist/video/assemble/qa-image-vision.d.ts +57 -0
  219. package/dist/video/assemble/qa-image-vision.d.ts.map +1 -0
  220. package/dist/video/assemble/qa-image-vision.js +96 -0
  221. package/dist/video/assemble/qa-image-vision.js.map +1 -0
  222. package/dist/video/assemble/qa-narration-vision.d.ts +53 -0
  223. package/dist/video/assemble/qa-narration-vision.d.ts.map +1 -0
  224. package/dist/video/assemble/qa-narration-vision.js +87 -0
  225. package/dist/video/assemble/qa-narration-vision.js.map +1 -0
  226. package/dist/video/assemble/qa-narration.d.ts +53 -0
  227. package/dist/video/assemble/qa-narration.d.ts.map +1 -0
  228. package/dist/video/assemble/qa-narration.js +85 -0
  229. package/dist/video/assemble/qa-narration.js.map +1 -0
  230. package/dist/video/assemble/stitch-ad.d.ts +88 -0
  231. package/dist/video/assemble/stitch-ad.d.ts.map +1 -0
  232. package/dist/video/assemble/stitch-ad.js +161 -0
  233. package/dist/video/assemble/stitch-ad.js.map +1 -0
  234. package/dist/video/assemble/stitch.d.ts +341 -0
  235. package/dist/video/assemble/stitch.d.ts.map +1 -0
  236. package/dist/video/assemble/stitch.js +607 -0
  237. package/dist/video/assemble/stitch.js.map +1 -0
  238. package/dist/video/assemble/text-card.d.ts +78 -0
  239. package/dist/video/assemble/text-card.d.ts.map +1 -0
  240. package/dist/video/assemble/text-card.js +210 -0
  241. package/dist/video/assemble/text-card.js.map +1 -0
  242. package/dist/video/assemble/title-card.d.ts +39 -0
  243. package/dist/video/assemble/title-card.d.ts.map +1 -0
  244. package/dist/video/assemble/title-card.js +127 -0
  245. package/dist/video/assemble/title-card.js.map +1 -0
  246. package/dist/video/assemble/transcript.d.ts +66 -0
  247. package/dist/video/assemble/transcript.d.ts.map +1 -0
  248. package/dist/video/assemble/transcript.js +200 -0
  249. package/dist/video/assemble/transcript.js.map +1 -0
  250. package/dist/video/assemble/tts-elevenlabs.d.ts +52 -0
  251. package/dist/video/assemble/tts-elevenlabs.d.ts.map +1 -0
  252. package/dist/video/assemble/tts-elevenlabs.js +118 -0
  253. package/dist/video/assemble/tts-elevenlabs.js.map +1 -0
  254. package/dist/video/assemble/tts.d.ts +79 -0
  255. package/dist/video/assemble/tts.d.ts.map +1 -0
  256. package/dist/video/assemble/tts.js +131 -0
  257. package/dist/video/assemble/tts.js.map +1 -0
  258. package/dist/video/assemble/types.d.ts +43 -0
  259. package/dist/video/assemble/types.d.ts.map +1 -0
  260. package/dist/video/assemble/types.js +2 -0
  261. package/dist/video/assemble/types.js.map +1 -0
  262. package/dist/video/assemble/upscale.d.ts +43 -0
  263. package/dist/video/assemble/upscale.d.ts.map +1 -0
  264. package/dist/video/assemble/upscale.js +52 -0
  265. package/dist/video/assemble/upscale.js.map +1 -0
  266. package/dist/video/asset-spec.d.ts +15 -0
  267. package/dist/video/asset-spec.d.ts.map +1 -0
  268. package/dist/video/asset-spec.js +43 -0
  269. package/dist/video/asset-spec.js.map +1 -0
  270. package/dist/video/asset-tag-lookup.d.ts +31 -0
  271. package/dist/video/asset-tag-lookup.d.ts.map +1 -0
  272. package/dist/video/asset-tag-lookup.js +45 -0
  273. package/dist/video/asset-tag-lookup.js.map +1 -0
  274. package/dist/video/atomic-write.d.ts +2 -0
  275. package/dist/video/atomic-write.d.ts.map +1 -0
  276. package/dist/video/atomic-write.js +7 -0
  277. package/dist/video/atomic-write.js.map +1 -0
  278. package/dist/video/audio-platform/native-elevenlabs-sfx.d.ts +29 -0
  279. package/dist/video/audio-platform/native-elevenlabs-sfx.d.ts.map +1 -0
  280. package/dist/video/audio-platform/native-elevenlabs-sfx.js +95 -0
  281. package/dist/video/audio-platform/native-elevenlabs-sfx.js.map +1 -0
  282. package/dist/video/audio-platform/native-elevenlabs-tts.d.ts +30 -0
  283. package/dist/video/audio-platform/native-elevenlabs-tts.d.ts.map +1 -0
  284. package/dist/video/audio-platform/native-elevenlabs-tts.js +95 -0
  285. package/dist/video/audio-platform/native-elevenlabs-tts.js.map +1 -0
  286. package/dist/video/audio-platform/native-flowmusic.d.ts +21 -0
  287. package/dist/video/audio-platform/native-flowmusic.d.ts.map +1 -0
  288. package/dist/video/audio-platform/native-flowmusic.js +137 -0
  289. package/dist/video/audio-platform/native-flowmusic.js.map +1 -0
  290. package/dist/video/audio-platform/native-gemini-tts.d.ts +26 -0
  291. package/dist/video/audio-platform/native-gemini-tts.d.ts.map +1 -0
  292. package/dist/video/audio-platform/native-gemini-tts.js +202 -0
  293. package/dist/video/audio-platform/native-gemini-tts.js.map +1 -0
  294. package/dist/video/audio-platform/native-lyria.d.ts +35 -0
  295. package/dist/video/audio-platform/native-lyria.d.ts.map +1 -0
  296. package/dist/video/audio-platform/native-lyria.js +189 -0
  297. package/dist/video/audio-platform/native-lyria.js.map +1 -0
  298. package/dist/video/audio-platform/native-lyria3.d.ts +36 -0
  299. package/dist/video/audio-platform/native-lyria3.d.ts.map +1 -0
  300. package/dist/video/audio-platform/native-lyria3.js +210 -0
  301. package/dist/video/audio-platform/native-lyria3.js.map +1 -0
  302. package/dist/video/audio-platform/registry.d.ts +82 -0
  303. package/dist/video/audio-platform/registry.d.ts.map +1 -0
  304. package/dist/video/audio-platform/registry.js +189 -0
  305. package/dist/video/audio-platform/registry.js.map +1 -0
  306. package/dist/video/audio-platform/suno-backend.d.ts +11 -0
  307. package/dist/video/audio-platform/suno-backend.d.ts.map +1 -0
  308. package/dist/video/audio-platform/suno-backend.js +33 -0
  309. package/dist/video/audio-platform/suno-backend.js.map +1 -0
  310. package/dist/video/audio-platform/types.d.ts +128 -0
  311. package/dist/video/audio-platform/types.d.ts.map +1 -0
  312. package/dist/video/audio-platform/types.js +9 -0
  313. package/dist/video/audio-platform/types.js.map +1 -0
  314. package/dist/video/batch-queue.d.ts +276 -0
  315. package/dist/video/batch-queue.d.ts.map +1 -0
  316. package/dist/video/batch-queue.js +519 -0
  317. package/dist/video/batch-queue.js.map +1 -0
  318. package/dist/video/blueprint-prompt.d.ts +37 -0
  319. package/dist/video/blueprint-prompt.d.ts.map +1 -0
  320. package/dist/video/blueprint-prompt.js +107 -0
  321. package/dist/video/blueprint-prompt.js.map +1 -0
  322. package/dist/video/brand-definition.d.ts +97 -0
  323. package/dist/video/brand-definition.d.ts.map +1 -0
  324. package/dist/video/brand-definition.js +206 -0
  325. package/dist/video/brand-definition.js.map +1 -0
  326. package/dist/video/brand-dna.d.ts +101 -0
  327. package/dist/video/brand-dna.d.ts.map +1 -0
  328. package/dist/video/brand-dna.js +370 -0
  329. package/dist/video/brand-dna.js.map +1 -0
  330. package/dist/video/brand-prompt.d.ts +13 -0
  331. package/dist/video/brand-prompt.d.ts.map +1 -0
  332. package/dist/video/brand-prompt.js +26 -0
  333. package/dist/video/brand-prompt.js.map +1 -0
  334. package/dist/video/candidate-migrate.d.ts +27 -0
  335. package/dist/video/candidate-migrate.d.ts.map +1 -0
  336. package/dist/video/candidate-migrate.js +119 -0
  337. package/dist/video/candidate-migrate.js.map +1 -0
  338. package/dist/video/category-registry.d.ts +38 -0
  339. package/dist/video/category-registry.d.ts.map +1 -0
  340. package/dist/video/category-registry.js +188 -0
  341. package/dist/video/category-registry.js.map +1 -0
  342. package/dist/video/chain-fallback.d.ts +39 -0
  343. package/dist/video/chain-fallback.d.ts.map +1 -0
  344. package/dist/video/chain-fallback.js +43 -0
  345. package/dist/video/chain-fallback.js.map +1 -0
  346. package/dist/video/character-auto-create.d.ts +72 -0
  347. package/dist/video/character-auto-create.d.ts.map +1 -0
  348. package/dist/video/character-auto-create.js +392 -0
  349. package/dist/video/character-auto-create.js.map +1 -0
  350. package/dist/video/character-consistency.d.ts +3 -0
  351. package/dist/video/character-consistency.d.ts.map +1 -0
  352. package/dist/video/character-consistency.js +69 -0
  353. package/dist/video/character-consistency.js.map +1 -0
  354. package/dist/video/characters.d.ts +44 -0
  355. package/dist/video/characters.d.ts.map +1 -0
  356. package/dist/video/characters.js +96 -0
  357. package/dist/video/characters.js.map +1 -0
  358. package/dist/video/checkpoints.d.ts +16 -0
  359. package/dist/video/checkpoints.d.ts.map +1 -0
  360. package/dist/video/checkpoints.js +29 -0
  361. package/dist/video/checkpoints.js.map +1 -0
  362. package/dist/video/cinema-profile.d.ts +57 -0
  363. package/dist/video/cinema-profile.d.ts.map +1 -0
  364. package/dist/video/cinema-profile.js +89 -0
  365. package/dist/video/cinema-profile.js.map +1 -0
  366. package/dist/video/cinematography.d.ts +299 -0
  367. package/dist/video/cinematography.d.ts.map +1 -0
  368. package/dist/video/cinematography.js +914 -0
  369. package/dist/video/cinematography.js.map +1 -0
  370. package/dist/video/cli-output.d.ts +52 -0
  371. package/dist/video/cli-output.d.ts.map +1 -0
  372. package/dist/video/cli-output.js +81 -0
  373. package/dist/video/cli-output.js.map +1 -0
  374. package/dist/video/cli-schema.d.ts +40 -0
  375. package/dist/video/cli-schema.d.ts.map +1 -0
  376. package/dist/video/cli-schema.js +447 -0
  377. package/dist/video/cli-schema.js.map +1 -0
  378. package/dist/video/cost-estimate.d.ts +37 -0
  379. package/dist/video/cost-estimate.d.ts.map +1 -0
  380. package/dist/video/cost-estimate.js +103 -0
  381. package/dist/video/cost-estimate.js.map +1 -0
  382. package/dist/video/csv-export.d.ts +8 -0
  383. package/dist/video/csv-export.d.ts.map +1 -0
  384. package/dist/video/csv-export.js +133 -0
  385. package/dist/video/csv-export.js.map +1 -0
  386. package/dist/video/dependencies.d.ts +23 -0
  387. package/dist/video/dependencies.d.ts.map +1 -0
  388. package/dist/video/dependencies.js +36 -0
  389. package/dist/video/dependencies.js.map +1 -0
  390. package/dist/video/dialogue-fit.d.ts +23 -0
  391. package/dist/video/dialogue-fit.d.ts.map +1 -0
  392. package/dist/video/dialogue-fit.js +38 -0
  393. package/dist/video/dialogue-fit.js.map +1 -0
  394. package/dist/video/dialogue.d.ts +77 -0
  395. package/dist/video/dialogue.d.ts.map +1 -0
  396. package/dist/video/dialogue.js +143 -0
  397. package/dist/video/dialogue.js.map +1 -0
  398. package/dist/video/director-defaults.d.ts +37 -0
  399. package/dist/video/director-defaults.d.ts.map +1 -0
  400. package/dist/video/director-defaults.js +383 -0
  401. package/dist/video/director-defaults.js.map +1 -0
  402. package/dist/video/director-preflight.d.ts +53 -0
  403. package/dist/video/director-preflight.d.ts.map +1 -0
  404. package/dist/video/director-preflight.js +462 -0
  405. package/dist/video/director-preflight.js.map +1 -0
  406. package/dist/video/doctor-portfolio.d.ts +43 -0
  407. package/dist/video/doctor-portfolio.d.ts.map +1 -0
  408. package/dist/video/doctor-portfolio.js +137 -0
  409. package/dist/video/doctor-portfolio.js.map +1 -0
  410. package/dist/video/doctor.d.ts +13 -0
  411. package/dist/video/doctor.d.ts.map +1 -0
  412. package/dist/video/doctor.js +449 -0
  413. package/dist/video/doctor.js.map +1 -0
  414. package/dist/video/emotion-cues.d.ts +15 -0
  415. package/dist/video/emotion-cues.d.ts.map +1 -0
  416. package/dist/video/emotion-cues.js +37 -0
  417. package/dist/video/emotion-cues.js.map +1 -0
  418. package/dist/video/environment-assets.d.ts +28 -0
  419. package/dist/video/environment-assets.d.ts.map +1 -0
  420. package/dist/video/environment-assets.js +43 -0
  421. package/dist/video/environment-assets.js.map +1 -0
  422. package/dist/video/environment-auto-create.d.ts +20 -0
  423. package/dist/video/environment-auto-create.d.ts.map +1 -0
  424. package/dist/video/environment-auto-create.js +88 -0
  425. package/dist/video/environment-auto-create.js.map +1 -0
  426. package/dist/video/errors.d.ts +35 -0
  427. package/dist/video/errors.d.ts.map +1 -0
  428. package/dist/video/errors.js +117 -0
  429. package/dist/video/errors.js.map +1 -0
  430. package/dist/video/events.d.ts +11 -0
  431. package/dist/video/events.d.ts.map +1 -0
  432. package/dist/video/events.js +32 -0
  433. package/dist/video/events.js.map +1 -0
  434. package/dist/video/execute-autochain.d.ts +65 -0
  435. package/dist/video/execute-autochain.d.ts.map +1 -0
  436. package/dist/video/execute-autochain.js +165 -0
  437. package/dist/video/execute-autochain.js.map +1 -0
  438. package/dist/video/execute.d.ts +27 -0
  439. package/dist/video/execute.d.ts.map +1 -0
  440. package/dist/video/execute.js +477 -0
  441. package/dist/video/execute.js.map +1 -0
  442. package/dist/video/execution-cancel.d.ts +11 -0
  443. package/dist/video/execution-cancel.d.ts.map +1 -0
  444. package/dist/video/execution-cancel.js +85 -0
  445. package/dist/video/execution-cancel.js.map +1 -0
  446. package/dist/video/execution-plan.d.ts +5 -0
  447. package/dist/video/execution-plan.d.ts.map +1 -0
  448. package/dist/video/execution-plan.js +145 -0
  449. package/dist/video/execution-plan.js.map +1 -0
  450. package/dist/video/execution-profile.d.ts +25 -0
  451. package/dist/video/execution-profile.d.ts.map +1 -0
  452. package/dist/video/execution-profile.js +124 -0
  453. package/dist/video/execution-profile.js.map +1 -0
  454. package/dist/video/execution-runtime.d.ts +104 -0
  455. package/dist/video/execution-runtime.d.ts.map +1 -0
  456. package/dist/video/execution-runtime.js +750 -0
  457. package/dist/video/execution-runtime.js.map +1 -0
  458. package/dist/video/execution-seed.d.ts +14 -0
  459. package/dist/video/execution-seed.d.ts.map +1 -0
  460. package/dist/video/execution-seed.js +29 -0
  461. package/dist/video/execution-seed.js.map +1 -0
  462. package/dist/video/execution-status.d.ts +12 -0
  463. package/dist/video/execution-status.d.ts.map +1 -0
  464. package/dist/video/execution-status.js +666 -0
  465. package/dist/video/execution-status.js.map +1 -0
  466. package/dist/video/filmmaking-prompts.d.ts +356 -0
  467. package/dist/video/filmmaking-prompts.d.ts.map +1 -0
  468. package/dist/video/filmmaking-prompts.js +1212 -0
  469. package/dist/video/filmmaking-prompts.js.map +1 -0
  470. package/dist/video/final-media.d.ts +17 -0
  471. package/dist/video/final-media.d.ts.map +1 -0
  472. package/dist/video/final-media.js +78 -0
  473. package/dist/video/final-media.js.map +1 -0
  474. package/dist/video/finish.d.ts +99 -0
  475. package/dist/video/finish.d.ts.map +1 -0
  476. package/dist/video/finish.js +159 -0
  477. package/dist/video/finish.js.map +1 -0
  478. package/dist/video/flow-character-library.d.ts +143 -0
  479. package/dist/video/flow-character-library.d.ts.map +1 -0
  480. package/dist/video/flow-character-library.js +211 -0
  481. package/dist/video/flow-character-library.js.map +1 -0
  482. package/dist/video/flow-markers.d.ts +107 -0
  483. package/dist/video/flow-markers.d.ts.map +1 -0
  484. package/dist/video/flow-markers.js +278 -0
  485. package/dist/video/flow-markers.js.map +1 -0
  486. package/dist/video/gemini-analyze.d.ts +44 -0
  487. package/dist/video/gemini-analyze.d.ts.map +1 -0
  488. package/dist/video/gemini-analyze.js +323 -0
  489. package/dist/video/gemini-analyze.js.map +1 -0
  490. package/dist/video/gemini-continuity.d.ts +40 -0
  491. package/dist/video/gemini-continuity.d.ts.map +1 -0
  492. package/dist/video/gemini-continuity.js +145 -0
  493. package/dist/video/gemini-continuity.js.map +1 -0
  494. package/dist/video/gemini-judge.d.ts +33 -0
  495. package/dist/video/gemini-judge.d.ts.map +1 -0
  496. package/dist/video/gemini-judge.js +218 -0
  497. package/dist/video/gemini-judge.js.map +1 -0
  498. package/dist/video/gemini-key-pool.d.ts +23 -0
  499. package/dist/video/gemini-key-pool.d.ts.map +1 -0
  500. package/dist/video/gemini-key-pool.js +107 -0
  501. package/dist/video/gemini-key-pool.js.map +1 -0
  502. package/dist/video/gen-image-flow.d.ts +187 -0
  503. package/dist/video/gen-image-flow.d.ts.map +1 -0
  504. package/dist/video/gen-image-flow.js +331 -0
  505. package/dist/video/gen-image-flow.js.map +1 -0
  506. package/dist/video/gen-image.d.ts +153 -0
  507. package/dist/video/gen-image.d.ts.map +1 -0
  508. package/dist/video/gen-image.js +263 -0
  509. package/dist/video/gen-image.js.map +1 -0
  510. package/dist/video/generation-telemetry.d.ts +60 -0
  511. package/dist/video/generation-telemetry.d.ts.map +1 -0
  512. package/dist/video/generation-telemetry.js +214 -0
  513. package/dist/video/generation-telemetry.js.map +1 -0
  514. package/dist/video/http-error-safety.d.ts +9 -0
  515. package/dist/video/http-error-safety.d.ts.map +1 -0
  516. package/dist/video/http-error-safety.js +14 -0
  517. package/dist/video/http-error-safety.js.map +1 -0
  518. package/dist/video/image-dimensions.d.ts +7 -0
  519. package/dist/video/image-dimensions.d.ts.map +1 -0
  520. package/dist/video/image-dimensions.js +54 -0
  521. package/dist/video/image-dimensions.js.map +1 -0
  522. package/dist/video/legacy-import.d.ts +11 -0
  523. package/dist/video/legacy-import.d.ts.map +1 -0
  524. package/dist/video/legacy-import.js +181 -0
  525. package/dist/video/legacy-import.js.map +1 -0
  526. package/dist/video/library-clean.d.ts +34 -0
  527. package/dist/video/library-clean.d.ts.map +1 -0
  528. package/dist/video/library-clean.js +340 -0
  529. package/dist/video/library-clean.js.map +1 -0
  530. package/dist/video/lipsync.d.ts +72 -0
  531. package/dist/video/lipsync.d.ts.map +1 -0
  532. package/dist/video/lipsync.js +136 -0
  533. package/dist/video/lipsync.js.map +1 -0
  534. package/dist/video/media-host.d.ts +41 -0
  535. package/dist/video/media-host.d.ts.map +1 -0
  536. package/dist/video/media-host.js +106 -0
  537. package/dist/video/media-host.js.map +1 -0
  538. package/dist/video/metrics.d.ts +30 -0
  539. package/dist/video/metrics.d.ts.map +1 -0
  540. package/dist/video/metrics.js +81 -0
  541. package/dist/video/metrics.js.map +1 -0
  542. package/dist/video/motion-overlay/analyze-reel.d.ts +38 -0
  543. package/dist/video/motion-overlay/analyze-reel.d.ts.map +1 -0
  544. package/dist/video/motion-overlay/analyze-reel.js +185 -0
  545. package/dist/video/motion-overlay/analyze-reel.js.map +1 -0
  546. package/dist/video/motion-overlay/animate-render.d.ts +63 -0
  547. package/dist/video/motion-overlay/animate-render.d.ts.map +1 -0
  548. package/dist/video/motion-overlay/animate-render.js +128 -0
  549. package/dist/video/motion-overlay/animate-render.js.map +1 -0
  550. package/dist/video/motion-overlay/animate.d.ts +37 -0
  551. package/dist/video/motion-overlay/animate.d.ts.map +1 -0
  552. package/dist/video/motion-overlay/animate.js +97 -0
  553. package/dist/video/motion-overlay/animate.js.map +1 -0
  554. package/dist/video/motion-overlay/avatar-host-transport.d.ts +161 -0
  555. package/dist/video/motion-overlay/avatar-host-transport.d.ts.map +1 -0
  556. package/dist/video/motion-overlay/avatar-host-transport.js +325 -0
  557. package/dist/video/motion-overlay/avatar-host-transport.js.map +1 -0
  558. package/dist/video/motion-overlay/avatar-host.d.ts +131 -0
  559. package/dist/video/motion-overlay/avatar-host.d.ts.map +1 -0
  560. package/dist/video/motion-overlay/avatar-host.js +131 -0
  561. package/dist/video/motion-overlay/avatar-host.js.map +1 -0
  562. package/dist/video/motion-overlay/compose-prompt.d.ts +48 -0
  563. package/dist/video/motion-overlay/compose-prompt.d.ts.map +1 -0
  564. package/dist/video/motion-overlay/compose-prompt.js +217 -0
  565. package/dist/video/motion-overlay/compose-prompt.js.map +1 -0
  566. package/dist/video/motion-overlay/execute.d.ts +190 -0
  567. package/dist/video/motion-overlay/execute.d.ts.map +1 -0
  568. package/dist/video/motion-overlay/execute.js +205 -0
  569. package/dist/video/motion-overlay/execute.js.map +1 -0
  570. package/dist/video/motion-overlay/flow-pack.d.ts +65 -0
  571. package/dist/video/motion-overlay/flow-pack.d.ts.map +1 -0
  572. package/dist/video/motion-overlay/flow-pack.js +178 -0
  573. package/dist/video/motion-overlay/flow-pack.js.map +1 -0
  574. package/dist/video/motion-overlay/ingest.d.ts +74 -0
  575. package/dist/video/motion-overlay/ingest.d.ts.map +1 -0
  576. package/dist/video/motion-overlay/ingest.js +172 -0
  577. package/dist/video/motion-overlay/ingest.js.map +1 -0
  578. package/dist/video/motion-overlay/motifs.d.ts +63 -0
  579. package/dist/video/motion-overlay/motifs.d.ts.map +1 -0
  580. package/dist/video/motion-overlay/motifs.js +192 -0
  581. package/dist/video/motion-overlay/motifs.js.map +1 -0
  582. package/dist/video/motion-overlay/motion-style.d.ts +56 -0
  583. package/dist/video/motion-overlay/motion-style.d.ts.map +1 -0
  584. package/dist/video/motion-overlay/motion-style.js +130 -0
  585. package/dist/video/motion-overlay/motion-style.js.map +1 -0
  586. package/dist/video/motion-overlay/plan.d.ts +49 -0
  587. package/dist/video/motion-overlay/plan.d.ts.map +1 -0
  588. package/dist/video/motion-overlay/plan.js +79 -0
  589. package/dist/video/motion-overlay/plan.js.map +1 -0
  590. package/dist/video/motion-overlay/preview.d.ts +36 -0
  591. package/dist/video/motion-overlay/preview.d.ts.map +1 -0
  592. package/dist/video/motion-overlay/preview.js +169 -0
  593. package/dist/video/motion-overlay/preview.js.map +1 -0
  594. package/dist/video/motion-overlay/render-local.d.ts +118 -0
  595. package/dist/video/motion-overlay/render-local.d.ts.map +1 -0
  596. package/dist/video/motion-overlay/render-local.js +298 -0
  597. package/dist/video/motion-overlay/render-local.js.map +1 -0
  598. package/dist/video/motion-overlay/run.d.ts +58 -0
  599. package/dist/video/motion-overlay/run.d.ts.map +1 -0
  600. package/dist/video/motion-overlay/run.js +147 -0
  601. package/dist/video/motion-overlay/run.js.map +1 -0
  602. package/dist/video/motion-overlay/slice.d.ts +29 -0
  603. package/dist/video/motion-overlay/slice.d.ts.map +1 -0
  604. package/dist/video/motion-overlay/slice.js +88 -0
  605. package/dist/video/motion-overlay/slice.js.map +1 -0
  606. package/dist/video/motion-overlay/transcribe.d.ts +49 -0
  607. package/dist/video/motion-overlay/transcribe.d.ts.map +1 -0
  608. package/dist/video/motion-overlay/transcribe.js +180 -0
  609. package/dist/video/motion-overlay/transcribe.js.map +1 -0
  610. package/dist/video/motion-overlay/types.d.ts +82 -0
  611. package/dist/video/motion-overlay/types.d.ts.map +1 -0
  612. package/dist/video/motion-overlay/types.js +12 -0
  613. package/dist/video/motion-overlay/types.js.map +1 -0
  614. package/dist/video/motion-overlay/v2v-transport.d.ts +37 -0
  615. package/dist/video/motion-overlay/v2v-transport.d.ts.map +1 -0
  616. package/dist/video/motion-overlay/v2v-transport.js +178 -0
  617. package/dist/video/motion-overlay/v2v-transport.js.map +1 -0
  618. package/dist/video/motion-overlay/write.d.ts +40 -0
  619. package/dist/video/motion-overlay/write.d.ts.map +1 -0
  620. package/dist/video/motion-overlay/write.js +113 -0
  621. package/dist/video/motion-overlay/write.js.map +1 -0
  622. package/dist/video/multi-shot-artifact.d.ts +19 -0
  623. package/dist/video/multi-shot-artifact.d.ts.map +1 -0
  624. package/dist/video/multi-shot-artifact.js +44 -0
  625. package/dist/video/multi-shot-artifact.js.map +1 -0
  626. package/dist/video/multi-shot-prompt.d.ts +99 -0
  627. package/dist/video/multi-shot-prompt.d.ts.map +1 -0
  628. package/dist/video/multi-shot-prompt.js +466 -0
  629. package/dist/video/multi-shot-prompt.js.map +1 -0
  630. package/dist/video/music-video.d.ts +110 -0
  631. package/dist/video/music-video.d.ts.map +1 -0
  632. package/dist/video/music-video.js +190 -0
  633. package/dist/video/music-video.js.map +1 -0
  634. package/dist/video/narrate.d.ts +58 -0
  635. package/dist/video/narrate.d.ts.map +1 -0
  636. package/dist/video/narrate.js +145 -0
  637. package/dist/video/narrate.js.map +1 -0
  638. package/dist/video/native-dreamina.d.ts +35 -0
  639. package/dist/video/native-dreamina.d.ts.map +1 -0
  640. package/dist/video/native-dreamina.js +532 -0
  641. package/dist/video/native-dreamina.js.map +1 -0
  642. package/dist/video/native-flow-r2v.d.ts +113 -0
  643. package/dist/video/native-flow-r2v.d.ts.map +1 -0
  644. package/dist/video/native-flow-r2v.js +223 -0
  645. package/dist/video/native-flow-r2v.js.map +1 -0
  646. package/dist/video/native-runway.d.ts +41 -0
  647. package/dist/video/native-runway.d.ts.map +1 -0
  648. package/dist/video/native-runway.js +523 -0
  649. package/dist/video/native-runway.js.map +1 -0
  650. package/dist/video/native-seedance.d.ts +74 -0
  651. package/dist/video/native-seedance.d.ts.map +1 -0
  652. package/dist/video/native-seedance.js +461 -0
  653. package/dist/video/native-seedance.js.map +1 -0
  654. package/dist/video/native-veo.d.ts +20 -0
  655. package/dist/video/native-veo.d.ts.map +1 -0
  656. package/dist/video/native-veo.js +390 -0
  657. package/dist/video/native-veo.js.map +1 -0
  658. package/dist/video/next-actions.d.ts +27 -0
  659. package/dist/video/next-actions.d.ts.map +1 -0
  660. package/dist/video/next-actions.js +201 -0
  661. package/dist/video/next-actions.js.map +1 -0
  662. package/dist/video/obsidian-export.d.ts +12 -0
  663. package/dist/video/obsidian-export.d.ts.map +1 -0
  664. package/dist/video/obsidian-export.js +285 -0
  665. package/dist/video/obsidian-export.js.map +1 -0
  666. package/dist/video/obsidian-sync.d.ts +13 -0
  667. package/dist/video/obsidian-sync.d.ts.map +1 -0
  668. package/dist/video/obsidian-sync.js +479 -0
  669. package/dist/video/obsidian-sync.js.map +1 -0
  670. package/dist/video/obsidian-vault.d.ts +8 -0
  671. package/dist/video/obsidian-vault.d.ts.map +1 -0
  672. package/dist/video/obsidian-vault.js +81 -0
  673. package/dist/video/obsidian-vault.js.map +1 -0
  674. package/dist/video/outfit-prompts.d.ts +10 -0
  675. package/dist/video/outfit-prompts.d.ts.map +1 -0
  676. package/dist/video/outfit-prompts.js +14 -0
  677. package/dist/video/outfit-prompts.js.map +1 -0
  678. package/dist/video/outpaint-keyframe.d.ts +95 -0
  679. package/dist/video/outpaint-keyframe.d.ts.map +1 -0
  680. package/dist/video/outpaint-keyframe.js +244 -0
  681. package/dist/video/outpaint-keyframe.js.map +1 -0
  682. package/dist/video/pipeline-manifest.d.ts +4 -0
  683. package/dist/video/pipeline-manifest.d.ts.map +1 -0
  684. package/dist/video/pipeline-manifest.js +13 -0
  685. package/dist/video/pipeline-manifest.js.map +1 -0
  686. package/dist/video/pipeline-manifests/director.json +46 -0
  687. package/dist/video/pipeline-manifests/storyboard.json +46 -0
  688. package/dist/video/platform-specs.d.ts +26 -0
  689. package/dist/video/platform-specs.d.ts.map +1 -0
  690. package/dist/video/platform-specs.js +34 -0
  691. package/dist/video/platform-specs.js.map +1 -0
  692. package/dist/video/playbooks.d.ts +11 -0
  693. package/dist/video/playbooks.d.ts.map +1 -0
  694. package/dist/video/playbooks.js +22 -0
  695. package/dist/video/playbooks.js.map +1 -0
  696. package/dist/video/post-production.d.ts +57 -0
  697. package/dist/video/post-production.d.ts.map +1 -0
  698. package/dist/video/post-production.js +210 -0
  699. package/dist/video/post-production.js.map +1 -0
  700. package/dist/video/preview-portal/audit.d.ts +4 -0
  701. package/dist/video/preview-portal/audit.d.ts.map +1 -0
  702. package/dist/video/preview-portal/audit.js +16 -0
  703. package/dist/video/preview-portal/audit.js.map +1 -0
  704. package/dist/video/preview-portal/discovery.d.ts +23 -0
  705. package/dist/video/preview-portal/discovery.d.ts.map +1 -0
  706. package/dist/video/preview-portal/discovery.js +733 -0
  707. package/dist/video/preview-portal/discovery.js.map +1 -0
  708. package/dist/video/preview-portal/generate.d.ts +42 -0
  709. package/dist/video/preview-portal/generate.d.ts.map +1 -0
  710. package/dist/video/preview-portal/generate.js +101 -0
  711. package/dist/video/preview-portal/generate.js.map +1 -0
  712. package/dist/video/preview-portal/index.d.ts +12 -0
  713. package/dist/video/preview-portal/index.d.ts.map +1 -0
  714. package/dist/video/preview-portal/index.js +8 -0
  715. package/dist/video/preview-portal/index.js.map +1 -0
  716. package/dist/video/preview-portal/publish.d.ts +48 -0
  717. package/dist/video/preview-portal/publish.d.ts.map +1 -0
  718. package/dist/video/preview-portal/publish.js +169 -0
  719. package/dist/video/preview-portal/publish.js.map +1 -0
  720. package/dist/video/preview-portal/render.d.ts +4 -0
  721. package/dist/video/preview-portal/render.d.ts.map +1 -0
  722. package/dist/video/preview-portal/render.js +822 -0
  723. package/dist/video/preview-portal/render.js.map +1 -0
  724. package/dist/video/preview-portal/shared-assets.d.ts +6 -0
  725. package/dist/video/preview-portal/shared-assets.d.ts.map +1 -0
  726. package/dist/video/preview-portal/shared-assets.js +452 -0
  727. package/dist/video/preview-portal/shared-assets.js.map +1 -0
  728. package/dist/video/preview-portal/templates.d.ts +4 -0
  729. package/dist/video/preview-portal/templates.d.ts.map +1 -0
  730. package/dist/video/preview-portal/templates.js +109 -0
  731. package/dist/video/preview-portal/templates.js.map +1 -0
  732. package/dist/video/preview-portal/types.d.ts +246 -0
  733. package/dist/video/preview-portal/types.d.ts.map +1 -0
  734. package/dist/video/preview-portal/types.js +28 -0
  735. package/dist/video/preview-portal/types.js.map +1 -0
  736. package/dist/video/product-references.d.ts +21 -0
  737. package/dist/video/product-references.d.ts.map +1 -0
  738. package/dist/video/product-references.js +25 -0
  739. package/dist/video/product-references.js.map +1 -0
  740. package/dist/video/project-blueprint.d.ts +178 -0
  741. package/dist/video/project-blueprint.d.ts.map +1 -0
  742. package/dist/video/project-blueprint.js +286 -0
  743. package/dist/video/project-blueprint.js.map +1 -0
  744. package/dist/video/project-index.d.ts +82 -0
  745. package/dist/video/project-index.d.ts.map +1 -0
  746. package/dist/video/project-index.js +89 -0
  747. package/dist/video/project-index.js.map +1 -0
  748. package/dist/video/projects.d.ts +3 -0
  749. package/dist/video/projects.d.ts.map +1 -0
  750. package/dist/video/projects.js +18 -0
  751. package/dist/video/projects.js.map +1 -0
  752. package/dist/video/prompt-guidance.d.ts +14 -0
  753. package/dist/video/prompt-guidance.d.ts.map +1 -0
  754. package/dist/video/prompt-guidance.js +44 -0
  755. package/dist/video/prompt-guidance.js.map +1 -0
  756. package/dist/video/prompt-library.d.ts +11 -0
  757. package/dist/video/prompt-library.d.ts.map +1 -0
  758. package/dist/video/prompt-library.js +85 -0
  759. package/dist/video/prompt-library.js.map +1 -0
  760. package/dist/video/prompt-lint.d.ts +146 -0
  761. package/dist/video/prompt-lint.d.ts.map +1 -0
  762. package/dist/video/prompt-lint.js +433 -0
  763. package/dist/video/prompt-lint.js.map +1 -0
  764. package/dist/video/prompt-quality.d.ts +29 -0
  765. package/dist/video/prompt-quality.d.ts.map +1 -0
  766. package/dist/video/prompt-quality.js +532 -0
  767. package/dist/video/prompt-quality.js.map +1 -0
  768. package/dist/video/prompt-rules.d.ts +94 -0
  769. package/dist/video/prompt-rules.d.ts.map +1 -0
  770. package/dist/video/prompt-rules.js +169 -0
  771. package/dist/video/prompt-rules.js.map +1 -0
  772. package/dist/video/provider-adapter-runner.d.ts +5 -0
  773. package/dist/video/provider-adapter-runner.d.ts.map +1 -0
  774. package/dist/video/provider-adapter-runner.js +92 -0
  775. package/dist/video/provider-adapter-runner.js.map +1 -0
  776. package/dist/video/provider-platform/index.d.ts +6 -0
  777. package/dist/video/provider-platform/index.d.ts.map +1 -0
  778. package/dist/video/provider-platform/index.js +6 -0
  779. package/dist/video/provider-platform/index.js.map +1 -0
  780. package/dist/video/provider-platform/registry.d.ts +5 -0
  781. package/dist/video/provider-platform/registry.d.ts.map +1 -0
  782. package/dist/video/provider-platform/registry.js +279 -0
  783. package/dist/video/provider-platform/registry.js.map +1 -0
  784. package/dist/video/provider-platform/route-capabilities.d.ts +133 -0
  785. package/dist/video/provider-platform/route-capabilities.d.ts.map +1 -0
  786. package/dist/video/provider-platform/route-capabilities.js +192 -0
  787. package/dist/video/provider-platform/route-capabilities.js.map +1 -0
  788. package/dist/video/provider-platform/router.d.ts +7 -0
  789. package/dist/video/provider-platform/router.d.ts.map +1 -0
  790. package/dist/video/provider-platform/router.js +150 -0
  791. package/dist/video/provider-platform/router.js.map +1 -0
  792. package/dist/video/provider-platform/security.d.ts +8 -0
  793. package/dist/video/provider-platform/security.d.ts.map +1 -0
  794. package/dist/video/provider-platform/security.js +21 -0
  795. package/dist/video/provider-platform/security.js.map +1 -0
  796. package/dist/video/provider-platform/telemetry.d.ts +24 -0
  797. package/dist/video/provider-platform/telemetry.d.ts.map +1 -0
  798. package/dist/video/provider-platform/telemetry.js +88 -0
  799. package/dist/video/provider-platform/telemetry.js.map +1 -0
  800. package/dist/video/provider-platform/types.d.ts +139 -0
  801. package/dist/video/provider-platform/types.d.ts.map +1 -0
  802. package/dist/video/provider-platform/types.js +17 -0
  803. package/dist/video/provider-platform/types.js.map +1 -0
  804. package/dist/video/provider-status.d.ts +12 -0
  805. package/dist/video/provider-status.d.ts.map +1 -0
  806. package/dist/video/provider-status.js +169 -0
  807. package/dist/video/provider-status.js.map +1 -0
  808. package/dist/video/providers/dreamina-useapi.d.ts +170 -0
  809. package/dist/video/providers/dreamina-useapi.d.ts.map +1 -0
  810. package/dist/video/providers/dreamina-useapi.js +176 -0
  811. package/dist/video/providers/dreamina-useapi.js.map +1 -0
  812. package/dist/video/providers/flowmusic-useapi.d.ts +114 -0
  813. package/dist/video/providers/flowmusic-useapi.d.ts.map +1 -0
  814. package/dist/video/providers/flowmusic-useapi.js +159 -0
  815. package/dist/video/providers/flowmusic-useapi.js.map +1 -0
  816. package/dist/video/providers/google-flow.d.ts +57 -0
  817. package/dist/video/providers/google-flow.d.ts.map +1 -0
  818. package/dist/video/providers/google-flow.js +63 -0
  819. package/dist/video/providers/google-flow.js.map +1 -0
  820. package/dist/video/providers/public-host.d.ts +40 -0
  821. package/dist/video/providers/public-host.d.ts.map +1 -0
  822. package/dist/video/providers/public-host.js +91 -0
  823. package/dist/video/providers/public-host.js.map +1 -0
  824. package/dist/video/providers/runway-useapi.d.ts +159 -0
  825. package/dist/video/providers/runway-useapi.d.ts.map +1 -0
  826. package/dist/video/providers/runway-useapi.js +200 -0
  827. package/dist/video/providers/runway-useapi.js.map +1 -0
  828. package/dist/video/providers/xskill.d.ts +108 -0
  829. package/dist/video/providers/xskill.d.ts.map +1 -0
  830. package/dist/video/providers/xskill.js +233 -0
  831. package/dist/video/providers/xskill.js.map +1 -0
  832. package/dist/video/readiness.d.ts +18 -0
  833. package/dist/video/readiness.d.ts.map +1 -0
  834. package/dist/video/readiness.js +221 -0
  835. package/dist/video/readiness.js.map +1 -0
  836. package/dist/video/reference-sheet-store.d.ts +5 -0
  837. package/dist/video/reference-sheet-store.d.ts.map +1 -0
  838. package/dist/video/reference-sheet-store.js +28 -0
  839. package/dist/video/reference-sheet-store.js.map +1 -0
  840. package/dist/video/reference-sheets.d.ts +40 -0
  841. package/dist/video/reference-sheets.d.ts.map +1 -0
  842. package/dist/video/reference-sheets.js +160 -0
  843. package/dist/video/reference-sheets.js.map +1 -0
  844. package/dist/video/remix-narrated.d.ts +12 -0
  845. package/dist/video/remix-narrated.d.ts.map +1 -0
  846. package/dist/video/remix-narrated.js +73 -0
  847. package/dist/video/remix-narrated.js.map +1 -0
  848. package/dist/video/report-diff.d.ts +89 -0
  849. package/dist/video/report-diff.d.ts.map +1 -0
  850. package/dist/video/report-diff.js +176 -0
  851. package/dist/video/report-diff.js.map +1 -0
  852. package/dist/video/report-history.d.ts +40 -0
  853. package/dist/video/report-history.d.ts.map +1 -0
  854. package/dist/video/report-history.js +74 -0
  855. package/dist/video/report-history.js.map +1 -0
  856. package/dist/video/report.d.ts +15 -0
  857. package/dist/video/report.d.ts.map +1 -0
  858. package/dist/video/report.js +21 -0
  859. package/dist/video/report.js.map +1 -0
  860. package/dist/video/review-ui.d.ts +180 -0
  861. package/dist/video/review-ui.d.ts.map +1 -0
  862. package/dist/video/review-ui.js +2008 -0
  863. package/dist/video/review-ui.js.map +1 -0
  864. package/dist/video/scene-candidate-store.d.ts +12 -0
  865. package/dist/video/scene-candidate-store.d.ts.map +1 -0
  866. package/dist/video/scene-candidate-store.js +134 -0
  867. package/dist/video/scene-candidate-store.js.map +1 -0
  868. package/dist/video/scene-candidates.d.ts +57 -0
  869. package/dist/video/scene-candidates.d.ts.map +1 -0
  870. package/dist/video/scene-candidates.js +149 -0
  871. package/dist/video/scene-candidates.js.map +1 -0
  872. package/dist/video/scene-selection-store.d.ts +5 -0
  873. package/dist/video/scene-selection-store.d.ts.map +1 -0
  874. package/dist/video/scene-selection-store.js +22 -0
  875. package/dist/video/scene-selection-store.js.map +1 -0
  876. package/dist/video/scene-selection.d.ts +83 -0
  877. package/dist/video/scene-selection.d.ts.map +1 -0
  878. package/dist/video/scene-selection.js +225 -0
  879. package/dist/video/scene-selection.js.map +1 -0
  880. package/dist/video/scheduling.d.ts +3 -0
  881. package/dist/video/scheduling.d.ts.map +1 -0
  882. package/dist/video/scheduling.js +16 -0
  883. package/dist/video/scheduling.js.map +1 -0
  884. package/dist/video/scorecard.d.ts +12 -0
  885. package/dist/video/scorecard.d.ts.map +1 -0
  886. package/dist/video/scorecard.js +68 -0
  887. package/dist/video/scorecard.js.map +1 -0
  888. package/dist/video/seedance-asset-library.d.ts +82 -0
  889. package/dist/video/seedance-asset-library.d.ts.map +1 -0
  890. package/dist/video/seedance-asset-library.js +146 -0
  891. package/dist/video/seedance-asset-library.js.map +1 -0
  892. package/dist/video/seedance-blocks.d.ts +56 -0
  893. package/dist/video/seedance-blocks.d.ts.map +1 -0
  894. package/dist/video/seedance-blocks.js +97 -0
  895. package/dist/video/seedance-blocks.js.map +1 -0
  896. package/dist/video/seedance-chain-host.d.ts +42 -0
  897. package/dist/video/seedance-chain-host.d.ts.map +1 -0
  898. package/dist/video/seedance-chain-host.js +128 -0
  899. package/dist/video/seedance-chain-host.js.map +1 -0
  900. package/dist/video/seedance-content-filter.d.ts +80 -0
  901. package/dist/video/seedance-content-filter.d.ts.map +1 -0
  902. package/dist/video/seedance-content-filter.js +293 -0
  903. package/dist/video/seedance-content-filter.js.map +1 -0
  904. package/dist/video/seedance-skill-loader.d.ts +40 -0
  905. package/dist/video/seedance-skill-loader.d.ts.map +1 -0
  906. package/dist/video/seedance-skill-loader.js +53 -0
  907. package/dist/video/seedance-skill-loader.js.map +1 -0
  908. package/dist/video/sfx.d.ts +49 -0
  909. package/dist/video/sfx.d.ts.map +1 -0
  910. package/dist/video/sfx.js +104 -0
  911. package/dist/video/sfx.js.map +1 -0
  912. package/dist/video/shot-grammar.d.ts +103 -0
  913. package/dist/video/shot-grammar.d.ts.map +1 -0
  914. package/dist/video/shot-grammar.js +286 -0
  915. package/dist/video/shot-grammar.js.map +1 -0
  916. package/dist/video/show-bible.d.ts +113 -0
  917. package/dist/video/show-bible.d.ts.map +1 -0
  918. package/dist/video/show-bible.js +140 -0
  919. package/dist/video/show-bible.js.map +1 -0
  920. package/dist/video/soundtrack.d.ts +72 -0
  921. package/dist/video/soundtrack.d.ts.map +1 -0
  922. package/dist/video/soundtrack.js +171 -0
  923. package/dist/video/soundtrack.js.map +1 -0
  924. package/dist/video/stage-guards.d.ts +4 -0
  925. package/dist/video/stage-guards.d.ts.map +1 -0
  926. package/dist/video/stage-guards.js +94 -0
  927. package/dist/video/stage-guards.js.map +1 -0
  928. package/dist/video/status.d.ts +69 -0
  929. package/dist/video/status.d.ts.map +1 -0
  930. package/dist/video/status.js +245 -0
  931. package/dist/video/status.js.map +1 -0
  932. package/dist/video/story-bible.d.ts +70 -0
  933. package/dist/video/story-bible.d.ts.map +1 -0
  934. package/dist/video/story-bible.js +181 -0
  935. package/dist/video/story-bible.js.map +1 -0
  936. package/dist/video/storyboard-grid.d.ts +28 -0
  937. package/dist/video/storyboard-grid.d.ts.map +1 -0
  938. package/dist/video/storyboard-grid.js +231 -0
  939. package/dist/video/storyboard-grid.js.map +1 -0
  940. package/dist/video/storyboard-markdown.d.ts +62 -0
  941. package/dist/video/storyboard-markdown.d.ts.map +1 -0
  942. package/dist/video/storyboard-markdown.js +332 -0
  943. package/dist/video/storyboard-markdown.js.map +1 -0
  944. package/dist/video/storyboard-still-candidates.d.ts +31 -0
  945. package/dist/video/storyboard-still-candidates.d.ts.map +1 -0
  946. package/dist/video/storyboard-still-candidates.js +57 -0
  947. package/dist/video/storyboard-still-candidates.js.map +1 -0
  948. package/dist/video/storyboard-templates.d.ts +28 -0
  949. package/dist/video/storyboard-templates.d.ts.map +1 -0
  950. package/dist/video/storyboard-templates.js +215 -0
  951. package/dist/video/storyboard-templates.js.map +1 -0
  952. package/dist/video/studio/execute.d.ts +142 -0
  953. package/dist/video/studio/execute.d.ts.map +1 -0
  954. package/dist/video/studio/execute.js +270 -0
  955. package/dist/video/studio/execute.js.map +1 -0
  956. package/dist/video/studio/planner.d.ts +3 -0
  957. package/dist/video/studio/planner.d.ts.map +1 -0
  958. package/dist/video/studio/planner.js +110 -0
  959. package/dist/video/studio/planner.js.map +1 -0
  960. package/dist/video/studio/project-context.d.ts +4 -0
  961. package/dist/video/studio/project-context.d.ts.map +1 -0
  962. package/dist/video/studio/project-context.js +20 -0
  963. package/dist/video/studio/project-context.js.map +1 -0
  964. package/dist/video/studio/recipes.d.ts +4 -0
  965. package/dist/video/studio/recipes.d.ts.map +1 -0
  966. package/dist/video/studio/recipes.js +343 -0
  967. package/dist/video/studio/recipes.js.map +1 -0
  968. package/dist/video/studio/session.d.ts +8 -0
  969. package/dist/video/studio/session.d.ts.map +1 -0
  970. package/dist/video/studio/session.js +17 -0
  971. package/dist/video/studio/session.js.map +1 -0
  972. package/dist/video/studio/types.d.ts +59 -0
  973. package/dist/video/studio/types.d.ts.map +1 -0
  974. package/dist/video/studio/types.js +2 -0
  975. package/dist/video/studio/types.js.map +1 -0
  976. package/dist/video/template-store.d.ts +65 -0
  977. package/dist/video/template-store.d.ts.map +1 -0
  978. package/dist/video/template-store.js +168 -0
  979. package/dist/video/template-store.js.map +1 -0
  980. package/dist/video/timeline.d.ts +8 -0
  981. package/dist/video/timeline.d.ts.map +1 -0
  982. package/dist/video/timeline.js +21 -0
  983. package/dist/video/timeline.js.map +1 -0
  984. package/dist/video/title-overlay.d.ts +85 -0
  985. package/dist/video/title-overlay.d.ts.map +1 -0
  986. package/dist/video/title-overlay.js +163 -0
  987. package/dist/video/title-overlay.js.map +1 -0
  988. package/dist/video/types.d.ts +403 -0
  989. package/dist/video/types.d.ts.map +1 -0
  990. package/dist/video/types.js +2 -0
  991. package/dist/video/types.js.map +1 -0
  992. package/dist/video/veo-subprocess.d.ts +27 -0
  993. package/dist/video/veo-subprocess.d.ts.map +1 -0
  994. package/dist/video/veo-subprocess.js +52 -0
  995. package/dist/video/veo-subprocess.js.map +1 -0
  996. package/dist/video/verify-env.d.ts +43 -0
  997. package/dist/video/verify-env.d.ts.map +1 -0
  998. package/dist/video/verify-env.js +156 -0
  999. package/dist/video/verify-env.js.map +1 -0
  1000. package/dist/video/verify-final.d.ts +20 -0
  1001. package/dist/video/verify-final.d.ts.map +1 -0
  1002. package/dist/video/verify-final.js +39 -0
  1003. package/dist/video/verify-final.js.map +1 -0
  1004. package/dist/video/video-context.d.ts +10 -0
  1005. package/dist/video/video-context.d.ts.map +1 -0
  1006. package/dist/video/video-context.js +74 -0
  1007. package/dist/video/video-context.js.map +1 -0
  1008. package/dist/video/vocal-map.d.ts +55 -0
  1009. package/dist/video/vocal-map.d.ts.map +1 -0
  1010. package/dist/video/vocal-map.js +107 -0
  1011. package/dist/video/vocal-map.js.map +1 -0
  1012. package/dist/video/vocal-sync-plan.d.ts +76 -0
  1013. package/dist/video/vocal-sync-plan.d.ts.map +1 -0
  1014. package/dist/video/vocal-sync-plan.js +166 -0
  1015. package/dist/video/vocal-sync-plan.js.map +1 -0
  1016. package/dist/video/voice-clone.d.ts +152 -0
  1017. package/dist/video/voice-clone.d.ts.map +1 -0
  1018. package/dist/video/voice-clone.js +267 -0
  1019. package/dist/video/voice-clone.js.map +1 -0
  1020. package/dist/video/with-retry.d.ts +67 -0
  1021. package/dist/video/with-retry.d.ts.map +1 -0
  1022. package/dist/video/with-retry.js +105 -0
  1023. package/dist/video/with-retry.js.map +1 -0
  1024. package/dist/video/workload.d.ts +20 -0
  1025. package/dist/video/workload.d.ts.map +1 -0
  1026. package/dist/video/workload.js +55 -0
  1027. package/dist/video/workload.js.map +1 -0
  1028. package/dist/video/workspace.d.ts +109 -0
  1029. package/dist/video/workspace.d.ts.map +1 -0
  1030. package/dist/video/workspace.js +132 -0
  1031. package/dist/video/workspace.js.map +1 -0
  1032. package/docs/AGENT_INTEGRATION_RESEARCH.md +123 -0
  1033. package/docs/AI_FILMMAKING_PROMPTS.md +195 -0
  1034. package/docs/ARCHITECTURE.md +257 -0
  1035. package/docs/ASSEMBLE.md +376 -0
  1036. package/docs/BRAND_AGENCY.md +63 -0
  1037. package/docs/CLAWBOT_COVERAGE_PROMPT.md +78 -0
  1038. package/docs/CLI_REFERENCE.md +2638 -0
  1039. package/docs/CONCIERGE_PROMPT.md +139 -0
  1040. package/docs/Claude Code + Higgsfield MCP = FULL Creative Agency.md +179 -0
  1041. package/docs/DEMO_RECORDING.md +61 -0
  1042. package/docs/DEPRECATION.md +79 -0
  1043. package/docs/DIAGRAMS_SOURCE.md +347 -0
  1044. package/docs/DIRECTOR_BLUEPRINT.md +94 -0
  1045. package/docs/GENERATION_TELEMETRY.md +81 -0
  1046. package/docs/IMPROVE_PROMPT.md +76 -0
  1047. package/docs/INFOGRAPHICS_PROMPT.md +83 -0
  1048. package/docs/MASTER_PLAN_ALIGNMENT.md +563 -0
  1049. package/docs/MIGRATION.md +213 -0
  1050. package/docs/MOTION_OVERLAY.md +355 -0
  1051. package/docs/OBSIDIAN.md +300 -0
  1052. package/docs/OPERATIONS.md +142 -0
  1053. package/docs/OPERATOR_HANDOFF.md +108 -0
  1054. package/docs/PRODUCTION_WORKFLOW.md +148 -0
  1055. package/docs/PROJECT_LAYOUT.md +262 -0
  1056. package/docs/PROMPT_QUALITY.md +214 -0
  1057. package/docs/PROVIDER_PLATFORM.md +195 -0
  1058. package/docs/PUBLISHING.md +175 -0
  1059. package/docs/PYTHON_PIPELINE.md +139 -0
  1060. package/docs/REFERENCE_SHEETS.md +469 -0
  1061. package/docs/REFERENCE_VIDEO_SEEDANCE_MOTION_DESIGN_WORKFLOW.md +465 -0
  1062. package/docs/RELEASE_READINESS.md +573 -0
  1063. package/docs/REVIEW_UI_STORYBOARD_WORKFLOW.md +200 -0
  1064. package/docs/SCENE_CANDIDATES.md +518 -0
  1065. package/docs/SKILLS.md +477 -0
  1066. package/docs/SKILL_COHESION_PROMPT.md +88 -0
  1067. package/docs/STORY_BIBLE.md +288 -0
  1068. package/docs/STUDIO.md +96 -0
  1069. package/docs/TEMPLATES.md +143 -0
  1070. package/docs/UNIFICATION_AUDIT.md +321 -0
  1071. package/docs/UPDATE_DOCS_PROMPT.md +78 -0
  1072. package/docs/assets/demo-quickstart.cast +13 -0
  1073. package/docs/assets/demo-quickstart.gif +0 -0
  1074. package/docs/assets/diagram-architecture.jpg +0 -0
  1075. package/docs/assets/diagram-assemble.jpg +0 -0
  1076. package/docs/assets/diagram-lifecycle.jpg +0 -0
  1077. package/docs/assets/diagram-obsidian-loop.jpg +0 -0
  1078. package/docs/assets/diagram-obsidian-vault.jpg +0 -0
  1079. package/docs/assets/diagram-routing.jpg +0 -0
  1080. package/docs/assets/diagram-skills-ecosystem.jpg +0 -0
  1081. package/docs/assets/diagram-story-bible.jpg +0 -0
  1082. package/docs/assets/diagram-studio-goals.jpg +0 -0
  1083. package/docs/assets/docsite-preview.png +0 -0
  1084. package/docs/assets/logo.jpg +0 -0
  1085. package/docs/assets/logo.png +0 -0
  1086. package/docs/preview-portal-audit.md +151 -0
  1087. package/package.json +119 -0
  1088. package/playbooks/seedance-ugc.json +32 -0
  1089. package/playbooks/veo-generic.json +26 -0
  1090. package/references/video/.fixtures/multi-shot-runway-10s.txt +9 -0
  1091. package/references/video/.fixtures/multi-shot-seedance-10s.txt +9 -0
  1092. package/references/video/.fixtures/multi-shot-valid.txt +13 -0
  1093. package/references/video/.fixtures/multi-shot-veo-8s.txt +9 -0
  1094. package/references/video/ai-director-blueprint.md +614 -0
  1095. package/references/video/camera-bible.md +294 -0
  1096. package/references/video/character-reference-sheet.md +14 -0
  1097. package/references/video/checkpoint-protocol.md +26 -0
  1098. package/references/video/clone-ad-template-workflow.md +14 -0
  1099. package/references/video/dialogue-duration-preflight.md +17 -0
  1100. package/references/video/generation-telemetry.md +18 -0
  1101. package/references/video/multi-shot-framework.md +455 -0
  1102. package/references/video/seedance-skills/01-cinematic.md +1329 -0
  1103. package/references/video/seedance-skills/02-3d-cgi.md +884 -0
  1104. package/references/video/seedance-skills/03-cartoon.md +1668 -0
  1105. package/references/video/seedance-skills/04-comic-to-video.md +1810 -0
  1106. package/references/video/seedance-skills/05-fight-scenes.md +741 -0
  1107. package/references/video/seedance-skills/06-motion-design-ad.md +1145 -0
  1108. package/references/video/seedance-skills/07-ecommerce-ad.md +928 -0
  1109. package/references/video/seedance-skills/08-anime-action.md +1145 -0
  1110. package/references/video/seedance-skills/09-product-360.md +988 -0
  1111. package/references/video/seedance-skills/10-music-video.md +1662 -0
  1112. package/references/video/seedance-skills/11-social-hook.md +1874 -0
  1113. package/references/video/seedance-skills/12-brand-story.md +1151 -0
  1114. package/references/video/seedance-skills/13-fashion-lookbook.md +1236 -0
  1115. package/references/video/seedance-skills/14-food-beverage.md +1110 -0
  1116. package/references/video/seedance-skills/15-real-estate.md +2344 -0
  1117. package/references/video/seedance-transport-payloads.md +144 -0
  1118. package/references/video/seedance-ugc-formulas.md +104 -0
  1119. package/references/video/stage-directors.md +47 -0
  1120. package/references/video/style-template-schema.md +40 -0
  1121. package/references/video/veo-prompting-guide.md +42 -0
  1122. package/schemas/video/artifacts/analyze-output.schema.json +60 -0
  1123. package/schemas/video/artifacts/assemble-report.schema.json +116 -0
  1124. package/schemas/video/artifacts/asset-manifest.schema.json +23 -0
  1125. package/schemas/video/artifacts/batch-queue-manifest.schema.json +59 -0
  1126. package/schemas/video/artifacts/brand-definition.schema.json +93 -0
  1127. package/schemas/video/artifacts/brand-dna.schema.json +55 -0
  1128. package/schemas/video/artifacts/brief.schema.json +13 -0
  1129. package/schemas/video/artifacts/clone-plan.schema.json +44 -0
  1130. package/schemas/video/artifacts/dialogue.schema.json +52 -0
  1131. package/schemas/video/artifacts/environment-assets.schema.json +30 -0
  1132. package/schemas/video/artifacts/execution-plan.schema.json +64 -0
  1133. package/schemas/video/artifacts/execution-report.schema.json +37 -0
  1134. package/schemas/video/artifacts/filmmaking-prompts.schema.json +129 -0
  1135. package/schemas/video/artifacts/flow-characters.schema.json +31 -0
  1136. package/schemas/video/artifacts/flow-voices.schema.json +30 -0
  1137. package/schemas/video/artifacts/motion-overlay-plan.schema.json +50 -0
  1138. package/schemas/video/artifacts/multi-shot-prompt.schema.json +90 -0
  1139. package/schemas/video/artifacts/music-video-config.schema.json +108 -0
  1140. package/schemas/video/artifacts/narration.schema.json +54 -0
  1141. package/schemas/video/artifacts/product-references.schema.json +29 -0
  1142. package/schemas/video/artifacts/project-blueprint.schema.json +236 -0
  1143. package/schemas/video/artifacts/publish-report.schema.json +12 -0
  1144. package/schemas/video/artifacts/reference-sheets.schema.json +85 -0
  1145. package/schemas/video/artifacts/review-report.schema.json +12 -0
  1146. package/schemas/video/artifacts/scene-candidates.schema.json +86 -0
  1147. package/schemas/video/artifacts/scene-selection.schema.json +50 -0
  1148. package/schemas/video/artifacts/seedance-assets.schema.json +31 -0
  1149. package/schemas/video/artifacts/sfx.schema.json +31 -0
  1150. package/schemas/video/artifacts/show-bible.schema.json +66 -0
  1151. package/schemas/video/artifacts/soundtrack.schema.json +39 -0
  1152. package/schemas/video/artifacts/story-bible.schema.json +131 -0
  1153. package/schemas/video/artifacts/storyboard.schema.json +58 -0
  1154. package/schemas/video/artifacts/voice-clones.schema.json +37 -0
  1155. package/schemas/video/brand-profile.schema.json +20 -0
  1156. package/schemas/video/errors.json +48 -0
  1157. package/schemas/video/pipeline-manifest.schema.json +51 -0
  1158. package/skills/README.md +113 -0
  1159. package/skills/ai-director/SKILL.md +140 -0
  1160. package/skills/ai-filmmaking/SKILL.md +239 -0
  1161. package/skills/ai-slop-cleaner/SKILL.md +114 -0
  1162. package/skills/brand-agency/SKILL.md +181 -0
  1163. package/skills/brand-presenter/SKILL.md +114 -0
  1164. package/skills/build-fix/SKILL.md +145 -0
  1165. package/skills/bunty/SKILL.md +41 -0
  1166. package/skills/catalog.json +326 -0
  1167. package/skills/character-ad/SKILL.md +154 -0
  1168. package/skills/character-creator/SKILL.md +303 -0
  1169. package/skills/character-library/README.md +12 -0
  1170. package/skills/character-library/SKILL.md +110 -0
  1171. package/skills/clawbot/SKILL.md +26 -0
  1172. package/skills/concierge/SKILL.md +183 -0
  1173. package/skills/configure-notifications/SKILL.md +286 -0
  1174. package/skills/davendra-presenter/SKILL.md +27 -0
  1175. package/skills/davendra-presenter/assets/davendra_intro_1.jpg +0 -0
  1176. package/skills/davendra-presenter/assets/davendra_intro_2.jpg +0 -0
  1177. package/skills/davendra-presenter/assets/davendra_outro_1.jpg +0 -0
  1178. package/skills/davendra-presenter/assets/davendra_outro_2.jpg +0 -0
  1179. package/skills/deep-interview/SKILL.md +358 -0
  1180. package/skills/deepsearch/SKILL.md +38 -0
  1181. package/skills/doctor/SKILL.md +200 -0
  1182. package/skills/graphify/SKILL.md +616 -0
  1183. package/skills/help/SKILL.md +200 -0
  1184. package/skills/higgsfield-generate/SKILL.md +171 -0
  1185. package/skills/improvement-run/SKILL.md +47 -0
  1186. package/skills/motion-reel/SKILL.md +102 -0
  1187. package/skills/movie-director/SKILL.md +338 -0
  1188. package/skills/multi-shot-prompt/SKILL.md +77 -0
  1189. package/skills/nex-presenter/SKILL.md +25 -0
  1190. package/skills/nex-presenter/assets/logo_manifest.json +26 -0
  1191. package/skills/nex-presenter/assets/logo_source.jpg +0 -0
  1192. package/skills/nex-presenter/assets/nex_brief_intro.mp4 +0 -0
  1193. package/skills/nex-presenter/assets/nex_intro_1.jpg +0 -0
  1194. package/skills/nex-presenter/assets/nex_intro_2.jpg +0 -0
  1195. package/skills/nex-presenter/assets/nex_outro_1.jpg +0 -0
  1196. package/skills/nex-presenter/assets/nex_outro_2.jpg +0 -0
  1197. package/skills/nex-presenter/assets/text_overlay.png +0 -0
  1198. package/skills/note/SKILL.md +62 -0
  1199. package/skills/pipeline/SKILL.md +86 -0
  1200. package/skills/review/SKILL.md +38 -0
  1201. package/skills/runway/SKILL.md +131 -0
  1202. package/skills/seedance-prompts/SKILL.md +194 -0
  1203. package/skills/skill/SKILL.md +835 -0
  1204. package/skills/skills-auditor/SKILL.md +73 -0
  1205. package/skills/studio-mode/SKILL.md +148 -0
  1206. package/skills/ugc/SKILL.md +386 -0
  1207. package/skills/ui-ux-pro-max/SKILL.md +386 -0
  1208. package/skills/video-analyze-template/SKILL.md +77 -0
  1209. package/skills/video-clone-ad/SKILL.md +67 -0
  1210. package/skills/video-framework/SKILL.md +201 -0
  1211. package/skills/video-portfolio-ops/SKILL.md +84 -0
  1212. package/skills/video-post/SKILL.md +97 -0
  1213. package/skills/video-production-handoff/SKILL.md +130 -0
  1214. package/skills/video-release-readiness/SKILL.md +93 -0
  1215. package/skills/video-replicator/SKILL.md +368 -0
  1216. package/skills/video-review-ui-qa/SKILL.md +103 -0
  1217. package/skills/video-storyboard/SKILL.md +71 -0
  1218. package/skills/video-thumbnail-lab/SKILL.md +67 -0
  1219. package/skills/web-clone/SKILL.md +366 -0
  1220. package/skills/worker/SKILL.md +106 -0
  1221. package/skills/youtube-audio/SKILL.md +114 -0
  1222. package/src/video/analyze-output.ts +10 -0
  1223. package/src/video/archive-project.ts +65 -0
  1224. package/src/video/artifact-history.ts +23 -0
  1225. package/src/video/artifact-store.ts +59 -0
  1226. package/src/video/artifact-validation.ts +268 -0
  1227. package/src/video/artifacts.ts +156 -0
  1228. package/src/video/assemble/animate-slides.ts +199 -0
  1229. package/src/video/assemble/animation-styles.json +97 -0
  1230. package/src/video/assemble/animation-styles.ts +54 -0
  1231. package/src/video/assemble/assemble.ts +547 -0
  1232. package/src/video/assemble/audio-concat.ts +165 -0
  1233. package/src/video/assemble/audio-mix-plan.ts +150 -0
  1234. package/src/video/assemble/audio-utils.ts +101 -0
  1235. package/src/video/assemble/cut-segment.ts +121 -0
  1236. package/src/video/assemble/ffmpeg.ts +333 -0
  1237. package/src/video/assemble/gemini-vision-classify.ts +153 -0
  1238. package/src/video/assemble/index.ts +247 -0
  1239. package/src/video/assemble/media-qc.ts +252 -0
  1240. package/src/video/assemble/music.ts +261 -0
  1241. package/src/video/assemble/narration-fit.ts +90 -0
  1242. package/src/video/assemble/overlay.ts +225 -0
  1243. package/src/video/assemble/pdf.ts +169 -0
  1244. package/src/video/assemble/qa-dialogue-lint.ts +129 -0
  1245. package/src/video/assemble/qa-image-filter.ts +147 -0
  1246. package/src/video/assemble/qa-image-vision.ts +154 -0
  1247. package/src/video/assemble/qa-narration-vision.ts +135 -0
  1248. package/src/video/assemble/qa-narration.ts +139 -0
  1249. package/src/video/assemble/stitch-ad.ts +222 -0
  1250. package/src/video/assemble/stitch.ts +918 -0
  1251. package/src/video/assemble/text-card.ts +285 -0
  1252. package/src/video/assemble/title-card.ts +186 -0
  1253. package/src/video/assemble/transcript.ts +240 -0
  1254. package/src/video/assemble/tts-elevenlabs.ts +182 -0
  1255. package/src/video/assemble/tts.ts +227 -0
  1256. package/src/video/assemble/types.ts +45 -0
  1257. package/src/video/assemble/upscale.ts +80 -0
  1258. package/src/video/asset-spec.ts +53 -0
  1259. package/src/video/asset-tag-lookup.ts +51 -0
  1260. package/src/video/atomic-write.ts +7 -0
  1261. package/src/video/audio-platform/native-elevenlabs-sfx.ts +128 -0
  1262. package/src/video/audio-platform/native-elevenlabs-tts.ts +119 -0
  1263. package/src/video/audio-platform/native-flowmusic.ts +167 -0
  1264. package/src/video/audio-platform/native-gemini-tts.ts +226 -0
  1265. package/src/video/audio-platform/native-lyria.ts +231 -0
  1266. package/src/video/audio-platform/native-lyria3.ts +244 -0
  1267. package/src/video/audio-platform/registry.ts +220 -0
  1268. package/src/video/audio-platform/suno-backend.ts +36 -0
  1269. package/src/video/audio-platform/types.ts +138 -0
  1270. package/src/video/batch-queue.ts +685 -0
  1271. package/src/video/blueprint-prompt.ts +118 -0
  1272. package/src/video/brand-definition.ts +287 -0
  1273. package/src/video/brand-dna.ts +478 -0
  1274. package/src/video/brand-prompt.ts +28 -0
  1275. package/src/video/candidate-migrate.ts +171 -0
  1276. package/src/video/category-registry.ts +224 -0
  1277. package/src/video/chain-fallback.ts +53 -0
  1278. package/src/video/character-auto-create.ts +547 -0
  1279. package/src/video/character-consistency.ts +85 -0
  1280. package/src/video/characters.ts +145 -0
  1281. package/src/video/checkpoints.ts +60 -0
  1282. package/src/video/cinema-profile.ts +120 -0
  1283. package/src/video/cinematography.ts +1229 -0
  1284. package/src/video/cli-output.ts +94 -0
  1285. package/src/video/cli-schema.ts +505 -0
  1286. package/src/video/cost-estimate.ts +150 -0
  1287. package/src/video/csv-export.ts +150 -0
  1288. package/src/video/dependencies.ts +64 -0
  1289. package/src/video/dialogue-fit.ts +62 -0
  1290. package/src/video/dialogue.ts +221 -0
  1291. package/src/video/director-defaults.ts +432 -0
  1292. package/src/video/director-preflight.ts +543 -0
  1293. package/src/video/doctor-portfolio.ts +197 -0
  1294. package/src/video/doctor.ts +499 -0
  1295. package/src/video/emotion-cues.ts +36 -0
  1296. package/src/video/environment-assets.ts +69 -0
  1297. package/src/video/environment-auto-create.ts +122 -0
  1298. package/src/video/errors.ts +133 -0
  1299. package/src/video/events.ts +42 -0
  1300. package/src/video/execute-autochain.ts +226 -0
  1301. package/src/video/execute.ts +569 -0
  1302. package/src/video/execution-cancel.ts +103 -0
  1303. package/src/video/execution-plan.ts +178 -0
  1304. package/src/video/execution-profile.ts +162 -0
  1305. package/src/video/execution-runtime.ts +975 -0
  1306. package/src/video/execution-seed.ts +46 -0
  1307. package/src/video/execution-status.ts +736 -0
  1308. package/src/video/filmmaking-prompts.ts +1789 -0
  1309. package/src/video/final-media.ts +118 -0
  1310. package/src/video/finish.ts +255 -0
  1311. package/src/video/flow-character-library.ts +342 -0
  1312. package/src/video/flow-markers.ts +330 -0
  1313. package/src/video/gemini-analyze.ts +387 -0
  1314. package/src/video/gemini-continuity.ts +186 -0
  1315. package/src/video/gemini-judge.ts +300 -0
  1316. package/src/video/gemini-key-pool.ts +153 -0
  1317. package/src/video/gen-image-flow.ts +491 -0
  1318. package/src/video/gen-image.ts +392 -0
  1319. package/src/video/generation-telemetry.ts +282 -0
  1320. package/src/video/http-error-safety.ts +13 -0
  1321. package/src/video/image-dimensions.ts +69 -0
  1322. package/src/video/legacy-import.ts +197 -0
  1323. package/src/video/library-clean.ts +399 -0
  1324. package/src/video/lipsync.ts +200 -0
  1325. package/src/video/media-host.ts +153 -0
  1326. package/src/video/metrics.ts +116 -0
  1327. package/src/video/motion-overlay/analyze-reel.ts +200 -0
  1328. package/src/video/motion-overlay/animate-render.ts +176 -0
  1329. package/src/video/motion-overlay/animate.ts +93 -0
  1330. package/src/video/motion-overlay/avatar-host-transport.ts +458 -0
  1331. package/src/video/motion-overlay/avatar-host.ts +238 -0
  1332. package/src/video/motion-overlay/compose-prompt.ts +247 -0
  1333. package/src/video/motion-overlay/execute.ts +355 -0
  1334. package/src/video/motion-overlay/flow-pack.ts +223 -0
  1335. package/src/video/motion-overlay/ingest.ts +210 -0
  1336. package/src/video/motion-overlay/motifs.ts +223 -0
  1337. package/src/video/motion-overlay/motion-style.ts +162 -0
  1338. package/src/video/motion-overlay/plan.ts +111 -0
  1339. package/src/video/motion-overlay/preview.ts +191 -0
  1340. package/src/video/motion-overlay/render-local.ts +441 -0
  1341. package/src/video/motion-overlay/run.ts +217 -0
  1342. package/src/video/motion-overlay/slice.ts +98 -0
  1343. package/src/video/motion-overlay/transcribe.ts +211 -0
  1344. package/src/video/motion-overlay/types.ts +89 -0
  1345. package/src/video/motion-overlay/v2v-transport.ts +209 -0
  1346. package/src/video/motion-overlay/write.ts +142 -0
  1347. package/src/video/multi-shot-artifact.ts +64 -0
  1348. package/src/video/multi-shot-prompt.ts +608 -0
  1349. package/src/video/music-video.ts +324 -0
  1350. package/src/video/narrate.ts +221 -0
  1351. package/src/video/native-dreamina.ts +638 -0
  1352. package/src/video/native-flow-r2v.ts +279 -0
  1353. package/src/video/native-runway.ts +647 -0
  1354. package/src/video/native-seedance.ts +615 -0
  1355. package/src/video/native-veo.ts +470 -0
  1356. package/src/video/next-actions.ts +247 -0
  1357. package/src/video/obsidian-export.ts +336 -0
  1358. package/src/video/obsidian-sync.ts +649 -0
  1359. package/src/video/obsidian-vault.ts +96 -0
  1360. package/src/video/outfit-prompts.ts +14 -0
  1361. package/src/video/outpaint-keyframe.ts +365 -0
  1362. package/src/video/pipeline-manifest.ts +16 -0
  1363. package/src/video/pipeline-manifests/director.json +46 -0
  1364. package/src/video/pipeline-manifests/storyboard.json +46 -0
  1365. package/src/video/platform-specs.ts +50 -0
  1366. package/src/video/playbooks.ts +34 -0
  1367. package/src/video/post-production.ts +277 -0
  1368. package/src/video/preview-portal/audit.ts +20 -0
  1369. package/src/video/preview-portal/discovery.ts +787 -0
  1370. package/src/video/preview-portal/generate.ts +138 -0
  1371. package/src/video/preview-portal/index.ts +41 -0
  1372. package/src/video/preview-portal/publish.ts +215 -0
  1373. package/src/video/preview-portal/render.ts +865 -0
  1374. package/src/video/preview-portal/shared-assets.ts +455 -0
  1375. package/src/video/preview-portal/templates.ts +112 -0
  1376. package/src/video/preview-portal/types.ts +288 -0
  1377. package/src/video/product-references.ts +43 -0
  1378. package/src/video/project-blueprint.ts +458 -0
  1379. package/src/video/project-index.ts +179 -0
  1380. package/src/video/projects.ts +18 -0
  1381. package/src/video/prompt-guidance.ts +64 -0
  1382. package/src/video/prompt-library.ts +96 -0
  1383. package/src/video/prompt-lint.ts +568 -0
  1384. package/src/video/prompt-quality.ts +635 -0
  1385. package/src/video/prompt-rules.ts +209 -0
  1386. package/src/video/provider-adapter-runner.ts +104 -0
  1387. package/src/video/provider-platform/index.ts +5 -0
  1388. package/src/video/provider-platform/registry.ts +286 -0
  1389. package/src/video/provider-platform/route-capabilities.ts +327 -0
  1390. package/src/video/provider-platform/router.ts +221 -0
  1391. package/src/video/provider-platform/security.ts +29 -0
  1392. package/src/video/provider-platform/telemetry.ts +116 -0
  1393. package/src/video/provider-platform/types.ts +192 -0
  1394. package/src/video/provider-status.ts +199 -0
  1395. package/src/video/providers/dreamina-useapi.ts +345 -0
  1396. package/src/video/providers/flowmusic-useapi.ts +252 -0
  1397. package/src/video/providers/google-flow.ts +110 -0
  1398. package/src/video/providers/public-host.ts +128 -0
  1399. package/src/video/providers/runway-useapi.ts +377 -0
  1400. package/src/video/providers/xskill.ts +304 -0
  1401. package/src/video/readiness.ts +284 -0
  1402. package/src/video/reference-sheet-store.ts +40 -0
  1403. package/src/video/reference-sheets.ts +224 -0
  1404. package/src/video/remix-narrated.ts +92 -0
  1405. package/src/video/report-diff.ts +299 -0
  1406. package/src/video/report-history.ts +122 -0
  1407. package/src/video/report.ts +35 -0
  1408. package/src/video/review-ui.ts +2495 -0
  1409. package/src/video/scene-candidate-store.ts +152 -0
  1410. package/src/video/scene-candidates.ts +195 -0
  1411. package/src/video/scene-selection-store.ts +36 -0
  1412. package/src/video/scene-selection.ts +306 -0
  1413. package/src/video/scheduling.ts +18 -0
  1414. package/src/video/scorecard.ts +90 -0
  1415. package/src/video/seedance-asset-library.ts +259 -0
  1416. package/src/video/seedance-blocks.ts +118 -0
  1417. package/src/video/seedance-chain-host.ts +152 -0
  1418. package/src/video/seedance-content-filter.ts +354 -0
  1419. package/src/video/seedance-skill-loader.ts +83 -0
  1420. package/src/video/sfx.ts +159 -0
  1421. package/src/video/shot-grammar.ts +349 -0
  1422. package/src/video/show-bible.ts +235 -0
  1423. package/src/video/soundtrack.ts +257 -0
  1424. package/src/video/stage-guards.ts +112 -0
  1425. package/src/video/status.ts +342 -0
  1426. package/src/video/story-bible.ts +302 -0
  1427. package/src/video/storyboard-grid.ts +320 -0
  1428. package/src/video/storyboard-markdown.ts +434 -0
  1429. package/src/video/storyboard-still-candidates.ts +82 -0
  1430. package/src/video/storyboard-templates.ts +249 -0
  1431. package/src/video/studio/execute.ts +401 -0
  1432. package/src/video/studio/planner.ts +114 -0
  1433. package/src/video/studio/project-context.ts +25 -0
  1434. package/src/video/studio/recipes.ts +346 -0
  1435. package/src/video/studio/session.ts +24 -0
  1436. package/src/video/studio/types.ts +76 -0
  1437. package/src/video/template-store.ts +241 -0
  1438. package/src/video/timeline.ts +32 -0
  1439. package/src/video/title-overlay.ts +234 -0
  1440. package/src/video/types.ts +465 -0
  1441. package/src/video/veo-subprocess.ts +77 -0
  1442. package/src/video/verify-env.ts +206 -0
  1443. package/src/video/verify-final.ts +65 -0
  1444. package/src/video/video-context.ts +92 -0
  1445. package/src/video/vocal-map.ts +155 -0
  1446. package/src/video/vocal-sync-plan.ts +224 -0
  1447. package/src/video/voice-clone.ts +410 -0
  1448. package/src/video/with-retry.ts +149 -0
  1449. package/src/video/workload.ts +87 -0
  1450. package/src/video/workspace.ts +255 -0
  1451. package/tmp/review-station/index.html +4194 -0
  1452. package/tsconfig.json +19 -0
@@ -0,0 +1,1668 @@
1
+ ---
2
+ name: seedance-cartoon
3
+ description: Generate cartoon and animation style video prompts for Seedance 2.0 on Higgsfield. Use whenever the user wants cartoon, 2D animation, cel-shaded, hand-drawn, illustrated, flat animation, or motion graphics animation style video. Triggers on: cartoon, animation, cel shading, hand-drawn, illustrated, flat design animation, vector animation, retro cartoon, rubber hose, motion graphics, or any cartoon/animated style request. Use even for vague requests like "make it look animated" or "fun colorful style."
4
+ ---
5
+
6
+ # Seedance 2.0 on Higgsfield — Cartoon & Animation Prompt Generator
7
+
8
+ Welcome to the ultimate guide for creating stunning cartoon and animation style video prompts for Seedance 2.0 on Higgsfield. Whether you're crafting whimsical character animations, dynamic action sequences, or minimalist motion graphics, this skill provides frameworks, templates, and deep creative guidance for generating animation-focused video prompts.
9
+
10
+ ## Seedance 2.0 on Higgsfield Specifications
11
+
12
+ **Seedance 2.0 on Higgsfield** is a generative AI video platform optimized for creating high-quality, stylized video content. For animation workflows, consider these core specifications:
13
+
14
+ - **Native Frame Counts**: 24fps, 30fps, 48fps, 60fps (most natural for animation; 24fps = classic theatrical feel)
15
+ - **Duration Sweet Spot**: 2–6 seconds (higher quality per frame than longer sequences)
16
+ - **Resolution Support**: 1080p, 1440p, 4K (4K recommended for detailed hand-drawn styles)
17
+ - **Color Depth**: Full 8-bit RGB color space (critical for vibrant cartoon palettes)
18
+ - **Motion Vectors**: Seedance 2.0 on Higgsfield supports smooth interpolation and motion blur options
19
+ - **Prompt Tokenization**: Detailed style descriptors are parsed separately from action descriptors
20
+ - **Iteration Budget**: Test keyframes and style variations separately for faster refinement
21
+
22
+ ## 2-Second Hook Framework for Cartoon
23
+
24
+ A compelling cartoon animation needs an immediate, eye-catching moment in the opening frames. The "2-second hook" is the opening 48–60 frames that captures attention through motion, expression, or visual transformation. Use at least ONE of the following hooks in every animation prompt:
25
+
26
+ ### Hook 01: Character Smash-Zoom
27
+ The protagonist or key object violently zooms into the camera plane with exaggerated scale change and comedic impact frames. Triggers audience anticipation.
28
+
29
+ *Prompt Integration*: "Character SMASH-ZOOMS directly into camera with cartoon impact frame, eyes bulging, motion blur trails"
30
+
31
+ ### Hook 02: Rubber Hose Stretch Entrance
32
+ A character enters by impossibly stretching their limbs, body, or facial features. Deforms and snaps back into proportion with rubbery, physics-defying motion.
33
+
34
+ *Prompt Integration*: "Character stretches across the screen like rubber hose animation, limbs extend and whip back into place"
35
+
36
+ ### Hook 03: Color Explosion
37
+ A burst of vibrant color, sparkles, or gradient wash floods the screen. Creates visual pop and draws eyes to specific focal points.
38
+
39
+ *Prompt Integration*: "Bright color explosion radiates outward, hot pink and electric yellow sparkles bloom across canvas"
40
+
41
+ ### Hook 04: Fourth-Wall Break
42
+ Character breaks eye contact with the audience, glances directly at camera, winks, or acknowledges the "viewer" with exaggerated expression.
43
+
44
+ *Prompt Integration*: "Character freezes, turns to camera with conspiratorial grin and winks, eyebrow raised"
45
+
46
+ ### Hook 05: Exaggerated Reaction Face
47
+ An enormous facial expression change—eyes pop wide, mouth stretches, face contorts with emotion (shock, delight, horror). Holds for 0.3–0.5 seconds for comedic impact.
48
+
49
+ *Prompt Integration*: "Face stretches into shocked expression, eyes become giant ovals, mouth drops open in silent scream"
50
+
51
+ ### Hook 06: Object Transforms Unexpectedly
52
+ An inanimate object or background element suddenly morphs, grows, or shifts shape. Creates visual surprise and sets the tone for surreal/whimsical animation.
53
+
54
+ *Prompt Integration*: "Cloud transforms into bird silhouette, ground waves like water, environment is alive and morphing"
55
+
56
+ ### Hook 07: Speed Line Burst
57
+ A flurry of curved speed lines, motion trails, or streaks explode across the frame behind the primary action.
58
+
59
+ *Prompt Integration*: "Speed lines burst radially outward, character performs rapid spin move with trailing motion blur"
60
+
61
+ ### Hook 08: Particle Shower / Confetti Cascade
62
+ Rapid rain of sparkles, confetti, hearts, stars, or debris cascades down or erupts upward. Instantly signals celebration or magical moment.
63
+
64
+ *Prompt Integration*: "Rainbow confetti and golden sparkles shower down in rapid cascade, covering half the screen"
65
+
66
+ ### Hook 09: Blink/Wink Cut
67
+ Character's eyes slam shut, screen goes black for 0.1 seconds, then cut to new scene or angle. Fast, dynamic transition.
68
+
69
+ *Prompt Integration*: "Character blinks hard, screen flashes black for one frame, instant cut to new perspective"
70
+
71
+ ### Hook 010: Gravity Flip / Environmental Inversion
72
+ Gravity reverses, objects float upward, character defies physics mid-motion. Creates surreal, eye-catching moment.
73
+
74
+ *Prompt Integration*: "Gravity inverts, character floats upward as ground becomes sky, environment flips with artistic swirl"
75
+
76
+ ---
77
+
78
+ ## Cartoon Philosophy: Art Direction & Design Principles
79
+
80
+ ### Art Styles (15+ Distinct Cartoon Styles)
81
+
82
+ The style you select shapes every visual element—line weight, color saturation, character proportion, and animation fluidity. Choose one primary style and optional secondary accent:
83
+
84
+ #### 01. Classic Disney
85
+ - **Visual Signature**: Smooth, curved lines; expressive eyes with white pupils; natural color gradients; rounded anatomy
86
+ - **Line Work**: Soft anti-aliased strokes, 2–3px weight
87
+ - **Color Philosophy**: Rich, warm palettes; subtle shadows and highlights
88
+ - **Speed & Fluidity**: Smooth, arcing movements; lots of anticipation
89
+ - **Prompt Cue**: "classic Disney 1950s animation, soft curves, expressive eyes, warm gradient backgrounds"
90
+
91
+ #### 02. Cartoon Network (Warner Bros. Classic)
92
+ - **Visual Signature**: Bold, thick outlines; wild takes; exaggerated proportions; high-contrast color
93
+ - **Line Work**: Heavy 4–6px outlines, often black or deep brown
94
+ - **Character Design**: Rubber hose limbs, flexible anatomy, minimal finger detail
95
+ - **Prompt Cue**: "Cartoon Network style, bold ink outlines, exaggerated rubber hose limbs, comedic timing"
96
+
97
+ #### 03. Flat Vector / Minimalist
98
+ - **Visual Signature**: Solid color shapes, no gradients; clean geometric construction; modern feel
99
+ - **Line Work**: Uniform stroke weight or no outline, relying on shape distinction
100
+ - **Color**: Bold primaries, high saturation, flat fills
101
+ - **Prompt Cue**: "Flat vector animation, minimal outlines, solid color blocks, modern geometric style"
102
+
103
+ #### 04. Retro Rubber Hose (1920s–1930s)
104
+ - **Visual Signature**: Impossible limb deformation; round eyes (often just two circles and pupils); sinuous, flowing motion
105
+ - **Line Work**: Thick, consistent outlines; minimal detail
106
+ - **Movement**: Highly stylized and exaggerated; hypnotic fluidity
107
+ - **Prompt Cue**: "1920s rubber hose animation, impossible limb deformation, art deco flourishes, sinuous motion"
108
+
109
+ #### 05. Sketch / Pencil
110
+ - **Visual Signature**: Visible pencil strokes; rough, gestural line work; sketchy fill-patterns; hand-drawn texture
111
+ - **Shading**: Cross-hatching, pencil shading, visible eraser marks
112
+ - **Feeling**: Raw, energetic, unfinished quality
113
+ - **Prompt Cue**: "Pencil sketch animation, visible pencil strokes, rough hatching, hand-drawn texture throughout"
114
+
115
+ #### 06. Watercolor / Painterly
116
+ - **Visual Signature**: Soft, blended colors; organic shapes; diffusion at edges; translucent layers
117
+ - **Shading**: Wet-on-wet blending, color gradients, no hard lines
118
+ - **Feeling**: Dreamy, atmospheric, organic
119
+ - **Prompt Cue**: "Watercolor animation style, soft translucent colors, wet blending, diffused edges, organic shapes"
120
+
121
+ #### 07. Paper Cutout / Papier-Mâché
122
+ - **Visual Signature**: Flat, layered paper sheets; visible creases and folds; shadows cast by depth; slightly 3D feel from layering
123
+ - **Shading**: Hard shadows defining depth between layers
124
+ - **Texture**: Paper grain visible, sometimes slightly worn or aged
125
+ - **Prompt Cue**: "Paper cutout animation, layered colored paper, visible fold creases, soft shadow edges, slight 3D depth"
126
+
127
+ #### 08. Pixel Art / Retro 8-bit / 16-bit
128
+ - **Visual Signature**: Small square pixels forming image; chunky, geometric silhouettes; limited color palette
129
+ - **Animation**: Rapid frame cycling (minimum 8–12 frames per movement cycle)
130
+ - **Feeling**: Nostalgic, retro-game aesthetic
131
+ - **Prompt Cue**: "Pixel art animation, 16-bit retro style, geometric blocky shapes, limited color palette, rapid frame transitions"
132
+
133
+ #### 09. Neon Line Art / Glow
134
+ - **Visual Signature**: Glowing lines on dark background; electric colors; minimal fill; cyberpunk aesthetic
135
+ - **Light**: Heavy glow and bloom effects; luminous line strokes
136
+ - **Color Palette**: Electric blues, magentas, cyans, acid greens
137
+ - **Prompt Cue**: "Neon line art, glowing stroke edges, dark background, electric magenta and cyan colors, heavy bloom"
138
+
139
+ #### 010. Manga / Anime
140
+ - **Visual Signature**: Large expressive eyes; defined eyelashes; dramatic speed lines; sharp linework; detailed facial features
141
+ - **Shading**: Selective solid shadow blocks; halftone dot patterns
142
+ - **Expression**: Intense, emotional character reactions
143
+ - **Prompt Cue**: "Manga anime style, large expressive eyes, dramatic speed lines, sharp black outlines, intense expressions"
144
+
145
+ #### 011. Stop-Motion / Claymation
146
+ - **Visual Signature**: Subtle jerky frame-to-frame movement; visible clay/puppet texture; realistic lighting; dimensional depth
147
+ - **Animation Quality**: 12fps feels authentic; slight model seams visible
148
+ - **Texture**: Fingerprints, material imperfections, handmade feel
149
+ - **Prompt Cue**: "Claymation stop-motion aesthetic, subtle frame jitter, visible material texture, dimensional puppet lighting"
150
+
151
+ #### 012. Oil Painting / Impressionist
152
+ - **Visual Signature**: Thick brushstrokes; visible paint texture; loose color mixing; dreamy, artistic quality
153
+ - **Shading**: Modulated colors for shadow/highlight, not black outlines
154
+ - **Feeling**: High art, gallery-quality animation
155
+ - **Prompt Cue**: "Oil painting animation style, thick visible brushstrokes, impressionist color mixing, textured canvas"
156
+
157
+ #### 013. Silhouette / Shadow Puppet
158
+ - **Visual Signature**: Pure solid black characters against colorful, detailed backgrounds
159
+ - **Animation**: Character action easily readable in pure silhouette; dynamic poses
160
+ - **Background**: Rich, often photorealistic or highly detailed
161
+ - **Prompt Cue**: "Silhouette animation, pure black character shapes, detailed colorful background, shadow puppet aesthetic"
162
+
163
+ #### 014. Doodle / Cartoon Comic
164
+ - **Visual Signature**: Roughly-sketched, hand-drawn quality; speech bubbles; comic panel borders; spontaneous line work
165
+ - **Line Quality**: Varies in weight, occasionally shaky or overshooting corners
166
+ - **Color**: Often watercolor or highlighter-pen feel
167
+ - **Prompt Cue**: "Doodle animation, rough hand-drawn lines, comic speech bubbles, highlighter color style"
168
+
169
+ #### 015. CGI Stylized / 3D Toon Shading
170
+ - **Visual Signature**: 3D models with cartoon shader (cel-shading); visible outline edges; solid color blocks with hard shadow lines
171
+ - **Light**: Strong directional lighting creating bold shadow shapes
172
+ - **Animation**: Smooth 3D motion with 2D visual aesthetic
173
+ - **Prompt Cue**: "3D cel-shaded cartoon, toon shaders with bold outlines, smooth 3D motion, flat color blocks with hard shadows"
174
+
175
+ ---
176
+
177
+ ### Character Design for Cartoon Animation
178
+
179
+ Great cartoon characters are instantly recognizable and highly expressive. Follow these principles:
180
+
181
+ #### Proportions & Silhouette
182
+ - **Rule of Thirds**: Head, torso, legs should read clearly as distinct sections; avoid same-length limbs
183
+ - **Silhouette Test**: Fill character with solid black—should be readable and unique
184
+ - **Feature Exaggeration**: Enlarge distinctive features (large eyes, long ears, round belly) for personality
185
+ - **Asymmetry**: One feature slightly off-balance makes character more memorable
186
+
187
+ #### Facial Expressions
188
+ - **Eyes**: Largest single feature communicating emotion; use size changes, pupil placement, eyebrow angle
189
+ - **Mouth**: Extreme shapes for surprise, sadness, joy; overlaps eyes at intensity
190
+ - **Squash & Stretch**: Face itself deforms to show emotion (puffed cheeks for anger, narrowed eyes for focus)
191
+ - **Micro-Expressions**: Include momentary extreme shapes (0.1–0.2 sec) between neutral frames for realism
192
+
193
+ #### Squash & Stretch Principles
194
+ - **Squash**: Object compresses vertically on impact, spreads horizontally (feels heavy, impactful)
195
+ - **Stretch**: Object elongates before/after rapid movement (exaggerates speed, implies energy)
196
+ - **Preserve Volume**: Keep character volume constant (if wider, make shorter; if taller, make narrower)
197
+ - **Application Range**: Use 20–50% exaggeration for cartoony feel; 10–20% for subtler styles
198
+
199
+ ---
200
+
201
+ ### Animation Principles Applied to Cartoon Prompts
202
+
203
+ All 12 core animation principles translate directly to prompt language:
204
+
205
+ #### 01. Squash & Stretch
206
+ - **Prompt Application**: "Include exaggerated squash on landing, stretch during jump; preserve character volume"
207
+ - **Keyword**: `squash and stretch`, `rubber physics`, `volume preservation`
208
+
209
+ #### 02. Anticipation
210
+ - **Prompt Application**: "Character winds up before major movement; crouch before jump, breath before dialogue"
211
+ - **Keyword**: `wind-up`, `anticipatory pose`, `subtle setup`
212
+
213
+ #### 03. Staging
214
+ - **Prompt Application**: "Clear focal point; secondary action doesn't distract from main action; use depth and positioning"
215
+ - **Keyword**: `clear staging`, `focal hierarchy`, `layered depth`
216
+
217
+ #### 04. Follow-Through & Overlapping Action
218
+ - **Prompt Application**: "Hair and clothing lag slightly behind head movement; fingers last to settle in pose"
219
+ - **Keyword**: `follow-through motion`, `trailing limbs`, `overlapping arcs`
220
+
221
+ #### 05. Arc Motion
222
+ - **Prompt Application**: "Avoid straight-line movement; character moves in smooth curved paths"
223
+ - **Keyword**: `arcing trajectory`, `curved motion path`, `smooth parabolic arc`
224
+
225
+ #### 06. Timing & Spacing
226
+ - **Prompt Application**: "Snappy movements are fewer frames between keyframes; floaty movements are evenly-spaced frames"
227
+ - **Keyword**: `rapid timing`, `slow-in slow-out`, `eased arcs`, `snappy beats`
228
+
229
+ #### 07. Secondary Action
230
+ - **Prompt Application**: "Head turns before body; fingers gesture while speaking; eyes blink independently"
231
+ - **Keyword**: `secondary gestures`, `independent movement`, `supporting action`
232
+
233
+ #### 08. Exaggeration
234
+ - **Prompt Application**: "Push emotion beyond realistic; eyes wider, mouth larger, movements bigger than life"
235
+ - **Keyword**: `exaggerated`, `over-the-top`, `amplified emotion`
236
+
237
+ #### 09. Solid Drawing / Consistency
238
+ - **Prompt Application**: "Character model sheet consistency; proportions held throughout; perspective accurate"
239
+ - **Keyword**: `model consistency`, `accurate proportions`, `maintained character design`
240
+
241
+ #### 010. Appeal / Charm
242
+ - **Prompt Application**: "Character has personality in every pose; expressions are engaging; visual design is attractive"
243
+ - **Keyword**: `appealing design`, `charming expressions`, `personality-driven`, `likeable proportions`
244
+
245
+ #### 011. Emotional Authenticity
246
+ - **Prompt Application**: "Even in cartoony world, emotional motivation is clear and sincere beneath exaggeration"
247
+ - **Keyword**: `genuine emotion beneath exaggeration`, `sincere character motivation`
248
+
249
+ #### 012. Loose Ends / Imperfection
250
+ - **Prompt Application**: "Allow slight wonkiness in line work or timing for hand-drawn feel (if not polished vector style)"
251
+ - **Keyword**: `slight line imperfection`, `hand-drawn quality`, `organic unevenness`
252
+
253
+ ---
254
+
255
+ ### Color Palettes for Cartoon Animation
256
+
257
+ Color choice dramatically affects tone. Select ONE primary palette, optionally add ONE accent:
258
+
259
+ #### Bold & Saturated (High Energy)
260
+ - **Characteristic**: Vivid primaries and secondaries at full saturation
261
+ - **Palette Example**: Hot magenta, bright cyan, golden yellow, electric lime
262
+ - **Mood**: High-energy, comedic, youthful
263
+ - **Prompt**: "Bold, saturated primary colors; hot pink, electric blue, bright yellow dominate"
264
+
265
+ #### Pastel / Soft (Whimsical)
266
+ - **Characteristic**: High lightness, low saturation; soft, gentle hues
267
+ - **Palette Example**: Pale lavender, soft mint, blush pink, powder blue, cream
268
+ - **Mood**: Cute, gentle, dreamy
269
+ - **Prompt**: "Soft pastel palette, pale lavender and mint, gentle light quality, whimsical"
270
+
271
+ #### Monochrome / Single-Hue (Elegant)
272
+ - **Characteristic**: All colors derived from single hue; vary by saturation and value
273
+ - **Palette Example**: All blues (navy to sky to pale), or all greens
274
+ - **Mood**: Elegant, cohesive, sophisticated
275
+ - **Prompt**: "Monochrome blue palette, ranging navy to sky to pale cyan, elegant unified color"
276
+
277
+ #### Warm (Cozy / Nostalgic)
278
+ - **Characteristic**: Oranges, warm reds, golds, burnt sienna, warm grays
279
+ - **Mood**: Comforting, retro, autumnal
280
+ - **Prompt**: "Warm color palette, burnt orange, golden tan, rust red, nostalgic autumn feel"
281
+
282
+ #### Cool (Calm / Serious)
283
+ - **Characteristic**: Blues, cyans, purples, cool grays, teals
284
+ - **Mood**: Calming, professional, somber, mysterious
285
+ - **Prompt**: "Cool color palette, slate blue and teal tones, calm professional aesthetic"
286
+
287
+ #### Complementary / High Contrast (Dynamic)
288
+ - **Characteristic**: Colors directly opposite on color wheel (red/green, purple/yellow, blue/orange)
289
+ - **Mood**: Tension, drama, visual interest
290
+ - **Prompt**: "High-contrast complementary palette, magenta and lime-green, electric visual tension"
291
+
292
+ #### Earth Tones / Natural (Organic)
293
+ - **Characteristic**: Browns, tans, olives, sage, terracottas, muted greens
294
+ - **Mood**: Natural, grounded, organic, rustic
295
+ - **Prompt**: "Earth tone palette, sage green, terracotta, warm brown, natural organic feel"
296
+
297
+ #### Neon / Cyberpunk (Modern / Surreal)
298
+ - **Characteristic**: Glowing, high-saturation fluorescent hues on dark background
299
+ - **Mood**: Futuristic, surreal, edgy, modern
300
+ - **Prompt**: "Neon cyberpunk colors, electric magenta and cyan on dark ground, glowing quality"
301
+
302
+ ---
303
+
304
+ ### Line Work Styles
305
+
306
+ #### Thick Bold Outline (Cartoon Network, Warner Bros. style)
307
+ - **Weight**: 4–8px strokes, consistently heavy
308
+ - **Color**: Black, dark brown, or dark purple
309
+ - **Effect**: Strong graphic quality, reads at distance, comedic emphasis
310
+ - **Prompt**: "Thick 5px black outlines, bold graphic silhouettes, high contrast"
311
+
312
+ #### Thin Line (Elegant, Modern Vector)
313
+ - **Weight**: 1–2px strokes, uniform
314
+ - **Color**: Black, dark gray, or color-matched
315
+ - **Effect**: Clean, refined, contemporary
316
+ - **Prompt**: "Thin uniform 1.5px black outlines, clean modern vector feel"
317
+
318
+ #### Variable Weight (Gesture-Based, Hand-Drawn)
319
+ - **Weight**: Varies from 2–6px depending on direction and form
320
+ - **Psychology**: Heavier on one side of form to suggest light direction
321
+ - **Effect**: Artistic, hand-drawn authenticity
322
+ - **Prompt**: "Variable weight outlines, heavier on shadows, gestural hand-drawn quality"
323
+
324
+ #### No Outline (Flat Vector or Painterly)
325
+ - **Method**: Color difference and shape alone define form
326
+ - **Requirement**: Distinct color or value at boundaries
327
+ - **Effect**: Modern, sophisticated, minimalist
328
+ - **Prompt**: "No outlines, color and value define form, flat vector aesthetic"
329
+
330
+ #### Textured / Sketchy (Rough Hand-Drawn)
331
+ - **Method**: Multiple passes of imperfect strokes; visible corrections
332
+ - **Effect**: Raw, energetic, hand-crafted
333
+ - **Prompt**: "Sketchy textured outlines, visible pencil strokes, rough artistic feel, hatching details"
334
+
335
+ ---
336
+
337
+ ### Background Approaches for Cartoon
338
+
339
+ #### Detailed Painted Background
340
+ - **Technique**: Fully rendered, illustrative background art
341
+ - **Character Integration**: Character sits in realistic, detailed environment
342
+ - **Mood Setting**: Background carries story/setting weight
343
+ - **Prompt**: "Richly detailed painted background, soft impressionist garden, character integrated naturally"
344
+
345
+ #### Simplified / Graphic Background
346
+ - **Technique**: Flat shapes, minimal detail, color blocks only
347
+ - **Character Integration**: Character is clear focal point; background supports without competing
348
+ - **Mood**: Modern, minimalist, focus-driven
349
+ - **Prompt**: "Simplified graphic background, flat color blocks, warm tan and soft blue, character focal point"
350
+
351
+ #### Abstract / Gradient Background
352
+ - **Technique**: Soft color gradients, no recognizable forms
353
+ - **Character Integration**: Character reads clearly against simple ground
354
+ - **Mood**: Timeless, universal, intimate
355
+ - **Prompt**: "Abstract gradient background, soft purple to pink fade, no recognizable forms"
356
+
357
+ #### Pattern / Repeating Background
358
+ - **Technique**: Wallpaper-like repeat; geometric or organic pattern
359
+ - **Character Integration**: Character overlaid on repeating motif
360
+ - **Mood**: Whimsical, rhythmic, slightly surreal
361
+ - **Prompt**: "Repeating star and moon pattern background, pastel colors, rhythmic tile effect"
362
+
363
+ #### Fully Dynamic / Shape-Shifting Background
364
+ - **Technique**: Background actively animates; morphs, transforms, responds to character
365
+ - **Character Integration**: Character and background equally important; symbiotic relationship
366
+ - **Mood**: Surreal, magical, fully animated world
367
+ - **Prompt**: "Background actively morphs and shifts, clouds become shapes, ground waves like water, alive environment"
368
+
369
+ ---
370
+
371
+ ## Master Template for Cartoon Animation Prompts
372
+
373
+ Use this structure to systematize every cartoon prompt. Fill in selections from encyclopedia sections above:
374
+
375
+ ```
376
+ [OPENING HOOK] + [MAIN ACTION] + [STYLE STACK] + [CHARACTER DESIGN] +
377
+ [ANIMATION PRINCIPLES] + [COLOR DIRECTION] + [TECHNICAL SPECS] + [CLOSURE/EMOTION]
378
+ ```
379
+
380
+ ### Template with Variables:
381
+
382
+ **[OPENING HOOK - Pick One]**
383
+ "[Character/Object] enters with [chosen hook type: smash-zoom, stretch, color explosion, etc.]"
384
+
385
+ **[MAIN ACTION - Core Narrative]**
386
+ "[Character/Object] performs [primary action]. [Secondary character/object] responds with [reaction]. Sequence ends with [closure beat]."
387
+
388
+ **[PRIMARY STYLE]**
389
+ "Animation style: [primary art style from encyclopedia]. Line work: [line style]. Color palette: [palette type]."
390
+
391
+ **[CHARACTER SPECIFICS]**
392
+ "Character has [key design features]. Expression conveys [emotion]. Use [squash/stretch/other principle] to emphasize [target action]."
393
+
394
+ **[ANIMATION INSTRUCTIONS]**
395
+ "Apply [animation principle 1], [animation principle 2], and [animation principle 3]. Follow-through on [specific element]."
396
+
397
+ **[TECHNICAL SPECIFICATIONS]**
398
+ "24fps, 4 seconds, 1440p resolution. Motion: smooth easing. Timing: [snappy/slow/rhythmic]. Include [specific effect type]."
399
+
400
+ **[EMOTIONAL PAYLOAD]**
401
+ "Overall tone: [comedic/dramatic/whimsical]. Audience should feel [target emotion]."
402
+
403
+ ### Example Template Fill:
404
+
405
+ "Smiling character SMASH-ZOOMS into camera with bright color explosion around them. They perform a rapid spin move while environment shifts from daytime to magical night. Animation style: Cartoon Network bold outline with rubber hose limbs. Color palette: warm nostalgic oranges and purples. 24fps, 3.5 seconds, smooth easing arcs, exaggerated anticipation before spin, follow-through on trailing sleeve. Tone: comedic delight."
406
+
407
+ ---
408
+
409
+ ## Animation Style Encyclopedia (15+ Detailed Styles)
410
+
411
+ ### STYLE 001: Classic Disney (1940s–1960s)
412
+
413
+ **Visual Foundation**
414
+ - Smooth, almost liquid character movement
415
+ - Expressive proportions: medium-sized heads, graceful limbs
416
+ - Warm, naturalistic color palettes with rich gradients
417
+ - Soft anti-aliased line work, 2–3px weight
418
+
419
+ **Signature Elements**
420
+ - Large, sparkling eyes with white pupils and eye shine
421
+ - Soft shadows using color gradation rather than pure black
422
+ - Rounded, flowing anatomy (even objects have curves)
423
+ - Backgrounds are painterly, detailed, integrated with character space
424
+
425
+ **Animation Speed**: 24fps, smooth slow-in/slow-out easing throughout
426
+
427
+ **Prompt Phrasing**
428
+ - "Classic Disney 1950s style, smooth curved lines, expressive eyes with white pupils, warm gradient backgrounds"
429
+ - "Soft anti-aliased character animation, Disney golden age, graceful flowing limbs, eye shine highlights"
430
+ - "Warm nostalgic color palette, soft shadow work, painted background detail, gentle easing throughout"
431
+
432
+ **Ideal For**: Fairy tales, emotional character moments, magical sequences, whimsy with depth
433
+
434
+ ---
435
+
436
+ ### STYLE 002: Cartoon Network / Warner Bros. Rubber Hose
437
+
438
+ **Visual Foundation**
439
+ - Thick, bold black outlines (4–6px minimum)
440
+ - Exaggerated, impossible anatomy; rubber-limb deformation
441
+ - High-contrast color blocks; minimal gradient work
442
+ - Minimal finger detail (often just 3-finger hands)
443
+
444
+ **Signature Elements**
445
+ - Comedic "takes" (rapid extreme expressions)
446
+ - Speed lines radiating from movement
447
+ - Impact frames (one-frame holds of exaggerated expression)
448
+ - Environment is graphic, simplified shapes
449
+
450
+ **Animation Speed**: Snappy 24fps with rapid key-pose transitions; lots of holds on comedy beats
451
+
452
+ **Prompt Phrasing**
453
+ - "Cartoon Network classic style, bold 5px black outlines, rubber hose limbs, comedic timing"
454
+ - "Exaggerated rubber hose animation, impossible limb deformation, speed lines, hard-edged color blocks"
455
+ - "High-contrast graphic color palette, minimal gradients, comedic takes, rapid expression shifts"
456
+
457
+ **Ideal For**: Comedy, action sequences, slapstick, energetic character interactions, quick-cut montages
458
+
459
+ ---
460
+
461
+ ### STYLE 003: Flat Vector / Modern Minimalist
462
+
463
+ **Visual Foundation**
464
+ - Solid color shapes with NO gradients or textures
465
+ - Geometric construction; clean silhouettes
466
+ - Uniform thin outlines or no outline (color distinction only)
467
+ - Modern, app-design aesthetic
468
+
469
+ **Signature Elements**
470
+ - Shapes are perfect circles, rectangles, curves (no organic wobble)
471
+ - Limited 3–5 color palette per scene
472
+ - All elements clearly readable at small size
473
+ - Motion is smooth and mathematical
474
+
475
+ **Animation Speed**: 30fps or 60fps, smooth easing, mechanical precision
476
+
477
+ **Prompt Phrasing**
478
+ - "Flat vector animation, geometric shapes, solid color blocks, no gradients, modern design aesthetic"
479
+ - "Minimalist style, clean circles and rectangles, high-contrast colors, mathematical motion paths"
480
+ - "Flat design animation, simple shapes, primary and secondary color palette, crisp edges, no texture"
481
+
482
+ **Ideal For**: Explainers, motion graphics, infographics, corporate video, modern advertising, educational content
483
+
484
+ ---
485
+
486
+ ### STYLE 004: Retro Rubber Hose (1920s–1930s)
487
+
488
+ **Visual Foundation**
489
+ - Impossibly stretchy, sinuous limbs following no anatomical logic
490
+ - Character eyes: two simple circles with dot pupils (no white)
491
+ - Art Deco-inspired backgrounds with geometric patterns
492
+ - Consistent medium outline weight (2–3px), black or dark brown
493
+
494
+ **Signature Elements**
495
+ - Limbs rotate and twist in hypnotic, spiral motions
496
+ - Character moves in and out of frame using impossible deformations
497
+ - Background is almost as stylized as character
498
+ - Movement is rhythmic and almost musical in quality
499
+
500
+ **Animation Speed**: 12fps creates authentic choppy retro feel; 24fps feels updated
501
+
502
+ **Prompt Phrasing**
503
+ - "1920s rubber hose animation, sinuous stretchy limbs, art deco background, hypnotic spiraling motion"
504
+ - "Retro 1930s style, impossible limb deformation, simple circle eyes, art deco patterns, black outlines"
505
+ - "Rubber hose physics, character spins and stretches impossibly, rhythmic musical motion, vintage feel"
506
+
507
+ **Ideal For**: Period pieces, vintage advertising, whimsical storytelling, opening sequences, retro nostalgia
508
+
509
+ ---
510
+
511
+ ### STYLE 005: Pencil Sketch / Hand-Drawn
512
+
513
+ **Visual Foundation**
514
+ - Visible pencil stroke texture throughout; sketchy line work
515
+ - Rough, gestural quality; lines don't perfectly connect
516
+ - Shading via cross-hatching, pencil strokes, not gradients
517
+ - Occasional visible erasure marks and corrections
518
+
519
+ **Signature Elements**
520
+ - Hand-drawn imperfection is feature, not flaw
521
+ - Organic wobble in all lines
522
+ - Shading is linear (hatching) rather than smooth gradation
523
+ - Background and character drawn with equal sketchy energy
524
+
525
+ **Animation Speed**: 24fps with subtle frame-jitter for authenticity (or 12fps for more visible sketch transitions)
526
+
527
+ **Prompt Phrasing**
528
+ - "Pencil sketch animation, visible pencil strokes, rough gestural line work, cross-hatching shading"
529
+ - "Hand-drawn rough quality, sketchy organic lines, hatching and texture, visible sketch imperfection"
530
+ - "Pencil animation style, gestural bold strokes, erasure marks visible, energetic hand-drawn feel"
531
+
532
+ **Ideal For**: Personal narratives, storybook adaptations, artistic shorts, experimental animation, character-driven drama
533
+
534
+ ---
535
+
536
+ ### STYLE 006: Watercolor / Painterly
537
+
538
+ **Visual Foundation**
539
+ - Soft blended colors with translucent layers
540
+ - Diffusion and feathering at edges; no hard lines
541
+ - Wet-on-wet color mixing visible; color gradients organic
542
+ - Flowing, organic shapes with soft contours
543
+
544
+ **Signature Elements**
545
+ - Light source creates soft color gradation
546
+ - Background and character are painted with same loose brush style
547
+ - Occasional visible brush strokes; texture palpable
548
+ - Color often bleeds slightly beyond form edges
549
+
550
+ **Animation Speed**: 24fps with smooth easing; motion feels like paint flowing
551
+
552
+ **Prompt Phrasing**
553
+ - "Watercolor animation, soft blended colors, translucent layering, wet-on-wet diffusion, painterly brushwork"
554
+ - "Loose watercolor style, organic soft edges, color gradients, flowing brush texture, dreamy quality"
555
+ - "Watercolor painted animation, color bleeding and blending, soft no-hard-line approach, artistic texture"
556
+
557
+ **Ideal For**: Fairy tales, poetry-based narratives, emotional drama, dreamy sequences, artistic expression pieces
558
+
559
+ ---
560
+
561
+ ### STYLE 007: Paper Cutout / Papier-Mâché
562
+
563
+ **Visual Foundation**
564
+ - Flat, layered paper sheets stacked at slight angles creating depth
565
+ - Visible crease lines and fold edges defining form boundaries
566
+ - Shadow cast by offset layers creates 3D illusion
567
+ - Paper grain and slight wear/aging visible
568
+
569
+ **Signature Elements**
570
+ - Shadows are distinct hard-edged shapes (light source direction clear)
571
+ - Paper layers are colorful but bounded by visible paper edges
572
+ - Movement involves layer rotation and repositioning
573
+ - Background uses same paper-stack technique as character
574
+
575
+ **Animation Speed**: 12fps–24fps, depending on desired "stop-motion" feel
576
+
577
+ **Prompt Phrasing**
578
+ - "Paper cutout animation, layered colored paper sheets, visible creases and folds, cast shadows defining depth"
579
+ - "Papier-mâché style, layered flat paper, hard-edged shadows, slight 3D depth, paper grain texture"
580
+ - "Paper stack animation, fold lines visible, stacked depth creating dimension, shadow definition clear"
581
+
582
+ **Ideal For**: Children's stories, tactile narratives, DIY/craft themes, album art, stop-motion substitutes, holiday specials
583
+
584
+ ---
585
+
586
+ ### STYLE 008: Pixel Art / 8-bit & 16-bit Retro
587
+
588
+ **Visual Foundation**
589
+ - Small square pixels forming all image content
590
+ - Chunky, geometric silhouettes with limited color palette (8–32 colors typical)
591
+ - Hard edges; no anti-aliasing or blur
592
+ - Nostalgic video-game aesthetic
593
+
594
+ **Signature Elements**
595
+ - Character movement cycles are visible frame-by-frame stepping (minimum 8–12 frames per action)
596
+ - Backgrounds are equally pixelated, often tiled patterns
597
+ - Color limitations are feature; palette is cohesive and intentional
598
+ - Screen scrolls or transitions use classic game-style wipes
599
+
600
+ **Animation Speed**: 24fps minimum to avoid blurry strobing; 12fps reads as choppier retro
601
+
602
+ **Prompt Phrasing**
603
+ - "Pixel art animation, 16-bit retro video game style, chunky geometric shapes, limited color palette"
604
+ - "8-bit animated pixels, nostalgic video game aesthetic, visible frame transitions, rapid cycle animation"
605
+ - "Pixelated animation, hard-edged blocky shapes, limited color palette, game-style tile backgrounds"
606
+
607
+ **Ideal For**: Retro gaming content, chiptune music videos, indie game aesthetics, nostalgia marketing, educational gaming
608
+
609
+ ---
610
+
611
+ ### STYLE 009: Neon Line Art / Glow
612
+
613
+ **Visual Foundation**
614
+ - Glowing luminous lines on dark (usually black) background
615
+ - Minimal or no fill; line work is primary visual
616
+ - Electric, saturated colors: magenta, cyan, lime, yellow
617
+ - Heavy bloom and glow effects around all strokes
618
+
619
+ **Signature Elements**
620
+ - Line weight is consistent but glows outward
621
+ - Background is pure black or very dark
622
+ - Color contrast is extreme (bright neon vs. dark void)
623
+ - Motion trails are neon-colored (not white)
624
+
625
+ **Animation Speed**: 24fps–60fps, smooth motion with persistent glow trail effect
626
+
627
+ **Prompt Phrasing**
628
+ - "Neon line art animation, glowing electric lines, dark background, magenta and cyan, heavy bloom effect"
629
+ - "Cyberpunk neon style, luminous stroke edges, pure black background, electric color glow, sci-fi aesthetic"
630
+ - "Neon glow animation, bright line work on dark void, glowing motion trails, electric colors, bloom"
631
+
632
+ **Ideal For**: Cyberpunk themes, music videos, sci-fi opening sequences, technology demos, electronic music visuals, nightclub aesthetics
633
+
634
+ ---
635
+
636
+ ### STYLE 010: Manga / Anime
637
+
638
+ **Visual Foundation**
639
+ - Large, highly expressive eyes with multiple eyelash lines
640
+ - Sharp, defined linework; no soft anti-aliasing
641
+ - Selective solid-color shading (not gradients)
642
+ - Dramatic speed lines and motion effects
643
+
644
+ **Signature Elements**
645
+ - Eyes dominate face; often larger than realistic proportion
646
+ - Eyebrows and eyelashes are thick, defined lines
647
+ - Shading uses solid shadow blocks and sometimes halftone dot patterns
648
+ - Expression shifts are dramatic and intense (not subtle)
649
+ - Hair has distinct shaped sections, not individual strands
650
+
651
+ **Animation Speed**: 24fps, with some poses held longer to emphasize drama
652
+
653
+ **Prompt Phrasing**
654
+ - "Manga anime style, large expressive eyes, dramatic speed lines, sharp black outlines, intense expressions"
655
+ - "Anime animation, defined linework, selective solid shading, thick eyelashes, dramatic emotional shifts"
656
+ - "Manga-style anime, geometric hair sections, halftone shading, speed line effects, intense eye contact"
657
+
658
+ **Ideal For**: Action sequences, dramatic emotional beats, youth-oriented content, character-focused narratives, Asian-inspired storytelling
659
+
660
+ ---
661
+
662
+ ### STYLE 011: Stop-Motion / Claymation
663
+
664
+ **Visual Foundation**
665
+ - Subtle frame-to-frame jitter (not perfectly smooth motion)
666
+ - Visible clay/puppet material texture and imperfections
667
+ - Realistic film lighting with dimensional depth
668
+ - Character has actual three-dimensional form
669
+
670
+ **Signature Elements**
671
+ - Motion is slightly jumpy (8–12fps authentic, 24fps for modern claymation)
672
+ - Fingerprints and material seams occasionally visible
673
+ - Shadows are realistic, dimensional
674
+ - Camera movement is present and credible (parallax, focus shifts)
675
+ - Lighting reveals form and creates atmosphere
676
+
677
+ **Animation Speed**: 12fps–24fps depending on desired choppy vs. smooth feel
678
+
679
+ **Prompt Phrasing**
680
+ - "Claymation stop-motion aesthetic, subtle frame jitter, visible clay texture, realistic dimensional lighting"
681
+ - "Stop-motion puppet animation, material imperfections visible, film lighting, authentic jump quality"
682
+ - "Claymation style, tactile puppet surface, dimensional shadows, realistic camera movement, craft feeling"
683
+
684
+ **Ideal For**: Whimsical narratives, handmade aesthetic projects, children's content, character-driven shorts, artistic craftsmanship celebration
685
+
686
+ ---
687
+
688
+ ### STYLE 012: Oil Painting / Impressionist
689
+
690
+ **Visual Foundation**
691
+ - Thick, visible brushstrokes; paint texture is primary feature
692
+ - Colors are blended but maintain luminous quality
693
+ - Loose, artistic approach; not photo-realistic
694
+ - Gallery-quality aesthetic
695
+
696
+ **Signature Elements**
697
+ - Brushwork is gestural and expressive
698
+ - Color mixing is done visibly (not mathematically smooth)
699
+ - Texture is tactile; paint has dimension
700
+ - Composition follows artistic (not commercial) sensibilities
701
+ - Light is handled impressionistically (warm/cool color opposition, not realistic rays)
702
+
703
+ **Animation Speed**: 24fps, smooth motion over impressionist canvas
704
+
705
+ **Prompt Phrasing**
706
+ - "Oil painting animation, thick visible brushstrokes, impressionist color mixing, textured canvas, gallery quality"
707
+ - "Painted animation style, gestural brush work, luminous color blending, artistic composition, fine art aesthetic"
708
+ - "Oil paint animation, heavy brushwork texture, impressionist light handling, artistic loose approach"
709
+
710
+ **Ideal For**: Artistic shorts, fine art adaptations, adult narratives, cultural/emotional storytelling, experimental film, museum exhibitions
711
+
712
+ ---
713
+
714
+ ### STYLE 013: Silhouette / Shadow Puppet
715
+
716
+ **Visual Foundation**
717
+ - Character is pure solid black silhouette
718
+ - All detail comes from pose, gesture, and positioning
719
+ - Background is richly detailed (photorealistic or highly illustrated)
720
+ - Lighting creates dramatic contrast
721
+
722
+ **Signature Elements**
723
+ - Character action must be instantly readable as solid shape
724
+ - Background carries narrative/atmospheric weight
725
+ - Backlighting creates silhouette effect
726
+ - Color and detail exist only in background
727
+
728
+ **Animation Speed**: 24fps, character motion clear in silhouette form
729
+
730
+ **Prompt Phrasing**
731
+ - "Silhouette animation, pure black character shapes, detailed colorful background, shadow puppet aesthetic"
732
+ - "Silhouette character against rich background, all expression through pose and gesture, dramatic backlighting"
733
+ - "Shadow puppet animation, black silhouette character, photorealistic or illustrated background, high contrast"
734
+
735
+ **Ideal For**: Dramatic sequences, poetic narratives, cultural/traditional storytelling, mysterious themes, high-contrast visual impact
736
+
737
+ ---
738
+
739
+ ### STYLE 014: Doodle / Cartoon Comic
740
+
741
+ **Visual Foundation**
742
+ - Roughly sketched, hand-drawn line work with variation
743
+ - Speech bubbles and comic panel elements integrated
744
+ - Spontaneous, energetic line quality
745
+ - Color applied with watercolor or highlighter-pen effect
746
+
747
+ **Signature Elements**
748
+ - Line weight varies; some lines overshoot corners for energy
749
+ - Comic convention elements: exclamation marks, motion lines, star effects
750
+ - Color feels applied quickly and enthusiastically, not precisely
751
+ - Occasional sketched corrections left visible
752
+ - Sense of spontaneity and fun
753
+
754
+ **Animation Speed**: 24fps, energetic motion with frequent quick cuts
755
+
756
+ **Prompt Phrasing**
757
+ - "Doodle animation, rough hand-drawn lines, comic speech bubbles, highlighter pen colors, energetic sketchy feel"
758
+ - "Comic cartoon style, sketched line variation, comic panel effects, spontaneous energy, rough gestural quality"
759
+ - "Doodle sketch animation, hand-drawn imperfect lines, watercolor highlights, comic visual language"
760
+
761
+ **Ideal For**: Social media content, humor-driven videos, educational tutorials, DIY/craft content, youth-oriented storytelling, indie comics adaptation
762
+
763
+ ---
764
+
765
+ ### STYLE 015: CGI Stylized / 3D Cel-Shading
766
+
767
+ **Visual Foundation**
768
+ - 3D computer-generated models with cartoon shader applied
769
+ - Visible bold outline edges around all forms
770
+ - Solid color blocks with hard-edged shadow lines (not smooth gradients)
771
+ - Smooth 3D motion with 2D visual result
772
+
773
+ **Signature Elements**
774
+ - Character geometry is 3D but rendered in 2D toon aesthetic
775
+ - Shadows are distinct flat shapes, not gradient transitions
776
+ - Outlines follow character silhouettes and internal form lines
777
+ - Lighting is strong and directional, creating bold shadow shapes
778
+ - Character can rotate and move in 3D space while maintaining cartoon appearance
779
+
780
+ **Animation Speed**: 30fps–60fps, smooth 3D interpolation with cartoon appearance
781
+
782
+ **Prompt Phrasing**
783
+ - "3D cel-shaded cartoon, toon shader bold outlines, solid color blocks with hard shadows, smooth 3D motion"
784
+ - "CGI stylized animation, cel-shading shader, black outline edges, flat color blocks, bold directional lighting"
785
+ - "Toon-shaded 3D animation, cartoon appearance from 3D models, hard-edged shadow definition, outlined forms"
786
+
787
+ **Ideal For**: Modern gaming aesthetics, high-production cartoons, stylized action sequences, corporate 3D presentations, contemporary family entertainment
788
+
789
+ ---
790
+
791
+ ## Character Animation Keywords
792
+
793
+ ### Facial Expressions & Emotion
794
+
795
+ **Happiness / Joy**
796
+ - Eyes: wide-open, upturned crescents or circles
797
+ - Mouth: broad smile, often open showing teeth
798
+ - Cheeks: prominent round apples, often rosy color
799
+ - Eyebrows: raised, angled upward at outer corners
800
+ - Keywords: `bright smile, sparkling eyes, rosy cheeks, joyful grin, eye crinkles`
801
+
802
+ **Sadness / Sorrow**
803
+ - Eyes: drooping eyelids, downturned pupils, possibly tearful
804
+ - Mouth: downturned, may quiver or press flat
805
+ - Face: overall droop toward ground
806
+ - Eyebrows: angled downward toward nose
807
+ - Keywords: `drooping eyes, quivering lip, single tear roll, downturned mouth, slumped shoulders`
808
+
809
+ **Anger / Rage**
810
+ - Eyes: narrow slits, pupils dilated or crossed
811
+ - Mouth: snarling, bared teeth, or clenched jaw
812
+ - Eyebrows: low and angled downward inward (meeting at bridge)
813
+ - Facial color: flushed red, steam/fire effects optional
814
+ - Keywords: `narrowed eyes, bared teeth, flushed red, clenched jaw, smoke from nostrils`
815
+
816
+ **Fear / Terror**
817
+ - Eyes: extremely wide, white showing, pupils small and centered
818
+ - Mouth: open O-shape, silent scream possible
819
+ - Eyebrows: raised high, angled upward at center
820
+ - Body: rigid, tense, possibly trembling
821
+ - Keywords: `wide shocked eyes, open mouth scream, trembling, rigid tension, hair standing`
822
+
823
+ **Surprise / Shock**
824
+ - Eyes: wide open, pupils dilated
825
+ - Mouth: open O-shape, expression held for 0.2–0.5 seconds
826
+ - Eyebrows: raised high, straight across
827
+ - Often accompanied by head jerk backward or body recoil
828
+ - Keywords: `wide open mouth shock, bulging eyes, head jerk, impact frame`
829
+
830
+ **Confusion / Puzzlement**
831
+ - Eyes: squinted, one eyebrow raised, one lowered
832
+ - Mouth: twisted asymmetrical smile or flat line
833
+ - Head: often tilts to one side
834
+ - Optional: question mark icon, head scratch gesture
835
+ - Keywords: `tilted head, one raised eyebrow, squinted eye, questioning expression`
836
+
837
+ **Exhaustion / Fatigue**
838
+ - Eyes: heavily lidded, half-closed, often with dark circles
839
+ - Mouth: flat or slight frown, tongue possibly out
840
+ - Body: slouched, sagging
841
+ - Optional: sweat droplets, dark shadow under eyes
842
+ - Keywords: `heavily lidded eyes, drooping posture, sweat drops, dark circles, tongue out`
843
+
844
+ **Disgust / Revulsion**
845
+ - Eyes: squinted, possibly watery
846
+ - Mouth: twisted in sneer or gag, sometimes with raised upper lip
847
+ - Nose: often wrinkled
848
+ - Head: may tilt back slightly in rejection
849
+ - Keywords: `wrinkled nose, gagging mouth, squinted eyes, lip curl, head tilt back`
850
+
851
+ **Confidence / Arrogance**
852
+ - Eyes: forward-gazing, possibly narrowed in assessment
853
+ - Mouth: slight smug smile, possibly smirk
854
+ - Head: held high, chin slightly forward
855
+ - Posture: upright, expanded chest, strong stance
856
+ - Keywords: `smug smile, chin forward, upright posture, confident eye contact, smirk`
857
+
858
+ **Nervousness / Anxiety**
859
+ - Eyes: darting side-to-side, frequent blinking
860
+ - Mouth: biting lower lip, nervous smile, or tight line
861
+ - Hands: wringing, fidgeting, trembling slightly
862
+ - Posture: hunched, closed-off body language
863
+ - Keywords: `darting eyes, lip bite, fidgeting hands, nervous twitch, hunched posture`
864
+
865
+ ### Movement Keywords & Walk Cycles
866
+
867
+ **Happy Walk**
868
+ - Keywords: `bouncy stride, weight shifts hip-to-hip, arms swing loosely, head bobs, light footfalls`
869
+ - Timing: Quick, rhythmic 8–12 frame cycles
870
+ - Characteristic: Vertical bounce, upward motion emphasis
871
+
872
+ **Angry March**
873
+ - Keywords: `stiff heavy footfalls, arms pump forcefully, jaw clenched, eyes forward, rigid spine`
874
+ - Timing: Forceful, heavy 10–14 frame cycles
875
+ - Characteristic: Downward power, tension
876
+
877
+ **Sneaky Tiptoe**
878
+ - Keywords: `raised heel walk, exaggerated caution, slow deliberate pace, arms held close, eyes darting`
879
+ - Timing: Slow, deliberate 16–20 frame cycles
880
+ - Characteristic: Minimal motion, tension in stillness
881
+
882
+ **Confident Stride**
883
+ - Keywords: `long purposeful steps, head held high, arms swing naturally, shoulders back, smooth gait`
884
+ - Timing: Moderate, controlled 12–16 frame cycles
885
+ - Characteristic: Forward momentum, stability
886
+
887
+ **Stumbling / Drunken Walk**
888
+ - Keywords: `wobbling side-to-side, uneven step length, arms flailing for balance, head loose, exaggerated weight shift`
889
+ - Timing: Irregular, jerky 12–18 frame cycles
890
+ - Characteristic: Loss of control, instability
891
+
892
+ **Floating / Weightless Walk**
893
+ - Keywords: `minimal foot contact with ground, slow gliding motion, upward-drifting quality, loose limbs, ethereal timing`
894
+ - Timing: Slow, smooth 20–28 frame cycles
895
+ - Characteristic: Defying gravity, dreamlike
896
+
897
+ **Sneaker Excitement / Hopping**
898
+ - Keywords: `rapid small bounces, fast foot taps, arms raised, exaggerated vertical motion, quick energy`
899
+ - Timing: Very fast 6–10 frame cycles
900
+ - Characteristic: Energy, impatience, joy
901
+
902
+ **Exhausted Shuffle**
903
+ - Keywords: `dragging feet, slouched posture, minimal arm motion, head down, slow pace`
904
+ - Timing: Slow, heavy 18–24 frame cycles
905
+ - Characteristic: Fatigue, lack of energy
906
+
907
+ ### Gesture & Hand Animation
908
+
909
+ **Pointing**
910
+ - Arm extends forward, index finger straightens while others curl
911
+ - Elbow angle ~45–90 degrees
912
+ - Head often turns to follow point direction
913
+ - Keywords: `directional point, arm extension, finger straight`
914
+
915
+ **Waving**
916
+ - Arm raised to shoulder height, hand rotates at wrist
917
+ - Wrist motion is primary (3–5 frame cycles per wave)
918
+ - Elbow can be bent or extended
919
+ - Keywords: `hand rotation, wrist-driven wave, arm raise, friendly gesture`
920
+
921
+ **Shrugging**
922
+ - Shoulders raise toward ears, arms lift slightly palms-up
923
+ - Head tilts slightly
924
+ - Expression shows uncertainty
925
+ - Keywords: `raised shoulders, palms up, head tilt, I-don't-know gesture`
926
+
927
+ **Thumbs Up / Approval**
928
+ - Arm raises, thumb extends vertically
929
+ - Forearm may rotate slightly
930
+ - Expression is confident/satisfied
931
+ - Keywords: `upright thumb, raised arm, confident expression, approval gesture`
932
+
933
+ **Hands to Face**
934
+ - Hands travel from body to face in curved path (follow-through arc)
935
+ - Hands settle against cheek, chin, or covering mouth
936
+ - Used for emotions: surprise, shame, thinking, worry
937
+ - Keywords: `curved hand path, face contact, emotional gesture`
938
+
939
+ **Talking Hands**
940
+ - Hands gesture while speaking
941
+ - Common: palms up for questions, outward for emphasis, together for plea
942
+ - Hand position changes sync loosely with dialogue emphasis
943
+ - Keywords: `expressive hand gesture, dialogue emphasis, palm orientation`
944
+
945
+ **Thinking / Head Scratch**
946
+ - Hand travels to head, fingers curl into scratching motion
947
+ - Head may tilt
948
+ - Eyes look upward or distant
949
+ - Keywords: `head scratch, thinking pose, distant gaze`
950
+
951
+ **Celebration / Arms Raised**
952
+ - Both arms extend upward at diagonal
953
+ - Body may jump or sway
954
+ - Face shows joy/victory expression
955
+ - Keywords: `arms overhead, upward reach, celebration pose, victory gesture`
956
+
957
+ **Defeat / Arms Down**
958
+ - Arms hang limply at sides or slightly forward
959
+ - Shoulders slump
960
+ - Head drops
961
+ - Keywords: `limp arms, slumped shoulders, head drop, defeat posture`
962
+
963
+ **Picking Up Object**
964
+ - Arm extends down with reaching motion
965
+ - Fingers curl around object
966
+ - Arm retracts with object pulled toward body
967
+ - Follow-through on arm and torso
968
+ - Keywords: `reaching motion, grasp animation, object interaction, retrieval gesture`
969
+
970
+ ---
971
+
972
+ ## Transition & Effect Library for Cartoons
973
+
974
+ ### Cartoon Wipes
975
+
976
+ **Speed Line Burst Wipe**
977
+ - Keywords: `speed lines radiate outward, circular wipe from center, motion blur effect`
978
+ - Timing: 0.3–0.5 seconds
979
+ - Color: Usually matches dominant scene color
980
+ - Effect: Dynamic, energetic transition
981
+
982
+ **Circular Iris Wipe**
983
+ - Keywords: `circular opening or closing, iris-style transition, gradual reveal/conceal`
984
+ - Timing: 0.3–0.7 seconds
985
+ - Color: Black or scene color
986
+ - Effect: Classic, theatrical
987
+
988
+ **Splat / Ink Bloom Wipe**
989
+ - Keywords: `colored splat radiates outward, organic splash shape, ink-like diffusion`
990
+ - Timing: 0.2–0.5 seconds
991
+ - Color: Any bold color
992
+ - Effect: Fun, playful, organic
993
+
994
+ **Diagonal Swipe**
995
+ - Keywords: `diagonal line sweeps across screen, sharp or soft edge, directional motion`
996
+ - Timing: 0.2–0.4 seconds
997
+ - Color: Usually black or white
998
+ - Effect: Quick, snappy, dynamic
999
+
1000
+ **Pixelate / Dissolve Wipe**
1001
+ - Keywords: `scene pixelates and dissolves into next scene, digital effect, glitch aesthetic optional`
1002
+ - Timing: 0.3–0.6 seconds
1003
+ - Color: Gradient or neutral
1004
+ - Effect: Modern, tech-forward
1005
+
1006
+ **Curtain / Theater Drape**
1007
+ - Keywords: `curtain closes from sides inward, fabric folds visible, theatrical entrance/exit`
1008
+ - Timing: 0.4–0.8 seconds
1009
+ - Color: Red, purple, or scene color
1010
+ - Effect: Stage-like, formal, cinematic
1011
+
1012
+ ### Impact & Action Effects
1013
+
1014
+ **Impact Frame / Freeze Frame**
1015
+ - Keywords: `single frame holds on extreme pose, exaggerated expression, motion freezes momentarily`
1016
+ - Duration: 0.1–0.3 seconds (1–8 frames at 24fps)
1017
+ - Color: Optional white/yellow glow or screen shake
1018
+ - Use: Emphasize moment of impact, surprise, realization
1019
+
1020
+ **Speed Lines / Motion Trails**
1021
+ - Keywords: `curved or straight lines follow character motion, radiating from center or trailing behind, speed emphasis`
1022
+ - Color: Usually match line color (black, white, or matching palette)
1023
+ - Density: 5–15 lines typical
1024
+ - Use: Emphasize velocity, dramatic movement
1025
+
1026
+ **Smear Frame**
1027
+ - Keywords: `character stretches into blurred streak following motion path, motion blur effect, follow-through emphasized`
1028
+ - Duration: 1–3 frames
1029
+ - Used Before: Fast direction changes, rapid attacks
1030
+ - Effect: Exaggerates speed, creates dynamic feel
1031
+
1032
+ **Impact Dust / Debris**
1033
+ - Keywords: `cloud of dust, dirt, or particles radiates outward from impact point, expanding sphere, settling motion`
1034
+ - Color: Brown, gray, or matched to environment
1035
+ - Timing: 0.3–0.8 seconds (expand then settle)
1036
+ - Use: Character lands, object hits surface, explosion-lite
1037
+
1038
+ **Screen Shake / Jitter**
1039
+ - Keywords: `camera vibrates on impact, rapid position shifts, intensity decreases over time`
1040
+ - Amplitude: 2–8 pixels typical
1041
+ - Duration: 0.1–0.4 seconds
1042
+ - Use: Impact moments, comedic bumps, dramatic collisions
1043
+
1044
+ **Bloom / Glow Flash**
1045
+ - Keywords: `bright glow radiates from center, light bloom effect, intensity fades`
1046
+ - Color: White, yellow, or magical color (pink, cyan)
1047
+ - Duration: 0.1–0.3 seconds
1048
+ - Use: Magic moments, reveal, special effects
1049
+
1050
+ **Chromatic Aberration / Color Shift**
1051
+ - Keywords: `RGB channels separate slightly, colored fringing at edges, digital glitch effect`
1052
+ - Offset: 2–5 pixels typical
1053
+ - Duration: 0.05–0.2 seconds (usually brief)
1054
+ - Use: Impact, magical effects, surreal moments
1055
+
1056
+ ### Particle & Sparkle Effects
1057
+
1058
+ **Sparkle Burst**
1059
+ - Keywords: `golden or silver sparkles radiate outward, twinkling effect, magical quality`
1060
+ - Particle Count: 20–50 particles typical
1061
+ - Duration: 0.3–0.6 seconds
1062
+ - Use: Magic, celebration, joy, magical transformation
1063
+
1064
+ **Confetti Cascade**
1065
+ - Keywords: `colorful confetti pieces rain down or erupt upward, rotating particles, celebration effect`
1066
+ - Particle Count: 50–200+ for dramatic effect
1067
+ - Duration: 0.5–1.5 seconds
1068
+ - Colors: Rainbow mix, pastels, or themed colors
1069
+ - Use: Celebration, victory, comedic surprise
1070
+
1071
+ **Smoke / Cloud Puff**
1072
+ - Keywords: `billowing smoke cloud, expanding and dissipating, organic wispy motion`
1073
+ - Color: Gray, white, or colored (magical effect)
1074
+ - Duration: 0.4–1.0 seconds
1075
+ - Use: Disappearance, impact, magical transition, comedy exit
1076
+
1077
+ **Heart Float**
1078
+ - Keywords: `pink/red hearts drift upward or float in circle, romantic or lovestruck effect, slow gentle motion`
1079
+ - Particle Count: 5–15 hearts typical
1080
+ - Duration: 0.5–1.5 seconds
1081
+ - Use: Love reaction, happiness, crush moment
1082
+
1083
+ **Star / Shine Twinkle**
1084
+ - Keywords: `star shapes twinkle randomly, magical shimmer, scattered placement`
1085
+ - Particle Count: 10–30 stars
1086
+ - Duration: 0.5–1.0 seconds (continuous, not one-shot)
1087
+ - Use: Magical quality, wonder, dreamy moment
1088
+
1089
+ **Bubble Float**
1090
+ - Keywords: `semi-transparent bubbles rise slowly, gradient or rainbow fill, delicate motion`
1091
+ - Particle Count: 5–20 bubbles typical
1092
+ - Duration: 1.0–2.0 seconds
1093
+ - Use: Whimsical, underwater, peaceful moment, magical softness
1094
+
1095
+ ---
1096
+
1097
+ ## Color Palette Guide for Cartoon Animation
1098
+
1099
+ ### Bold & Saturated Palette
1100
+
1101
+ **Primary Colors (Maximum Saturation)**
1102
+ - Bright Red: #FF0000 or #E63946
1103
+ - Bright Yellow: #FFD60A or #FFFF00
1104
+ - Bright Blue: #0077BE or #0099FF
1105
+
1106
+ **Secondary (High Energy)**
1107
+ - Hot Magenta: #FF1493 or #E6007F
1108
+ - Electric Cyan: #00FFFF or #00D9FF
1109
+ - Lime Green: #CCFF00 or #00FF00
1110
+
1111
+ **Accent Colors**
1112
+ - Orange: #FF8C00 or #FF6B00
1113
+ - Teal: #00D9FF or #008B8B
1114
+
1115
+ **Usage**: High-energy comedy, action, youth-oriented content. Every color is at full saturation.
1116
+
1117
+ **Prompt**: "Bold saturated primary colors: bright red, electric blue, vivid yellow. High-energy, no muted tones."
1118
+
1119
+ ---
1120
+
1121
+ ### Pastel & Soft Palette
1122
+
1123
+ **Primary Pastels**
1124
+ - Pale Lavender: #E6D5FF or #D8BFD8
1125
+ - Soft Mint: #B2E8D4 or #AFFFCC
1126
+ - Blush Pink: #FFB3D9 or #FFE5EC
1127
+
1128
+ **Secondary Pastels**
1129
+ - Powder Blue: #B0E0E6 or #E0F6FF
1130
+ - Soft Peach: #FFCC99 or #FFD7BE
1131
+ - Pale Yellow: #FFFACD or #FFFFE0
1132
+
1133
+ **Accent Colors**
1134
+ - Soft Purple: #D8BFD8 or #DDA0DD
1135
+ - Cream: #FFFDD0 or #F5F5DC
1136
+
1137
+ **Usage**: Whimsical, cute, gentle narratives. Everything feels soft and approachable.
1138
+
1139
+ **Prompt**: "Soft pastel palette: pale lavender, blush pink, powder blue, mint. Gentle, whimsical, light atmosphere."
1140
+
1141
+ ---
1142
+
1143
+ ### Monochrome Palette (Blue Family)
1144
+
1145
+ **Value Range**
1146
+ - Darkest (Shadows): #001A4D or #002166
1147
+ - Mid-Dark: #0044BB or #0052CC
1148
+ - Mid-Tone: #4081D4 or #5B9BD5
1149
+ - Light: #A8C8E1 or #C5D9F1
1150
+ - Lightest (Highlights): #E6F0FF or #F0F8FF
1151
+
1152
+ **Accent (Optional)**
1153
+ - Complementary Orange: #FF8C42 (very limited use)
1154
+
1155
+ **Usage**: Elegant, cohesive, sophisticated. Monochrome creates visual harmony.
1156
+
1157
+ **Prompt**: "Monochrome blue palette ranging from navy #001A4D through sky blue #A8C8E1 to pale #E6F0FF. Elegant unified color scheme."
1158
+
1159
+ ---
1160
+
1161
+ ### Warm / Nostalgic Palette
1162
+
1163
+ **Primary Warm**
1164
+ - Burnt Orange: #CC5500 or #D2691E
1165
+ - Warm Brown: #8B6F47 or #A0826D
1166
+ - Golden Yellow: #DAA520 or #FFD700
1167
+
1168
+ **Secondary Warm**
1169
+ - Rust Red: #B7410E or #DC143C (muted)
1170
+ - Sage Green: #9CAF88 or #A4AC86
1171
+ - Cream Tan: #F5DEB3 or #D4A574
1172
+
1173
+ **Accent Colors**
1174
+ - Deep Red: #8B0000 or #A52A2A
1175
+
1176
+ **Usage**: Retro, nostalgic, autumnal, cozy feeling. Warm temperature throughout.
1177
+
1178
+ **Prompt**: "Warm nostalgic palette: burnt orange, golden yellow, warm brown. Retro autumn feel, cozy atmosphere."
1179
+
1180
+ ---
1181
+
1182
+ ### Cool / Professional Palette
1183
+
1184
+ **Primary Cool**
1185
+ - Slate Blue: #708090 or #6A5ACD
1186
+ - Teal: #008080 or #20B2AA
1187
+ - Cool Gray: #A9A9A9 or #C0C0C0
1188
+
1189
+ **Secondary Cool**
1190
+ - Deep Navy: #000080 or #003366
1191
+ - Cyan: #00FFFF or #00CED1
1192
+ - Light Gray: #D3D3D3 or #DCDCDC
1193
+
1194
+ **Accent Colors**
1195
+ - Purple: #663399 or #8B008B (limited)
1196
+
1197
+ **Usage**: Professional, calm, serious tone. Cooler temperature creates distance/formality.
1198
+
1199
+ **Prompt**: "Cool professional palette: slate blue, teal, cool grays. Calm serious tone, professional aesthetic."
1200
+
1201
+ ---
1202
+
1203
+ ### Complementary / High-Contrast Palette
1204
+
1205
+ **Complementary Pair 1: Magenta & Green**
1206
+ - Hot Magenta: #FF1493
1207
+ - Lime Green: #00FF00
1208
+ - Creates electric visual tension
1209
+
1210
+ **Complementary Pair 2: Purple & Yellow**
1211
+ - Vibrant Purple: #7B2CBF or #6A0DAD
1212
+ - Bright Yellow: #FFD60A or #FFFF00
1213
+ - Creates warm-cool drama
1214
+
1215
+ **Complementary Pair 3: Orange & Blue**
1216
+ - Bright Orange: #FF8C00 or #FF6B00
1217
+ - Electric Blue: #0099FF or #00BFFF
1218
+ - Creates action-adventure feel
1219
+
1220
+ **Usage**: Dynamic, high-energy, creates visual drama. Use one pair as primary, opposite as accent.
1221
+
1222
+ **Prompt**: "High-contrast complementary palette: magenta and lime green create electric tension and visual pop."
1223
+
1224
+ ---
1225
+
1226
+ ### Earth Tone / Natural Palette
1227
+
1228
+ **Primary Earth**
1229
+ - Warm Brown: #8B4513 or #A0522D
1230
+ - Sage Green: #9DC183 or #9CAF88
1231
+ - Terracotta: #E2725B or #CD5C5C
1232
+
1233
+ **Secondary Earth**
1234
+ - Olive Green: #808000 or #6B8E23
1235
+ - Tan: #D2B48C or #C9ADA7
1236
+ - Burnt Sienna: #A0522D or #8B4513
1237
+
1238
+ **Accent Colors**
1239
+ - Rust: #B7410E or #C04C28
1240
+ - Moss Green: #6B8E23 or #808000
1241
+
1242
+ **Usage**: Natural, organic, grounded. Suggests landscape, outdoors, environmental themes.
1243
+
1244
+ **Prompt**: "Earth tone palette: warm brown, sage green, terracotta. Natural organic feel, outdoor aesthetic."
1245
+
1246
+ ---
1247
+
1248
+ ### Neon / Cyberpunk Palette
1249
+
1250
+ **Primary Neons (On Dark Background)**
1251
+ - Electric Magenta: #FF00FF or #FF1493
1252
+ - Cyan: #00FFFF or #00D9FF
1253
+ - Lime Green: #00FF00 or #CCFF00
1254
+
1255
+ **Secondary Neons**
1256
+ - Hot Pink: #FF006E or #FF1493
1257
+ - Electric Blue: #0099FF or #00BFFF
1258
+ - Golden Yellow: #FFFF00 or #FFD60A
1259
+
1260
+ **Background**
1261
+ - Pure Black: #000000 or very dark purple #0A0014
1262
+
1263
+ **Special Effect**
1264
+ - Glow Bloom: Colors extend with halo/glow effect
1265
+
1266
+ **Usage**: Futuristic, surreal, edgy, modern. High contrast against dark void.
1267
+
1268
+ **Prompt**: "Neon cyberpunk palette: electric magenta, cyan, and lime on pure black. Glowing glow bloom effects, sci-fi aesthetic."
1269
+
1270
+ ---
1271
+
1272
+ ## Sound Design for Cartoons
1273
+
1274
+ While visual is primary, sound design dramatically elevates cartoon animation. Integrate these audio cues into prompt descriptions:
1275
+
1276
+ ### Impact & Collision Sounds
1277
+
1278
+ **Classic Cartoon Boing**
1279
+ - *Description*: Springy, resonant "BOING" sound; pitched ascending then descending
1280
+ - *Use*: Character bounces, impact moment, comedic elasticity
1281
+ - *Prompt Integration*: "Add springy boing sound on bounce moment"
1282
+
1283
+ **Thud / Impact Thump**
1284
+ - *Description*: Low-pitched, short, percussive "THUD" sound
1285
+ - *Use*: Heavy object lands, character hits ground, comedic bump
1286
+ - *Prompt Integration*: "Solid thud sound effect on impact"
1287
+
1288
+ **Glass Shatter / Crash**
1289
+ - *Description*: Bright, shimmering, tinkling glass sounds; chaotic chord
1290
+ - *Use*: Objects break, dramatic collision, chaos moment
1291
+ - *Prompt Integration*: "Shimmering glass crash sound, descending notes"
1292
+
1293
+ **Metal Clang / Resonance**
1294
+ - *Description*: Ringing metallic tone; sustained resonance
1295
+ - *Use*: Metal object struck, comedic head bonk (cartoon-style)
1296
+ - *Prompt Integration*: "Ringing metal clang on head tap moment"
1297
+
1298
+ **Slide / Skid Whistle**
1299
+ - *Description*: Descending whistle tone, sometimes doubled
1300
+ - *Use*: Character slides, rapid direction change, comedic momentum loss
1301
+ - *Prompt Integration*: "Sliding whistle sound effect during rapid skid"
1302
+
1303
+ ### Movement & Transition Sounds
1304
+
1305
+ **Whoosh / Swish**
1306
+ - *Description*: Quick ascending tone, implies rapid motion
1307
+ - *Use*: Character moves fast, object flies past, dramatic emphasis
1308
+ - *Prompt Integration*: "Whoosh sound effect for rapid motion"
1309
+
1310
+ **Pop / Bubble Burst**
1311
+ - *Description*: Short, bright percussive "POP" sound
1312
+ - *Use*: Surprise moment, bubble pops, sudden appearance/disappearance
1313
+ - *Prompt Integration*: "Bright pop sound on surprise character appearance"
1314
+
1315
+ **Zip / Retract Sound**
1316
+ - *Description*: Quick ascending tone followed by short stop
1317
+ - *Use*: Character rapidly retracts (punch withdrawal), fast closing motion
1318
+ - *Prompt Integration*: "Quick zip sound as character retracts arm"
1319
+
1320
+ **Stretching / Rubber Sound**
1321
+ - *Description*: Slow ascending pitch with subtle wobble
1322
+ - *Use*: Rubber hose stretching, taffy pull, character deformation
1323
+ - *Prompt Integration*: "Subtle stretching rubber sound as limbs extend"
1324
+
1325
+ ### Musical & Comedic Sounds
1326
+
1327
+ **Comedic Stab / Sting**
1328
+ - *Description*: Short orchestral chord (often minor or dissonant); very brief
1329
+ - *Use*: Comic timing punctuation, reaction moment, awkward beat
1330
+ - *Prompt Integration*: "Brief comedic sting on character's shocked expression"
1331
+
1332
+ **Musical Flourish / Twinkle**
1333
+ - *Description*: Ascending harp glissando or twinkle notes
1334
+ - *Use*: Magic moment, sparkle effect, dreamy transition
1335
+ - *Prompt Integration*: "Harp twinkle sound on magical sparkle effect"
1336
+
1337
+ **Dramatic Chord Swell**
1338
+ - *Description*: Low orchestral chord that crescendos
1339
+ - *Use*: Dramatic moment, villain appearance, tension building
1340
+ - *Prompt Integration*: "Swelling dramatic chord on villain reveal"
1341
+
1342
+ **Cartoon Horn Honk**
1343
+ - *Description*: Honking horn sound (bicycle or car horn style)
1344
+ - *Use*: Comedic emphasis, attention-getting moment, vintage cartoon feel
1345
+ - *Prompt Integration*: "Cartoon horn honk sound on comedic entrance"
1346
+
1347
+ **Slide Whistle (Upward)**
1348
+ - *Description*: Ascending whistle tone
1349
+ - *Use*: Character launching upward, positive moment, hopeful beat
1350
+ - *Prompt Integration*: "Ascending slide whistle on character jump"
1351
+
1352
+ **Slide Whistle (Downward)**
1353
+ - *Description*: Descending whistle tone
1354
+ - *Use*: Character falling, sad moment, deflation
1355
+ - *Prompt Integration*: "Descending slide whistle on character slump"
1356
+
1357
+ ---
1358
+
1359
+ ## Large Example Prompts (5 Detailed Examples)
1360
+
1361
+ ### EXAMPLE 01: Action Cartoon Sequence (Classic Warner Bros. Style)
1362
+
1363
+ **2-Second Hook**: "Exaggerated cartoon character SMASH-ZOOMS directly into camera, eyes bulging to basketball size, motion blur trails, with speed line burst explosion."
1364
+
1365
+ **Full Prompt** (21 lines):
1366
+
1367
+ Character is a lanky anthropomorphic rabbit with oversized ears (2x head height), round nose, simplified 3-finger gloves. Setting is vibrant cartoon landscape with rolling green hills and puffy clouds. Opening moment: Rabbit runs toward camera with rapid leg cycles, then launches into massive jump. Mid-air: Body stretches vertically (rubber hose stretch), ears flap like helicopter blades, eyes looking downward.
1368
+
1369
+ Impact preparation: Rabbit winds up for punch, fist grows to massive size (squash-stretch exaggeration), shoulder draws back in wound position.
1370
+
1371
+ Animation style: Classic Cartoon Network, bold 5px black outlines, rubber hose proportions, exaggerated anticipation and follow-through. Color palette: Warm pastels with bright magenta accent on gloves and nose, golden yellow background hills.
1372
+
1373
+ Movement principles: Snappy 24fps timing with 2-frame holds on extreme poses. Squash on landing impact (character compresses 40% vertically), then stretch-rebound into upright pose. Speed lines radiate outward during punch.
1374
+
1375
+ Sound design: Wind-up whistle during punch wind-up, impact thud on landing, comedic boing sound on rebound, falling whistle as character tumbles backward.
1376
+
1377
+ Transitions: Screen freezes briefly on impact frame (white flash), then smash-cut to reaction shot of surprised enemy.
1378
+
1379
+ Overall tone: High-energy slapstick comedy, exaggerated physics, audience should laugh and feel motion excitement.
1380
+
1381
+ ---
1382
+
1383
+ ### EXAMPLE 02: Peaceful Ghibli-Inspired Scene (Studio Ghibli Style)
1384
+
1385
+ **2-Second Hook**: "Gentle camera pan across misty forest reveals serene character silhouette sitting in shafts of golden sunlight."
1386
+
1387
+ **Full Prompt** (24 lines):
1388
+
1389
+ Character is young girl (8 years old appearance) wearing simple flowered dress, sitting on weathered wooden bench. Soft wavy hair frames gentle face. Setting is lush forest clearing: tall trees with dappled sunlight, wildflowers scattered ground-level, misty atmospheric quality.
1390
+
1391
+ Opening: Camera slowly pans left across quiet clearing, golden light rays penetrate mist, dust particles float lazily. Girl sits stationary, slight head tilt suggests listening to forest sounds.
1392
+
1393
+ Character animation: Minimal movement. Girl's chest rises and falls with breath (very subtle). Hair moves gently with almost-imperceptible breeze. Eyes blink slowly every 2-3 seconds, gaze stays distant. Occasionally slight shoulder micro-adjustment for comfort.
1394
+
1395
+ Animation style: Studio Ghibli 1990s aesthetic, soft anti-aliased lines (2px weight), warm natural color palette dominated by sage greens, golden yellows, sky blues. Backgrounds are fully rendered with impressionist watercolor texture quality. Character has naturalistic proportions, expressive eyes, gentle curves.
1396
+
1397
+ Lighting: Directional warm sunlight creating soft golden quality overall. Shadows are translucent blues and greens (not black). Atmospheric perspective with mist creating depth.
1398
+
1399
+ Timing: 24fps with slow, comfortable pacing. No sudden movements. All transitions eased over 20-40 frames.
1400
+
1401
+ Sound design: Ambient forest audio—birdsong, gentle breeze, distant water sounds. Light piano chord sustained underneath.
1402
+
1403
+ Emotional payload: Viewers should feel peaceful, safe, contemplative. Connection to nature and quiet stillness.
1404
+
1405
+ ---
1406
+
1407
+ ### EXAMPLE 03: Flat Vector Explainer / Motion Graphics (Modern Minimalist)
1408
+
1409
+ **2-Second Hook**: "Bold primary-colored geometric shapes materialize rapidly from black background, synchronized with upbeat musical beat."
1410
+
1411
+ **Full Prompt** (19 lines):
1412
+
1413
+ Scene is educational explainer about renewable energy. Pure black background. Flat geometric shapes dominate: circles, rectangles, simple icon silhouettes representing sun, wind turbine, solar panel, battery.
1414
+
1415
+ Opening: Musical beat (upbeat electro sound) plays, synchronized shapes appear in sequence—sun (yellow circle) drops into frame from top, wind turbine (teal lines forming triangle) slides in from left, battery (orange rectangle) expands from center. Each entrance is snappy 0.3-second animation.
1416
+
1417
+ Animation style: Flat vector design, no gradients, solid color fills. Minimal line work (white 1px outlines only). Shapes are perfect geometric forms—circles, straight lines, clean rectangles. High contrast: bright colors (hot yellow, electric teal, vibrant orange, lime green) against pure black or white backgrounds.
1418
+
1419
+ Movement principles: Each shape has independent motion path. No overlapping follow-through (movements are mechanical, not organic). Easing is consistent mathematical interpolation. Shapes pause briefly once positioned, holding for 0.5 seconds before next sequence element appears.
1420
+
1421
+ Color palette: Primary and secondary bright colors only. Yellow (#FFD60A), Teal (#20B2AA), Orange (#FF8C00), Lime (#00FF00), Magenta (#FF1493). All at 100% saturation.
1422
+
1423
+ Timing: 30fps for smooth mathematical motion. Snappy 0.2–0.4 second individual animations. Precise synchronization with audio beats.
1424
+
1425
+ Educational clarity: All motion supports information architecture. Shape positioning and sequence mirrors logical flow of concept explanation.
1426
+
1427
+ ---
1428
+
1429
+ ### EXAMPLE 04: Retro Rubber Hose Short (1920s Style)
1430
+
1431
+ **2-Second Hook**: "Character's impossibly stretchy limbs spiral outward in hypnotic slow-motion, body contorting through surreal deformations while maintaining eye contact with viewer."
1432
+
1433
+ **Full Prompt** (25 lines):
1434
+
1435
+ Character is anthropomorphic cat with simple geometric head (two circular ears, round face), large black oval eyes (no white pupils, just solid black circles with white dot pupils). Four-fingered gloves on hands. Body is simplified tube shapes for limbs.
1436
+
1437
+ Setting: Art deco inspired background featuring geometric patterns, fan shapes, bold horizontal lines in sepia and gold tones.
1438
+
1439
+ Opening sequence: Cat walks into frame with classic rubber hose gait—legs rotate impossibly, hips twist in exaggerated S-curve. Upon reaching screen center, cat winds up for greeting wave.
1440
+
1441
+ Limb deformation: Arms stretch impossibly long (3x normal length), rotate in corkscrew spiral pattern. Fingers curl and uncurl in wave motion. Deformation is smooth and sinuous, following no anatomical logic—limbs behave like taffy or rubber.
1442
+
1443
+ Animation style: Authentic 1920s rubber hose, consistent 2-3px black outline weight. Minimal detail (no eyelashes, simple circular pupils). Color palette: Warm sepia tones, golden highlights, high-contrast black for outfit definition. Background is equally stylized with art deco geometric patterns.
1444
+
1445
+ Movement quality: 12fps creates authentic choppy retro feel (or 24fps for updated version). Motion is rhythmic and musical, almost hypnotic. Curves dominate—no straight lines in movement paths.
1446
+
1447
+ Eye contact: Throughout animation, cat maintains eye contact with viewer. Head rotates to keep eyes forward even as body contorts impossibly.
1448
+
1449
+ Sound design: Honking horn sounds for action beats, rhythmic piano or jazz underscoring. No dialogue.
1450
+
1451
+ Overall mood: Whimsical, surreal, vintage charm. Audience should feel transported to silent-film era.
1452
+
1453
+ ---
1454
+
1455
+ ### EXAMPLE 05: Cartoon Comedy Skit / Short Form (Quick Social Media)
1456
+
1457
+ **2-Second Hook**: "Character's eyes pop out of head as massive cartoon shock bubbles, mouth stretches into silent scream, entire face compresses into exaggerated shock expression on single impact frame (held 0.3 seconds)."
1458
+
1459
+ **Full Prompt** (22 lines):
1460
+
1461
+ Scene is two-character comedy bit. Character A is round, happy creature (resembles blob with stub limbs). Character B is sleek, mischievous character (cat-like proportion). Setting is simple colorful interior room with flat vector aesthetic.
1462
+
1463
+ Opening: A sits contentedly. B sneaks into frame with exaggerated tiptoeing walk (lifted knees, cautious arm positions). A is blissfully unaware, occasionally glancing at small flower pot.
1464
+
1465
+ Setup: B positions behind A, winds up for comedic surprise (crouch, coiled spring posture). Takes deep breath (visible chest expansion). Eyes narrow in mischievous concentration.
1466
+
1467
+ Punchline moment: B releases energy, launching rapid spin-and-tap on A's shoulder. A's reaction is IMMEDIATE and EXAGGERATED: Eyes pop out on springs (both eyes on curved line stems, bouncing forward and back), mouth stretches into massive O-shape, head rotates 180 degrees. Entire face becomes one giant shocked expression.
1468
+
1469
+ Hold frame: Freeze 0.3 seconds on maximum shock expression. Add motion lines radiating outward, small star impacts around A's head.
1470
+
1471
+ Recovery: A blinks hard (eyelids slam shut), eyes retract on spring-coil path back into socket, mouth snaps shut with comedic snap sound.
1472
+
1473
+ Animation style: Cartoon Network meets flat vector hybrid. Bold outlines where needed, but simplified geometric shapes for secondary character. Bright contrasting color palette: A is pastel blue, B is magenta, background is pale yellow.
1474
+
1475
+ Timing: Snappy 24fps with rapid-fire expression shifts. Anticipatory winds take 0.5 seconds, impact takes 0.2 seconds, hold takes 0.3 seconds, recovery takes 0.4 seconds.
1476
+
1477
+ Comedy timing: All movement exaggerates surprise—bigger equals funnier. Secondary character's mischievous expression provides setup context. Sound design: Comedic stab (orchestral sting) on surprise moment, boing sound on eye pop, snap sound on closure.
1478
+
1479
+ Platform optimization: 3.5 seconds total, maximum entertainment value per second, designed for rewatchability.
1480
+
1481
+ ---
1482
+
1483
+ ## Common Mistakes & Fixes for Cartoon Animation Prompts
1484
+
1485
+ ### MISTAKE 01: Under-specifying Animation Principles
1486
+ - **Problem**: Prompt says "character jumps" without anticipation/squash-stretch detail
1487
+ - **Fix**: "Character crouches deeply (squash pose, 0.3s wind-up), then launches upward in arc trajectory. On landing, compress vertically 40% (squash), then rebound upward slightly (stretch recovery), returning to neutral over 0.4s."
1488
+
1489
+ ### MISTAKE 02: Inconsistent Art Style Mix
1490
+ - **Problem**: Describing Disney smooth curves + Cartoon Network bold outlines simultaneously (conflicting styles)
1491
+ - **Fix**: "Choose ONE primary style (e.g., Classic Disney) and optionally ONE accent style (e.g., subtle Cartoon Network bold outlines). All visual elements must serve chosen primary."
1492
+
1493
+ ### MISTAKE 03: Forgetting Follow-Through
1494
+ - **Problem**: All character parts move/stop simultaneously
1495
+ - **Fix**: "Hair and clothing lag 0.2 seconds behind main body movement. Fingers settle last. Ears flap briefly after head stops."
1496
+
1497
+ ### MISTAKE 04: Vague Color Descriptions
1498
+ - **Problem**: "Use bright colors" without specification
1499
+ - **Fix**: "Bright primary colors: vivid red (#FF0000), electric blue (#0099FF), golden yellow (#FFD60A), at 100% saturation throughout."
1500
+
1501
+ ### MISTAKE 05: Ignoring Anticipation
1502
+ - **Problem**: Actions happen instantly without setup
1503
+ - **Fix**: "Before action, include 0.3–0.5 second anticipatory pose. Character narrows eyes before jump, takes breath before dialogue, winds up before punch."
1504
+
1505
+ ### MISTAKE 06: Inconsistent Scale & Proportion
1506
+ - **Problem**: Character proportions change between frames
1507
+ - **Fix**: "Maintain consistent model sheet proportions throughout. Exaggerate through squash-stretch MOTION, not by redrawing proportions between frames."
1508
+
1509
+ ### MISTAKE 07: Unclear 2-Second Hook
1510
+ - **Problem**: Opening is understated, doesn't capture attention
1511
+ - **Fix**: "Lead with ONE visual pop: SMASH-ZOOM, color explosion, extreme expression shift, impossible deformation, or particle cascade. Make opening 0.5–1.5 seconds demand attention."
1512
+
1513
+ ### MISTAKE 08: Missing Timing Context
1514
+ - **Problem**: Prompt doesn't specify fps or motion speed
1515
+ - **Fix**: "24fps with snappy easing (0.2 second key-pose spacing = very quick movement). Dialogue-synced moments use 0.4–0.6 second pacing for clarity."
1516
+
1517
+ ### MISTAKE 09: Over-Detailed Background in Character Animation
1518
+ - **Problem**: Detailed background competes with character focus
1519
+ - **Fix**: "Simplified background (flat color blocks or gradient), clearly secondary to character. All visual weight on character form and expression."
1520
+
1521
+ ### MISTAKE 010: Forgetting Emotional Authenticity
1522
+ - **Problem**: Exaggeration without emotional foundation
1523
+ - **Fix**: "Even in cartoony world, character motivation is clear. Exaggeration enhances genuine emotion (joy is REALLY joyful, fear is REALLY scary), not replacing it."
1524
+
1525
+ ---
1526
+
1527
+ ## Platform Optimization: Seedance 2.0 on Higgsfield Specifics
1528
+
1529
+ ### Prompt Structure for Seedance 2.0 on Higgsfield
1530
+
1531
+ Seedance 2.0 on Higgsfield parses prompts in layers:
1532
+
1533
+ **LAYER 01: Style Declaration**
1534
+ - Lead with primary style (Disney, flat vector, rubber hose, etc.)
1535
+ - Specify line work, color approach, and visual baseline
1536
+ - Example: "Animation style: Classic Cartoon Network rubber hose, bold 5px black outlines, primary color palette."
1537
+
1538
+ **LAYER 02: Action / Narrative**
1539
+ - Describe character movement, expressions, and sequence of events
1540
+ - Include timing: 0.3 seconds for this action, 0.5 for that reaction
1541
+ - Example: "Character smash-zooms into camera over 0.4s with exaggerated impact."
1542
+
1543
+ **LAYER 03: Technical Specifications**
1544
+ - Framerate: 24fps, 30fps, 48fps, or 60fps
1545
+ - Resolution: 1080p, 1440p, or 4K
1546
+ - Duration: 2–6 seconds optimal
1547
+ - Example: "24fps, 4 seconds, 1440p resolution, motion blur on fast movements."
1548
+
1549
+ **LAYER 04: Effects & Audio Cues**
1550
+ - Specify particle effects, transitions, sound design
1551
+ - Example: "Speed lines radiate outward, comedic boing sound effect, screen shake on impact."
1552
+
1553
+ ### Resolution Recommendations
1554
+
1555
+ **1080p**: Acceptable for simple vector styles, flat design, minimal line detail. Character outlines remain readable.
1556
+
1557
+ **1440p**: Optimal for most cartoon styles. Detail in line work is visible (pencil sketch strokes, watercolor texture, hand-drawn quality).
1558
+
1559
+ **4K**: Recommended for highly detailed styles: watercolor (texture visible), pencil sketch (individual strokes pop), oil painting (brushwork clarity), stop-motion (material imperfections readable).
1560
+
1561
+ ### Framerate Recommendations by Style
1562
+
1563
+ | Style | Recommended FPS | Rationale |
1564
+ |-------|-----------------|-----------|
1565
+ | Classic Disney | 24fps | Smooth, theatrical |
1566
+ | Cartoon Network | 24fps | Snappy comedic timing |
1567
+ | Flat Vector | 30fps–60fps | Modern, smooth interpolation |
1568
+ | Rubber Hose (1920s) | 12fps–24fps | Choppy retro feel authentic at 12fps |
1569
+ | Pencil Sketch | 24fps | Hand-drawn quality |
1570
+ | Watercolor | 24fps | Smooth motion over soft medium |
1571
+ | Paper Cutout | 12fps–24fps | Stop-motion authentic at 12fps |
1572
+ | Pixel Art | 24fps minimum | Avoid strobing; needs fluidity |
1573
+ | Neon Line | 30fps–60fps | Smooth glow effects |
1574
+ | Manga/Anime | 24fps | Dramatic held poses |
1575
+ | Claymation | 12fps | Authentic jittery feel |
1576
+ | Oil Painting | 24fps | Smooth motion over artistic base |
1577
+ | Silhouette | 24fps | Clear readable motion |
1578
+ | Doodle | 24fps | Energetic sketchy feel |
1579
+ | CGI Cel-Shaded | 30fps–60fps | Smooth 3D motion |
1580
+
1581
+ ### Quality Optimization Checklist
1582
+
1583
+ - [ ] Primary style is explicitly named and consistent throughout
1584
+ - [ ] Animation principles (anticipation, squash-stretch, etc.) are mentioned by name
1585
+ - [ ] Framerate and resolution are specified
1586
+ - [ ] 2-second hook is described (eye-catching opening moment)
1587
+ - [ ] Color palette is precise (hex codes or named colors, not vague "bright")
1588
+ - [ ] Line work style matches art style (bold outlines for Cartoon Network, thin for vector, etc.)
1589
+ - [ ] Timing is specified for key moments (0.3s anticipation, 0.5s hold, etc.)
1590
+ - [ ] Follow-through and overlapping action is described for realistic cartoon motion
1591
+ - [ ] Sound design cues are integrated
1592
+ - [ ] Emotional tone and target audience reaction are named
1593
+
1594
+ ---
1595
+
1596
+ ## Output Instructions: Using This Skill
1597
+
1598
+ ### When to Deploy This Skill
1599
+
1600
+ Use this **Seedance 2.0 on Higgsfield Cartoon Skill** whenever user requests:
1601
+ - Cartoon animation video prompt
1602
+ - 2D animation style video
1603
+ - Cel-shaded or hand-drawn animation
1604
+ - Flat animation or motion graphics
1605
+ - Any "fun," "animated," "playful," or "whimsical" style request
1606
+ - Character animation or walk cycle prompt
1607
+ - Vague requests like "make it look animated" or "fun colorful style"
1608
+
1609
+ ### Skill Deployment Workflow
1610
+
1611
+ 1. **Identify Intent**: User asks for cartoon/animation style
1612
+ 2. **Ask Clarifying Questions**: (If needed)
1613
+ - "What's the tone? (comedic, emotional, epic action, whimsical)"
1614
+ - "What's the primary character/action?"
1615
+ - "Do you prefer a specific cartoon style? (Disney, Cartoon Network, flat vector, etc.)"
1616
+ 3. **Select Primary Style**: Choose from Encyclopedia (Section: Animation Style Encyclopedia)
1617
+ 4. **Build Hook**: Select 2-second hook from Hook Framework (Section: 2-Second Hook Framework)
1618
+ 5. **Fill Master Template**: Use template structure to organize prompt layers
1619
+ 6. **Integrate Principles**: Layer in animation principles from Cartoon Philosophy
1620
+ 7. **Specify Technical Details**: Framerate, resolution, duration from Platform Optimization
1621
+ 8. **Output Final Prompt**: Deliver comprehensive, specific prompt to Seedance 2.0 on Higgsfield
1622
+
1623
+ ### Example Deployment
1624
+
1625
+ **User Input**: "I want an animated explanation video about how solar panels work. Fun and educational."
1626
+
1627
+ **Skill Application**:
1628
+ 1. Intent: Animation explainer (educational + fun)
1629
+ 2. Primary Style: Flat Vector (modern, clean, educational)
1630
+ 3. Hook: Color Explosion or Particle Burst (shapes materialize)
1631
+ 4. Template Structure:
1632
+ - Style declaration: Flat vector, geometric shapes
1633
+ - Narrative: Sun energy → panel capture → battery storage
1634
+ - Technical: 30fps, 1440p, 4 seconds
1635
+ - Effects: Shape materialization, musical beat sync
1636
+
1637
+ **Output Prompt** (Built using Skill frameworks):
1638
+
1639
+ "Animation style: Flat vector design, geometric shapes, primary colors (yellow, teal, orange), no gradients, high-contrast colors on white background.
1640
+
1641
+ Opening: 2-second hook—bright sun (yellow circle) drops into frame, synchronized with upbeat musical beat. Followed by solar panel (teal rectangle) and battery icon (orange shape) materializing in sequence.
1642
+
1643
+ Main sequence: Panel shape glows as energy rays travel downward into battery. Battery fills with light effect (gradient from empty to full over 1.5 seconds). Text labels appear synced with motion.
1644
+
1645
+ Animation style: Flat geometric, no outlines or minimal 1px white lines only. All shapes are perfect circles and rectangles. Movement is mathematical and precise.
1646
+
1647
+ Motion principles: No overlapping action (mechanical not organic). Easing is consistent. Shapes pause briefly when positioned.
1648
+
1649
+ Technical: 30fps, 1440p resolution, 4 seconds total duration, smooth mathematical interpolation.
1650
+
1651
+ Audio: Upbeat electronic music, musical sting on each shape appearance, soft whoosh sound for energy flow.
1652
+
1653
+ Tone: Educational, engaging, modern. Viewers should understand concept while enjoying visual clarity."
1654
+
1655
+ ---
1656
+
1657
+ ## Final Notes: Creativity & Iteration
1658
+
1659
+ This skill provides comprehensive frameworks and vocabulary, but **creativity within these structures is essential**. Some guidelines:
1660
+
1661
+ - **Don't be prescribed**: These are guides, not rigid rules. Mix styles intentionally if justified.
1662
+ - **Test hooks**: Try different 2-second hooks on same narrative; watch which captivates audience fastest.
1663
+ - **Color is psychological**: Color palette choice shapes emotional response as much as motion.
1664
+ - **Timing is everything**: Same movement at 12fps vs. 24fps vs. 60fps creates entirely different feel.
1665
+ - **Iterate**: Seedance 2.0 on Higgsfield output is generative; ask for refinements.
1666
+ - **Emotional core**: All exaggeration should serve character emotion and narrative, not just visual flash.
1667
+
1668
+ **Happy animating!**