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
- Does the user want to create an SVG from a text description? → Use Text-to-SVG Generation
- Does the user want to convert an existing image to SVG? → Use Image-to-SVG Vectorization