一键导入
imagine
Generate AI images via Replicate or Gemini. Use to create illustrations, photos, or graphics from a text prompt.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate AI images via Replicate or Gemini. Use to create illustrations, photos, or graphics from a text prompt.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Iteratively improve a feinschliff diagram skill: loop measure, mutate one thing, keep or revert, consolidate, scoring generated output with `feinschliff-builder eval`. Rides the built-in /goal. Use when asked to autoloop against its evals.
Use when a brand pack scaffold exists and you need to close the structural fidelity gap against a source PPTX — runs the verify-loop, then fans out one sub-agent per layout above threshold so each slide is analysed and edited in parallel.
Use when authoring a CLI session recording for the cli-recorder skill. Translates a user's intent ("video of installing kubectl") into a valid recipe.toml through interactive Q&A.
Generate Excalidraw diagrams from a compact DSL with brand-resolved colors. Use for boxes/arrows flow diagrams.
Generate SVG diagrams from a compact DSL with brand-resolved colors. Use for charts, flows, and schematic 2D graphics.
Scaffold v2 `.slide.dsl` layout skeletons for a brand pack from its claude-design HTML. Use when adding new layouts.
| name | imagine |
| description | Generate AI images via Replicate or Gemini. Use to create illustrations, photos, or graphics from a text prompt. |
feinbild is a command on your PATH. Requires a provider key in ~/.env
(REPLICATE_API_KEY or GEMINI_API_KEY).
feinbild imagine --prompt "a calm mountain lake at dawn" --out lake.webp
feinbild imagine --prompt "logo, flat, blue" --provider gemini --aspect-ratio 16:9 --out logo.png
Options: --provider (replicate default, or gemini), --model
(default black-forest-labs/flux-schnell / gemini-2.5-flash-image),
--aspect-ratio (1:1 default, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3),
--out. Without a key the command prints a clean error and makes no paid call.
Full model list, selection guide, meme tips, and examples:
references/providers.md.
For images in the visual style of specific companies (Apple, Linear, Stripe, Vercel, etc.), fetch the brand's DESIGN.md from awesome-design-md — 76+ design systems as plain markdown.
URL: https://raw.githubusercontent.com/VoltAgent/awesome-design-md/main/designs/<brand>/DESIGN.md
Extract the brand's color palette, typography style, and visual language, then
weave them into the --prompt (e.g., "clean Apple-style design with SF Pro
typography, white background, subtle shadows, #007AFF accent blue").