GenArt
/install genart
GenArt Skill
Procedural visual art generator using Python. Produces SVG vector art and PNG raster output from algorithmic patterns and mathematical structures.
Algorithms
Flow Fields
Perlin noise-based vector fields that guide particle motion, creating organic flowing patterns and fluid-like aesthetics.
Fractals
Recursive geometric structures: Mandelbrot sets, Julia sets, L-systems, and self-similar branching patterns with configurable depth and parameters.
Cellular Automata
Conway's Game of Life and variants, generating complex patterns from simple local rules. Produces static snapshots or animated sequences.
Circle Packing
Algorithm-driven placement of circles in constrained spaces, creating organic compositions with visual balance.
Wave Patterns
Sinusoidal and superposed wave interference, creating ripple effects, moiré patterns, and harmonic visualizations.
Usage
genart.py --algorithm flow_field --output art.svg [--params "noise=0.5,scale=10"]
genart.py --algorithm fractal --output mandelbrot.png --width 1024 --height 1024
genart.py --algorithm cellular_automata --output ca.svg --iterations 100
genart.py --algorithm circle_pack --output circles.svg --target-count 200
genart.py --algorithm waves --output waves.png --frequency 5 --amplitude 100
Outputs SVG for scalable vector art or PNG for raster. All fully deterministic and scriptable.
Features
- Deterministic: Seed-based generation for reproducible art
- Scalable: SVG output scales infinitely without quality loss
- Raster export: PNG rendering for web and print
- Configurable: Every algorithm exposes tunable parameters
- Fast: Optimized Python with optional NumPy acceleration
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install genart - After installation, invoke the skill by name or use
/genart - Provide required inputs per the skill's parameter spec and get structured output
What is GenArt?
Generate algorithmic visual art — flow fields, fractals, cellular automata, circle packing, wave patterns. SVG + PNG output. It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.
How do I install GenArt?
Run "/install genart" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GenArt free?
Yes, GenArt is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GenArt support?
GenArt is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GenArt?
It is built and maintained by eliot-onbox (@eliot-onbox); the current version is v2.0.0.