svg-generator

Installation
SKILL.md

SVG Generator

Generate SVGs from text prompts or convert raster images to SVG using the Quiver AI API.

Prerequisites

Set your API key as an environment variable:

export QUIVER_API_KEY="your-api-key-here"

(Also accepts QUIVER_AI_API_KEY as a fallback.)

Workflow Decision Tree

  1. Does the user want to create an SVG from a text description? → Use Text-to-SVG Generation
  2. Does the user want to convert an existing image to SVG? → Use Image-to-SVG Vectorization
Installs
1
GitHub Stars
2
First Seen
12 days ago
svg-generator — tjboudreaux/cc-skills-svg-generator