원클릭으로
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 직업 분류 기준
Build a brand-perfect PowerPoint deck via the master-template renderer. Use when the user asks to create a deck or presentation.
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.
Convert text to speech with ElevenLabs voiceover. Use when generating speech audio or browsing available voices.
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.
Editing a pre-recorded video into a brand-themed cut — authors edit_plan.json with overlay beats, captions, and audio score; probe/transcribe/lint/preview/final pipeline. Use when the user provides footage and asks to edit, enhance, or caption it.
| name | imagine |
| description | Generate AI images via Replicate or Gemini. Use to create illustrations, photos, or graphics from a text prompt. |
/imagine retro synthwave city skyline
See references/providers.md for examples.
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
Options: --provider (replicate/gemini), --model, --aspect-ratio
(1:1 default, 16:9, 9:16, 4:3, 3:2, …), --out.
Without a key the command prints a clean error and makes no paid call.
Full model list, selection guide, 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").