AI Agent Hub
Back to skills
Recraft V3 SVG Generation icon

Recraft V3 SVG Generation

Design & Media Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please install @user_f95f21b8/dlazy-recraft-v3-svg using the guide at https://skillhub.cn/install/skillhub.md.

About this skill

Problem

When a design pipeline needs text prompts to become editable vector output, plain image models often return results that are unstable, hard to scale, or awkward to drop into UI, icon, and illustration workflows. This skill targets engineers and automation pipelines by wrapping Recraft V3 SVG generation: provide a prompt, then receive a structured SVG result instead of an opaque, hard-to-control image link.

How It Works

The skill is a thin client over the dLazy hosted API. The main flow is:
- Start generation with dlazy recraft-v3-svg; parameters are sent to api.dlazy.com for inference;
- If local image, video, or audio paths are passed, the files are uploaded to files.dlazy.com so the model can read them;
- Output URLs are also hosted in dLazy media storage;
- Asynchronous requests with --no-wait return a task and status, which can be polled later for completion.

This fits scenarios where recraft svg, generate svg, or text to image triggers need to be wired into a CLI or agent toolchain. Keep in mind: calls require a dLazy API key, and different failure modes, such as unauthorized access, insufficient balance, missing parameters, or backend safety-policy rejection, return distinct error codes. The skill does not replace design-system constraints and does not guarantee that every prompt will produce brand-compliant vector output.

Use Cases

  • A frontend engineer adds a set of scalable SVG icons to an admin icon library from text prompts.
  • A designer drafts a brand illustration by prompting a minimal line owl and getting an editable SVG base.
  • An automation pipeline converts marketing copy into vector illustrations for web asset generation.
  • A QA team creates sample UI assets as HTML-ready SVG icons without bitmap dependencies.

Best For

  • Frontend engineers maintaining icon libraries who need quick scalable SVG candidates from text prompts.
  • Product designers drafting UI illustrations who want prompts turned into vector bases for design tools.
  • Platform engineers building marketing asset pipelines who need copy converted into web-ready SVG artwork.
  • Integration engineers wiring Recraft V3 SVG generation into internal tools and handling async task polling.