skills/comfyui-video-generator/SKILL.md
Generate short AI video clips (shots) using ComfyUI. This skill turns text prompts (and optional reference images) into 3–8 second scenes that can be stitched into longer “AI movies”.
npx skillsauth add tippyentertainment/skills comfyui-video-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill is designed for use on the Tasking.tech agent platform (https://tasking.tech) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .openai, and .mistral. Use this skill for both Claude code and Tasking.tech agent source.
Generate short AI video clips (shots) using ComfyUI. This skill turns text prompts (and optional reference images) into 3–8 second scenes that can be stitched into longer “AI movies”.
Ask the user for:
If the prompt is vague, ask 2–3 clarifying questions, then proceed with defaults.
prompt, negativePromptdurationSeconds, fps, resolutioncameraStyle, referenceAssetsThe skill should return a JSON‑like structure (or equivalent in your system) with at least:
description: short human‑readable description of the clip.videoUrl or videoPathdurationSecondsfpsresolution: { width, height }seed (if available)modelInfo (model names/versions used)This skill is typically called first in a pipeline:
comfyui-video-generator → create shots.comfyui-audio-creator → create music/ambience for those shots.comfyui-soundfx-creator → create per‑event sound effects.Do NOT handle editing/muxing here; just generate the raw video asset and metadata.
development
A top-tier product/UI designer skill that uses Tailwind v4 plus Google Gemini Nano Banana image models to craft visually stunning, “award‑winning” marketing sites and apps with strong art direction, motion, and systems thinking.
development
Meticulously detect and fix missing React/TSX imports, undefined components, and bundler runtime errors in the WASM SPA build/preview pipeline. Ensures JSX components, icons, and hooks are properly imported or defined before running the browser preview, so the runtime safety-net rarely triggers.
development
Debug and auto-fix Vite projects running inside WebContainers: resolve mount/root issues, alias/path errors, missing scripts, and other common dev-time problems so the app boots cleanly.
tools
Diagnose and fix Vite + React 19 configuration issues for TypeScript SPA and WASM preview builds. Specializes in React 19’s JSX runtime, @vitejs/plugin-react, path aliases, SPA routing, and dev-server behavior so the app and in-browser preview bundle cleanly without manual trial-and-error.