Blog Image Generator — DEPRECATED
⚠️ This skill has been superseded. Please install the new version instead.
Upgrade to Memorable Image Generator
This skill has been replaced by memorable-image-gen — a science-backed image generation agent that scores images for memorability before returning them.
clawhub install memorable-image-gen
Why the upgrade?
The old skill generated images and stopped. The new one:
- Generates via Google Gemini
- Scores memorability using ResMem (Brain Bridge Lab, University of Chicago) — a deep learning model trained to predict whether a human will remember the image
- Iterates until the image clears a memorability threshold (default 0.7/1.0)
- Returns the best result, not just the first
Every other image generator stops at "looks good." This one keeps going until the image will actually be remembered.
Migration
Same interface — just install the new skill and update your command:
# Old
python scripts/generate_blog_image.py --prompt "..." --output hero.png
# New
python scripts/generate_memorable_image.py --prompt "..." --output hero.png --threshold 0.7 --verbose
The --threshold and --verbose flags are new. Everything else carries over.
Install
clawhub install memorable-image-gen