AI Image Generation
Creative skill, available on Zeplik
AI Image Generation is a ready-to-run creative skill on Zeplik. Write high-quality prompts for Black Forest Labs FLUX image models, covering text-to-image, image editing instructions, structured JSON scene prompts, exact hex colors, text rendering, and multi-reference composition. Ask in plain language and Zeplik applies the skill's method for you inside the conversation, on whichever AI model you prefer.
The AI Image Generation skill loads automatically when your request matches it, or you can invoke it directly by typing /flux-imaging in any chat. It works with attachments, connectors, and any model that supports the task, so you get the same expert method every time without setting anything up.
What the AI Image Generation skill can do
- Write dense literal FLUX prompts in natural prose instead of tag lists
- Structure text-to-image prompts across subject, style, setting, lighting, camera
- Anchor exact brand colors by pairing hex codes with plain descriptions
- Assign explicit roles to multiple reference images to avoid attribute bleed
Try these prompts on Zeplik
Pick a prompt to open it in the Zeplik app. If you are not signed in yet, your prompt is waiting for you the moment you do.
How the AI Image Generation skill works
FLUX image prompting
Capability truth (read first): this skill only WRITES a FLUX prompt for the
user to run in their own FLUX/BFL tool. You do NOT generate images here and have
no image tool to call from this skill. Never emit an image, a {"image": …}
blob, a data URL, or any output that pretends an image was produced, and never
claim you generated one. (If the user wants an actual image in Zeplik, they ask
in plain language and the native pipeline handles it — separate from this skill.)
Craft prompts the way FLUX reads them: as a literal, dense scene description in natural prose. Deliver the finished prompt in a code block so the user can copy it straight into their FLUX tool, and briefly note why each major choice is there.
Core rules
- No negative prompts. FLUX has no negative-prompt channel. Never write "no blur, no extra fingers". Instead state the positive condition you want: "sharp focus throughout" or "hands resting flat on the table".
- Specific beats vague. "A dog" produces an average dog. Name breed, age, coat, pose, expression, and surroundings. Every vague noun is a place where the model averages.
- Prose over keyword soup. Full sentences in a natural narrative order outperform comma-separated tag lists.
- Always specify lighting. Light source, direction, quality, and time of day change results more than any other single clause. "Soft window light from the left" or "hard noon sun overhead" both beat silence.
- Camera language sets realism. For photographic looks, add lens and aperture cues: "85mm lens at f/2.8, shallow depth of field". For illustration, name the medium instead: "flat vector illustration", "loose watercolor on rough paper".
Text-to-image structure
Build prompts in this order, dropping parts that do not apply:
Subject, then action or pose, then style or medium, then setting and context, then lighting, then camera or technical details.
Example shape: "A retired lighthouse keeper in her sixties with windburned cheeks, coiling rope on a stone pier, painted in muted gouache. Overcast morning, flat grey light with a faint warm glow from the lighthouse lamp. Wide framing with the sea filling the lower third."
Text rendering and typography
Put any words that must appear in the image inside double quotes and say where and how they render: 'A matte black coffee bag with "DRIFT ROASTERS" in tall white sans-serif letters centered on the front'. Keep quoted text short; long passages degrade. Describe font character (serif, hand-painted, neon script), size relative to the object, and placement.
Exact colors
For brand or palette accuracy, give the hex code together with a plain description: "the jacket is teal (#0F766E)", "background in warm off-white (#FAF7F2)". Pairing the code with words anchors both pathways. Limit a prompt to a handful of hex-anchored colors and say which element carries each one.
Structured JSON prompts
For complex scenes with many controlled elements, write the prompt as a JSON object instead of prose. Use plain descriptive keys such as scene, subjects (an array with per-subject description, position, clothing), style, color_palette (hex values), lighting, camera, and text_elements (content, placement, font). JSON keeps multi-subject scenes from bleeding attributes between subjects. Values stay natural language; the structure, not special syntax, does the work.
Image editing (image-to-image)
When the user supplies a source image and wants a change:
- State the edit as an instruction about the change, not a re-description of the whole image: "Change the car to bright red (#D42A2A)".
- Explicitly pin what must stay: "Keep the background, framing, and lighting unchanged."
- One edit concern per prompt gives the cleanest results; chain edits over multiple rounds rather than stacking five changes in one instruction.
- For style transfer, name the target style concretely (medium, era, palette) rather than only an artist name.
Multiple reference images
When several reference images are provided, assign each an explicit role in the prompt: "Use the first image for the character's face and hair, the second image for the outfit, and the third image for the background environment." Unassigned references get blended unpredictably. Resolve conflicts in words: say which reference wins for color, which for composition.
Quality checklist
- No negations or "avoid X" phrasing anywhere.
- Lighting described.
- Every subject has enough detail to be drawn only one way.
- Text in quotes with placement; colors with hex plus description where accuracy matters.
- Editing prompts name the change and the invariants.
How to use the AI Image Generation skill
Sign in to Zeplik
Create a free Zeplik account or sign in. New accounts start with free credits, so you can try the AI Image Generation skill right away.
Describe your creative task
Ask in plain language, or type /flux-imaging to invoke the skill directly. Zeplik recognizes the AI Image Generation skill and applies its method.
Review and refine the result
Zeplik returns a clear, structured answer. Ask follow-ups in the same chat to refine it or take the next step.
Source and credit
- Author
- Black Forest Labs
Adapted from the open-source black-forest-labs/skills project and tuned to run natively on Zeplik. View source on GitHub.
Frequently asked questions
- What is the AI Image Generation skill?
- AI Image Generation is a ready-to-run creative skill on Zeplik. Write high-quality prompts for Black Forest Labs FLUX image models, covering text-to-image, image editing instructions, structured JSON scene prompts, exact hex colors, text rendering, and multi-reference composition. Ask in plain language and Zeplik applies the skill's method for you inside the conversation, on whichever AI model you prefer.
- How do I use AI Image Generation on Zeplik?
- Sign in to Zeplik and ask in plain language, or type /flux-imaging in any chat to invoke it directly. The skill applies its method and returns a result you can refine in the same conversation.
- Which AI model does the AI Image Generation skill use?
- Any model you choose. Zeplik works across every model in one chat, so the AI Image Generation skill runs on your preferred model for the task.
- Where does the AI Image Generation skill come from?
- The AI Image Generation skill is adapted from the open-source black-forest-labs/skills project and tuned to run natively on Zeplik. The original source is linked on this page.
- How much does the AI Image Generation skill cost?
- Using the skill is free to start. You only spend Zeplik credits when the assistant runs, and new accounts begin with free credits.
Related creative skills
- 3D Web ExperiencesUse when building 3D on the web: Three.js, React Three Fiber, WebGL, Spline, scroll-driven 3D scenes. Not for 2D browser games (use develop-web-game) or non-3D artifacts (use web-artifacts-builder).
- Algorithmic Art StudioUse when the user asks for generative or algorithmic art made with code — p5.js sketches, flow fields, particle systems, seeded randomness with interactive parameter exploration. Trigger: "generative art", "creative coding", "make art with code". Not for photorealistic image generation (use flux-imaging).
- Game Development StudioUse when designing or building games in engines like Unity, Godot, or Unreal -- mechanics, GDScript, ECS/DOTS, game systems, performance. Not for browser games built in chat (use develop-web-game).
- Image EnhancerUse when the user uploads an image to improve -- sharpness, clarity, lighting, composition, artifacts -- via analysis plus a regeneration prompt. Not for new images from scratch (use imagegen).
- Image Generation StudioUse to help CRAFT and refine an image prompt (composition, style, lighting, negative space, targeted revisions). You do NOT generate images from this skill -- Zeplik's native image pipeline handles generation automatically. Prompt-craft guidance only.
- Meme MakerUse when the user wants a meme made -- 'make a meme about deploying on friday', 'drake meme comparing tabs and spaces', 'this-is-fine meme for our launch'. Builds classic-template meme images via URL plus text formats. Not for AI image generation (use flux-imaging) or Slack GIFs (use slack-gif-creator).
More on Zeplik
Try AI Image Generation on Zeplik
Every model, one chat. Bring the AI Image Generation skill into your next conversation and let the assistant do the work.