creativeclaw-generate-image
Installation
SKILL.md
Generate Image
Turn a brief and optional references into a finished image. This is the primary skill for a clear, general image-generation or image-editing request; model-specific skills supply deeper prompting advice after routing. If the user explicitly requests HTML/CSS rendering or a deterministic code-based PNG, use creativeclaw-render-html-image instead.
Workflow
- Establish the subject, intended use, aspect ratio, style, text requirements, and which details must remain exact.
- Use
search_assetsfor likely reusable references. Import attachments or local files with the platform upload flow before generation. - When the user asks for examples, inspiration, styles, or a close starting point—or an open brief would materially benefit from concrete choices—use
creativeclaw-find-examples. Search a small filtered set, then load only the chosen example withget_example. Do not search automatically for an already precise brief. - For branded work, call
get_themeand carry the relevant colors, typography, logo treatment, and visual rules into the prompt. - Call
list_models({ modality: "image" }), select a model, then callget_model_paramsbefore sending model-specific fields. - Explain the model choice before a costly batch. Generate one direction first unless the user explicitly wants several.
- Call
generate_image. If a downstream tool needs a queued result URL, usecheck_job; otherwise let the inline viewer monitor it. - Inspect the result against the non-negotiables, revise the smallest failing element, and tag the approved asset.