Blog Image Generator

v1.1.0

DEPRECATED — superseded by memorable-image-gen. This skill has been replaced by the Memorable Image Generator, which uses science-backed memorability scoring...

0· 107·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for kiwi-phantomworks/blog-image-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Blog Image Generator" (kiwi-phantomworks/blog-image-generator) from ClawHub.
Skill page: https://clawhub.ai/kiwi-phantomworks/blog-image-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install blog-image-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install blog-image-generator
Security Scan
Capability signals
Crypto
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill is explicitly marked DEPRECATED and its SKILL.md only contains a deprecation notice, migration instructions, and a pointer to the replacement (memorable-image-gen). There are no extra requirements (binaries, env vars, or config paths) that don't belong.
Instruction Scope
Runtime instructions are limited to telling the user to install the new skill and showing example CLI commands. The file does not instruct the agent to read local secrets, access unrelated files, or call external endpoints directly.
Install Mechanism
There is no install spec and no code files; this is instruction-only, which is the lowest-risk install model.
Credentials
The skill declares no required environment variables or credentials. It mentions services (Google Gemini, ResMem) only in descriptive text for the replacement skill; this deprecated skill itself does not request keys or tokens.
Persistence & Privilege
Flags are default (always: false, user-invocable: true). The skill does not request persistent presence or modify other skills or system settings.
Assessment
This skill is safe to ignore or remove — it only points to a replacement. If you plan to install the recommended memorable-image-gen, first inspect that skill's SKILL.md and any required environment variables (for example, API keys for Google Gemini or other services) and verify the source/release channel before installing. If you maintain local scripts referenced in the migration examples (python scripts/generate_*.py), review those files to ensure they behave as you expect.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🔄 Clawdis
latestvk97b6596s5vh50k7amwm227s7s85dh9w
107downloads
0stars
2versions
Updated 5d ago
v1.1.0
MIT-0

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:

  1. Generates via Google Gemini
  2. Scores memorability using ResMem (Brain Bridge Lab, University of Chicago) — a deep learning model trained to predict whether a human will remember the image
  3. Iterates until the image clears a memorability threshold (default 0.7/1.0)
  4. 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

Comments

Loading comments...