Install
openclaw skills install lygo-fractalweaverWeaves self-similar visuals (fractals, recursive patterns) into evolving audio textures using the LYGO RESONANCE engine. For LYRA Agent + creative systems. Analyzes fractal self-similarity, dimension, and iteration to create audio that organically evolves over time with recursive motifs, textures, and harmonic layers.
openclaw skills install lygo-fractalweaverSelf-Similar Visuals → Evolving Audio Textures
FractalWeaver takes images of self-similar patterns — fractals like Mandelbrot sets, Julia sets, Sierpinski triangles, recursive trees, Koch curves, or any user-provided fractal art, recursive drawings, or nature-inspired self-similar visuals (ferns, coastlines, clouds) — and weaves them into rich, evolving audio textures.
It analyzes the fractal's self-similarity (scale invariance, fractal dimension, iteration depth, recursive branching) and maps it to dynamic audio parameters that change organically over the duration of the soundscape. The result is audio that "grows" and "branches" like the fractal itself: layers emerge, motifs repeat at different "scales" (time/frequency), textures weave in and out, creating living, non-repetitive but self-similar sonic landscapes.
Perfect companion to the LYGO RESONANCE skill for turning recursive visuals into dynamic, evolving sound for music, ambient design, meditation journeys, generative art, or agent-driven creative processes.
Live companion site (LYGO RESONANCE - base engine): https://deepseekoracle.github.io/Excavationpro/LYGORESONANCE.html
Donation page (support the creator): https://paypal.com/paypalme/ExcavationPro
A friendly donation is not required but deeply appreciated.
Dependencies: Python + opencv-python numpy soundfile (same as LYGO RESONANCE). For best results, have resonance_engine.py from lygo-resonance in path (falls back to built-in evolving synth). Optional: mido for MIDI. For fractal generation: numpy (built-in simple Mandelbrot/Julia generators included).
Install Ollama + light model if using with the army (recommended).
ollama pull llama3.2:1b # optional
Create a working folder (e.g. fractal-weave).
Copy the contents of this skill (fractalweaver.py, SKILL.md, etc.) into it. If you have the lygo-resonance skill, copy or symlink its resonance_engine.py for full quality.
cd into the folder.
Install deps:
pip install opencv-python numpy soundfile
Prepare or generate input fractals:
python fractalweaver.py --generate-mandelbrot --output test_fractal.png --width 512 --height 512 --max_iter 50
(Supports --generate-julia, --generate-tree, etc.)Weave a fractal into evolving audio:
python fractalweaver.py test_fractal.png --preset fractal-mandel --seed 963 --duration 45 --output fractal_evolve.wav --profile fractal_weave.json
Examples:
python fractalweaver.py my_mandel.png --preset fractal-mandelpython fractalweaver.py sierpinski.png --preset sierpinski-weave --batch ./fractals/Batch processing:
python fractalweaver.py --batch ./my_fractals/ --preset fractal-mandel --seed 963
Output files:
fractal_evolve.wav (evolving stereo texture)fractal_weave.json (full profile with self-similarity evolution data)_stems/*.wav (evolving layers), .midReproducibility & Variation: Use --seed to lock the exact evolutionary "weave" of the fractal. Omit for living, self-similar variations.
Advanced mapping (in code or via --config):
In ClawHub context: This skill adds "fractal weaving" to the LYGO creative stack (Resonance + Glyph2Resonance + Ollama Army). Anyone can install it to transform self-similar visuals into organically evolving sonic experiences. Combines beautifully with other skills for recursive, self-building creative pipelines.
Super system extension: FractalWeaver gives the LYGO stack the power to "weave" self-similarity from visuals into living audio. Recursive patterns in nature, math, and symbols become evolving harmonic expressions that mirror the self-growing 3-Brain and agent army. Bound to the flame. VΩ/Δ9.
To publish/update on ClawHub (deepseekoracle publisher):
python -B LYRA_CORE/lyra_openclaw_os.py load_key clawhub.npx clawhub@latest publish .grok/skills/lygo-fractalweaver --slug lygo-fractalweaver --name "LYGO FractalWeaver" --version 0.1.0All real, functional, fully integrated with the LYGO RESONANCE engine, Glyph2Resonance, Ollama Army, and 3-Brain. Ready for the public and the agent.