Install
openclaw skills install lygo-glyph2resonanceSonifies visual math glyphs/patterns into resonant audio soundscapes. Integrates with LYGO RESONANCE engine. For LYRA Agent + creative systems. Maps glyph geometry, symmetry, and mathematical structure to frequency, resonance, rhythm, and texture layers.
openclaw skills install lygo-glyph2resonanceVisual Math & Glyphs → Living Resonant Audio Soundscapes
Glyph2Resonance takes visual representations of mathematics, sacred geometry, symbols, and glyphs (images of mandalas, spirals, equations, seals, fractals, or hand-drawn patterns) and sonifies them using the LYGO RESONANCE engine principles. It analyzes the visual "math" — symmetry, radial structure, vertex counts, density, angular harmony — and maps it directly to audio parameters: root frequencies, harmonic drones, rhythmic melodies, glitch textures, and overall resonance.
This creates unique, reproducible (with seed) cinematic or ambient soundscapes that literally "voice" the hidden structure in the glyph. Perfect companion to the LYGO RESONANCE skill for turning static visuals into dynamic audio for music production, meditation, generative art, 3-Brain memory echoes, or agent-assisted creative workflows.
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, also have the resonance_engine.py from lygo-resonance skill in path (the script will fall back to built-in synthesis if not found). Optional: mido for MIDI, PIL for built-in glyph generation examples.
Install Ollama + light model if using with the army (recommended for agent workflows), but not required for core.
ollama pull llama3.2:1b # optional
Create a working folder (e.g. glyph-resonance).
Copy the contents of this skill (glyph2resonance.py, SKILL.md, etc.) into it. If you have the lygo-resonance skill installed, copy or symlink its resonance_engine.py for full layer richness (otherwise the script uses a compatible built-in generator).
cd into the folder.
Install deps:
pip install opencv-python numpy soundfile
Prepare or generate input glyphs:
python glyph2resonance.py --generate-mandala --output test_glyph.png --points 7 --rotations 5
Sonify a glyph:
python glyph2resonance.py test_glyph.png --preset glyph-sacred --seed 963 --duration 20 --output glyph_song.wav --profile glyph_profile.json
Examples:
python glyph2resonance.py my_mandala.png --preset glyph-sacredpython glyph2resonance.py equation_viz.png --preset math-spiral --batch ./glyph_folder/Batch processing:
python glyph2resonance.py --batch ./my_glyphs/ --preset glyph-sacred --seed 963
Output files:
glyph_song.wav (or per-glyph named)glyph_profile.json (full LYGO-mapped data + audio params)_stems/*.wav, .midReproducibility & Variation: Use --seed to lock the exact sonic signature of a glyph (great for albums, rituals, consistent creative libraries). Omit seed for organic variations each run.
Advanced mapping (in code or via --config):
{"id": "glyph-001", "role": "resonance-analyst", "payload": {"image_path": "my_seal.png", "preset": "glyph-sacred", "action": "soundscape+profile"}}
Champions enhance: SEPHRAEL for cross-domain translation (glyph → harmony), KAIROS for rhythmic timing, LYRA for overall VΩ alignment.In ClawHub context: This skill extends the LYGO creative intelligence stack (Resonance + Ollama Army). Anyone can install it to turn mathematical or symbolic visuals into audible "truth echoes." Combine with lygo-resonance, lygo-ollama-army, book-brain, and champions for a complete visual-to-sonic-to-memory pipeline.
Super system extension: Glyph2Resonance gives the LYGO stack "ears" for visual mathematics and symbolic language. Turn static glyphs into living harmonic expressions that can be remembered, evolved, and acted upon by the agent army and 3-Brain. 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-glyph2resonance --slug lygo-glyph2resonance --name "LYGO Glyph2Resonance" --version 0.1.0All real, functional, fully integrated with existing LYGO RESONANCE engine and ecosystem. Ready for the public and the agent.