image-generation

Installation
SKILL.md

Image Generation

Use the generate_image tool when the user asks you to create, render, draw, design, generate, or edit an image.

If the generate_image tool is not available in the current tool list, tell the user that image generation is not enabled for this nanobot instance.

When To Use

  • Text-to-image: call generate_image with a concrete prompt.
  • Image editing: pass the saved artifact path or user image path in reference_images.
  • Iterative edits in the same conversation: prefer the most recent generated image artifact if the user says things like "make it brighter", "change the background", or "try another version".
  • Ambiguous edits: ask a short clarifying question if multiple recent images could be the target.
  • In the current chat, do not call message just to announce or resend generated images. The runtime attaches images from generate_image to the final assistant reply automatically.

Prompt Rules

Write prompts with enough detail for image models:

  • Subject and scene.
Related skills
Installs
1
Repository
hkuds/nanobot
GitHub Stars
42.3K
First Seen
Today