← 返回 Skills 市场
Memorable Image Generator
作者
kiwi-phantomworks
· GitHub ↗
· v1.0.1
· MIT-0
84
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install memorable-image-gen
功能描述
Science-backed image generation agent that scores and optimizes images for memorability using ResMem (Brain Bridge Lab, University of Chicago) before returni...
安全使用建议
This skill appears to do what it says: it sends prompts to Google Gemini and scores returned images locally with ResMem. Before installing, be aware that: (1) you must provide a GEMINI_API_KEY (the key will be sent to Google's API and is included in the request URL), so treat it like any API secret; (2) installing/resmem and torch can be large and may require a GPU or significant disk space; (3) ResMem is under a non-commercial license—confirm licensing if you plan commercial use; (4) generated prompts and images are transmitted to Google's service, so avoid sending sensitive or private image content. If these tradeoffs are acceptable, the skill's requirements and behavior are proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill
Name: memorable-image-gen
Version: 1.0.1
The skill bundle provides a legitimate utility for generating and optimizing images for memorability using the Google Gemini API and the ResMem research model. The Python script `scripts/generate_memorable_image.py` follows standard practices for API key management and image processing, and the instructions in `SKILL.md` are strictly aligned with the stated purpose without any evidence of malicious intent or prompt injection.
能力标签
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included script all describe using Google Gemini for generation and ResMem for scoring. The single required env var (GEMINI_API_KEY) and the listed Python packages (resmem, torch, torchvision, pillow, requests) are appropriate for that purpose.
Instruction Scope
Runtime instructions and the script only perform image generation (HTTP POST to Google's generativelanguage endpoint), local memorability scoring (ResMem), temporary file handling, and writing the final image to the requested output path. The script reads the API key from CLI/env/config and does not access other system files or unrelated environment variables.
Install Mechanism
There is no automated install spec (instruction-only). The SKILL.md correctly instructs users to pip-install the listed Python packages. This is low-risk compared to arbitrary binary downloads; the dependency list (including torch) does imply heavy local installation but is expected for ResMem.
Credentials
Only GEMINI_API_KEY is requested. That key is necessary to call the Gemini API. No other credentials or secrets are required. (Minor metadata inconsistency: registry metadata showed Primary credential: none even though GEMINI_API_KEY is required, but this is an administrative bookkeeping mismatch rather than a functional incoherence.)
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always:false). It does not modify other skills or system-wide configs; it runs as a normal script when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memorable-image-gen - 安装完成后,直接呼叫该 Skill 的名称或使用
/memorable-image-gen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix frontmatter format: single-line description, added metadata.openclaw block with required credentials (GEMINI_API_KEY, Python packages). Resolves ClawHub flag about missing config documentation.
v1.0.0
- Initial release of memorable-image-gen: a science-backed image generator that optimizes images for memorability using ResMem before returning results.
- Automatically iterates on image generation until a target memorability score is met (default threshold: 0.7).
- Enhances prompts with composition cues on each regeneration attempt to maximize memorability.
- CLI script provided with flexible options for prompt, output path, score threshold, and number of attempts.
- Comprehensive usage instructions, requirements, and memorability science references included.
元数据
常见问题
Memorable Image Generator 是什么?
Science-backed image generation agent that scores and optimizes images for memorability using ResMem (Brain Bridge Lab, University of Chicago) before returni... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Memorable Image Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memorable-image-gen」即可一键安装,无需额外配置。
Memorable Image Generator 是免费的吗?
是的,Memorable Image Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memorable Image Generator 支持哪些平台?
Memorable Image Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memorable Image Generator?
由 kiwi-phantomworks(@kiwi-phantomworks)开发并维护,当前版本 v1.0.1。
推荐 Skills