3d-chladni-render

Installation
SKILL.md

3D Chladni Render

Workflow

  1. Resolve the requested workspace, output path, duration, dimensions, and visual mode.
  2. Use cosmic when the user does not choose a mode.
  3. Pass an audio file with --audio when the user wants sound-reactive motion. Prefer sand or dcosmic for audio-driven output.
  4. Resolve the installed skill directory and run scripts/render_3d_chladni.py.
  5. Wait for the script to print VALIDATION=PASS and OUTPUT_VIDEO=<absolute path>.
  6. Return the absolute output path and the render settings.

Quick Start

python3 scripts/render_3d_chladni.py \
  --workspace "$(pwd)" \
  --output "$(pwd)/out/3d-chladni-cosmic.mp4"
Installs
52
GitHub Stars
1.1K
First Seen
Aug 11, 2026
3d-chladni-render — vibe-motion/skills