Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate images and iteratively edit saved image artifacts.
.claude/skills/memtensor-image-generation/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 1424% | 0% |
| case-08 | ✓→✗ | ▼ Worse | -86% | 0% |
| case-09 | ✓→✗ | ▼ Worse | -80% | 0% |
| case-10 | ✓→✗ | ▼ Worse | -77% | 0% |
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 memmy instance.
generate_image with a concrete prompt.reference_images.message tool with the artifact paths in the media parameter to deliver them to the user.Write prompts with enough detail for image models:
The tool stores generated images as persistent artifacts under memmy's media directory and returns structured metadata:
id: generated image id, such as img_ab12cd34ef56.path: local file path for internal follow-up edits.mime: image MIME type.prompt, model, and source_images: provenance for follow-up edits.In normal user-facing replies, do not expose local filesystem paths. Keep the reply natural, for example "Done, I generated it." You may include the short image id when it helps the user refer to a specific image, but keep raw path internal unless the user explicitly asks for debug details or a local artifact reference. Never paste base64.
For follow-up edits, pass the prior artifact path to reference_images. If the user provides a new uploaded image, use that path as the reference instead.
Do not include internal replay markers such as [Message Time: ...], [image: /local/path], generate_image(...), or message(...) in user-facing replies.
Generate a new image:
textgenerate_image( prompt="A minimal app icon for memmy: friendly robot head, rounded square, soft blue and white palette, clean vector style, no text", aspect_ratio="1:1", image_size="1K" )
Edit the latest generated artifact:
textgenerate_image( prompt="Use the reference image. Keep the same robot and composition, but change the palette to warm orange and add a subtle sunrise background.", reference_images=["~/.memmy/media/generated/2026-05-08/img_ab12cd34ef56.png"], aspect_ratio="1:1", image_size="1K" )
Other measured skills in the registry, with their headline benchmark lift.