Install
openclaw skills install svg-generator-proGenerate customizable SVG backgrounds and graphics with multiple styles (tech, minimal, geometric, abstract) and color schemes. Use when creating website backgrounds, presentation slides, social media graphics, or UI decorative elements.
openclaw skills install svg-generator-proGenerate beautiful, customizable SVG backgrounds and graphics for websites, presentations, and more.
# Generate tech-style background
svg-generator --style tech --colors blue-purple --output hero-bg.svg
# Generate minimal background
svg-generator --style minimal --colors gray-blue --output simple-bg.svg
# Generate geometric pattern
svg-generator --style geometric --colors teal-cyan --output pattern-bg.svg
# Generate abstract art
svg-generator --style abstract --colors green-blue --output art-bg.svg
| Style | Description | Best For |
|---|---|---|
tech | Abstract tech elements (data flows, nodes, circuits) | Tech websites, SaaS landing pages |
minimal | Clean, simple gradients and shapes | Professional sites, portfolios |
geometric | Mathematical patterns and geometric shapes | Modern designs, dashboards |
abstract | Artistic abstract compositions | Creative projects, social media |
| Scheme | Colors | Use Case |
|---|---|---|
blue-purple | Tech blue to purple gradient | SaaS, tech products |
gray-blue | Professional gray to blue | Corporate, business |
teal-cyan | Modern teal to cyan | Fresh, modern designs |
green-blue | Nature-inspired green to blue | Eco, wellness brands |
custom | Specify your own hex colors | Brand-specific needs |
svg-generator --style tech --colors "#FF6B6B-#4ECDC4" --output custom.svg
# First generate SVG, then convert
svg-to-png input.svg output.png --width 1920 --height 1080
scripts/generate-svg.js - Main SVG generation scriptscripts/svg-to-png.js - Convert SVG to PNGscripts/ppt-image-generator.js - Generate images for PPT templatesassets/ - Sample SVG outputs for referencesvg-generator --style tech --colors blue-purple --output public/hero-bg.svg
svg-generator --style abstract --colors teal-cyan --output social-post.svg
svg-to-png social-post.svg social-post.png --width 1080 --height 1080
ppt-image-generator --template modern --output slide-bg.svg
pptx-2 - For integrating SVG into PowerPoint presentationsdiagram - For generating diagrams alongside backgrounds