> comfyui-soundfx-creator
Generate short sound effects (SFX) that sync with moments in the video, using ComfyUI‑driven audio workflows or connected SFX models.
curl "https://skillshub.wtf/tippyentertainment/skills/comfyui-soundfx-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-soundfx-creator
Summary
Generate short sound effects (SFX) that sync with moments in the video, using ComfyUI‑driven audio workflows or connected SFX models.
When to Use
- After scenes and base audio exist, and the user wants moment‑specific sound effects.
- The user requests sounds like “robot booting up”, “sword slash”, “UI click”, “magic spell”, etc.
- You are enriching AI‑generated clips with interaction and impact.
Inputs to Collect
Ask the user (or previous skills) for:
- SFX description
- What happens (event) and how it should feel (timbre/mood).
- Target timing
- Approximate timestamp(s) in a given video clip (e.g.,
clipId+ seconds).
- Approximate timestamp(s) in a given video clip (e.g.,
- Duration
- Usually 0.2–2 seconds; up to 5–10 seconds for stingers or sweeps.
- Usage context
- Game/UI/film/trailer/website, etc.
- Tone / timbre
- Soft / hard, metallic / organic, digital / analog, retro / modern.
- Format & sample rate
- Default: WAV, 44.1 kHz or 48 kHz, mono or stereo.
Expected Behavior
- Normalize the request to SFX parameters:
eventDescription,durationSeconds,intensity,timbre,targetClip,timecode.
- Choose or build an SFX generation workflow:
- Text‑to‑audio SFX model, synthesis chains, or layering of primitives.
- Generate one or more SFX variants.
- For each variant, collect:
audioUrl/audioPathdurationSecondsformat,sampleRate,channels
- Optionally suggest which variant best fits the described moment.
- Return a concise list of SFX assets plus their metadata.
Output Format (to the caller)
Return a structure such as:
effects: array of:namedescriptionaudioUrloraudioPathdurationSecondsformatsampleRatechannelstargetClipId(if provided)timecode(if provided)
Orchestration Notes
Typical pipeline:
- Use
comfyui-video-generatorto create scenes. - Use
comfyui-audio-creatorto generate music/ambience. - Use
comfyui-soundfx-creatorto add moment‑specific SFX for key beats.
This skill does not perform final mixing; it only produces clean SFX assets and metadata so a separate mixer/editor can place them accurately on the timeline.
> 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.