con un clic
text-to-visual
Generate matching visuals from text via Picsart gen-ai.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Generate matching visuals from text via Picsart gen-ai.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Five brand direction variations for pitch discovery.
Export a white-label client deliverable as a zip.
Per-client asset templates scoped by workspace.
Client-branded pitch mockups: hero, tiles, slides.
Generate icons, empty states, onboarding for apps.
Deterministic default-avatar generator per user.
| name | text-to-visual |
| description | Generate matching visuals from text via Picsart gen-ai. |
| license | MIT |
| metadata | {"author":"Picsart","version":"1.0.0","hermes":{"category":"creative","tags":["picsart","text-to-image","blog-visuals","og-images","content"]}} |
A single skill that covers every "given text, produce a matching image" workflow Picsart's gen-ai CLI supports. Use when the user has any kind of written content — a paragraph, a blog draft, a URL — and needs visuals generated from it. Replaces three narrower skills with one entry point and three mode references.
Input: text (paragraph, article, or URL). Output: one or more images matched to the text's tone, topic, and target placement.
| Mode | Trigger phrases | Reference |
|---|---|---|
| single | "match a visual to this paragraph", "inline image for this section", "one visual for this content" | references/modes/single.md |
| article-set | "illustrate this blog post", "hero + inline visuals for an article", "full visual set for a draft" | references/modes/article-set.md |
| og | "OG image for this URL", "open graph preview", "Twitter card image", "dynamic meta image" | references/modes/og.md |
If the user wants product photos transformed, that's product-photo-studio. If they want video, that's gen-ai-use.
Picsart gen-ai CLI installed and authenticated:
curl -fsSL https://picsart.com/gen-ai-cli/install.sh | bash
gen-ai login
gen-ai whoami
Per-mode setup (caching, serverless endpoints, font choices) is documented inside each mode reference.
Read references/modes/<mode>.md.# Single image from a prompt
gen-ai generate --model <model> --prompt "<derived from text>"
# Estimate cost first
gen-ai pricing --model <model> --count <N>
# Browse available models
gen-ai models
Prompt-construction patterns (how to derive a prompt from a paragraph, an article, or a URL's metadata) live in the individual mode references.
Shared outer loop:
gen-ai prompt; each mode has its own template.gen-ai pricing before committing for multi-image runs.gen-ai generate. Stream progress.references/modes/og.md.# Confirm output exists and matches expected dimensions
gen-ai inspect outputs/<run>/<image>.png
# Spot-check the visual matches the source text by re-reading both side by side
product-photo-studio — transform existing product photosgen-ai-use — foundational gen-ai CLI reference