Install
openclaw skills install blog-image-generatorDEPRECATED — superseded by memorable-image-gen. This skill has been replaced by the Memorable Image Generator, which uses science-backed memorability scoring (ResMem, Brain Bridge Lab, University of Chicago) to ensure generated images are actually remembered. Install the new skill instead: clawhub install memorable-image-gen
openclaw skills install blog-image-generator⚠️ This skill has been superseded. Please install the new version instead.
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
The old skill generated images and stopped. The new one:
Every other image generator stops at "looks good." This one keeps going until the image will actually be remembered.
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.
clawhub install memorable-image-gen