svg_generator

Generate SVG images from natural language descriptions and save them to disk.

4|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/dewitt/swarm --skill svg-generator-dewitt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: svg_generator
Source: https://github.com/dewitt/swarm/tree/main/skills/svg_generator
Command: npx skills add https://github.com/dewitt/swarm --skill svg-generator-dewitt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate SVG images from natural language descriptions.

Core Features & Use Cases

  • Generate scalable vector graphics from textual prompts for icons, diagrams, and illustrations.
  • Save the resulting SVG to disk with a meaningful filename derived from the prompt.
  • Supports customization via simple prompts to adjust color, shapes, and composition.

Quick Start

Describe the image you want in natural language to generate an SVG and save it to the current directory.

Frequently Asked Questions about svg_generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate SVG graphics from natural language descriptions?

To generate SVG graphics from natural language, describe the desired image such as an icon or diagram in a text prompt. The system processes the description and writes the resulting scalable vector graphics to disk with a descriptive filename.

Can I use natural language to create scalable vector icons and diagrams?

You can use natural language to create scalable vector icons and diagrams by providing a text prompt. The generation handles various design contexts and outputs the SVG file directly to your current directory.

What is the best way to customize SVG composition and colors from text?

The best way to customize SVG composition and colors from text is by adjusting your natural language prompt. Simple descriptive changes to the prompt allow you to modify shapes, color schemes, and the overall layout of the generated vector graphic.

Does SVG generation save files automatically to disk?

SVG generation saves files automatically to disk using the write_local_file tool. It writes the output SVG content to your current directory and saves the file with a meaningful filename derived from your prompt.

What types of illustrations can I create with natural language SVG generation?

Natural language SVG generation supports creating icons, diagrams, illustrations, and decorative graphics. It handles these various design contexts by translating your textual descriptions into scalable vector graphics.