> comfyui-audio-creator
Generate **background music** and **ambience** that matches one or more video scenes produced by `comfyui-video-generator`. This skill does *not* handle spoken dialogue or narration; use `comfyui-voice-generator` for any voice work.
curl "https://skillshub.wtf/tippyentertainment/skills/comfyui-audio-creator?format=md"Provided by TippyEntertainment
https://github.com/tippyentertainment/skills.git
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.
comfyui-audio-creator
Summary
Generate background music and ambience that matches one or more video scenes produced by comfyui-video-generator. This skill does not handle spoken dialogue or narration; use comfyui-voice-generator for any voice work.
When to Use
- After video clips exist and the user wants music or ambient soundscapes for them.
- The user asks for background tracks for a trailer, promo, or game scene.
- You need loopable ambience (e.g., city at night, fantasy forest, sci‑fi engine room).
Inputs to Collect
Ask the user (or previous skill) for:
- Audio type
musicorambience(no voice).
- Target scene(s)
- Reference to clips from
comfyui-video-generator(IDs, durations, moods).
- Reference to clips from
- Style / genre / mood
- Music: orchestral, synthwave, lofi, rock, cinematic, etc.
- Ambience: forest, city, sci‑fi engine, horror, cozy home, etc.
- Duration
- Typically match the clip length or a loopable segment (e.g., 15–60 seconds).
- Loopability
- Whether the audio should seamlessly loop.
- Tempo / intensity (for music, optional)
- Slow/medium/fast; low/medium/high intensity.
- Format & sample rate
- Default: 16‑bit WAV, 44.1 kHz or 48 kHz, stereo.
Expected Behavior
- Map the request into structured audio parameters:
audioType,genre,mood,durationSeconds,loopable,targetScenes,tempo,intensity.
- Select the appropriate ComfyUI or connected audio workflow:
- Music generator or ambience generator (no TTS here).
- Generate audio in one or more segments:
- Ensure total duration covers the referenced scenes.
- For loops, ensure clean loop points.
- Collect:
audioUrl/audioPathdurationSecondsformat,sampleRate,channels- Tags/metadata (genre, mood, bpm if known).
- Return a concise summary plus technical details.
Output Format (to the caller)
Return a structure containing:
description: e.g. “Loopable synthwave track for the opening scene.”audioUrloraudioPathdurationSecondsformatsampleRatechannelsloopable: booleantags: list of strings (genre, mood, tempo)
Orchestration Notes
Typical pipeline:
comfyui-video-generator→ create scenes.comfyui-audio-creator→ create background music/ambience for those scenes.comfyui-voice-generator→ add narration or dialogue.comfyui-soundfx-creator→ layer in moment‑specific sound effects.
This skill focuses on non‑voice background audio so other skills can handle speech and SFX cleanly.
> related_skills --same-repo
> worldclass-tailwind-v4-visual-design
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.
> wasm-spa-autofix-react-imports
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.
> vite-webcontainer-developer
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.
> vite-config-react19-spa-expert
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.