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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install genart - 安装完成后,直接呼叫该 Skill 的名称或使用
/genart触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GenArt 是什么?
Generate algorithmic visual art — flow fields, fractals, cellular automata, circle packing, wave patterns. SVG + PNG output. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 GenArt?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install genart」即可一键安装,无需额外配置。
GenArt 是免费的吗?
是的,GenArt 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GenArt 支持哪些平台?
GenArt 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GenArt?
由 eliot-onbox(@eliot-onbox)开发并维护,当前版本 v2.0.0。