/install image-prompt-memory
图片提示词记忆库
用途
保存成功的图片生成提示词,下次生成时快速调用。
数据文件
/root/.openclaw/workspace/data/prompt_library.json
数据结构
{
"prompts": [
{
"id": 1,
"category": "商品图",
"style": "日本简约风格",
"description": "描述",
"positive_prompt": "正向提示词",
"negative_prompt": "反向提示词",
"aspect_ratio": "1:1",
"image_size": "1K",
"feedback": "用户反馈",
"created_at": "时间戳"
}
],
"styles": [
{
"id": 1,
"name": "风格名",
"characteristics": "特点",
"tags": ["标签1", "标签2"]
}
]
}
使用方法
1. 保存新提示词
用户确认图片满意后,自动保存到库中。
2. 查询相似提示词
根据用户需求搜索匹配的提示词。
3. 推荐提示词
根据类别/风格推荐最佳提示词。
搜索逻辑
- 按风格标签搜索
- 按类别搜索
- 按描述关键词搜索
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install image-prompt-memory - After installation, invoke the skill by name or use
/image-prompt-memory - Provide required inputs per the skill's parameter spec and get structured output
What is Image Prompt Memory?
Stores and retrieves successful image generation prompts by category, style, and keywords for quick reuse and recommendation. It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.
How do I install Image Prompt Memory?
Run "/install image-prompt-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Image Prompt Memory free?
Yes, Image Prompt Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Image Prompt Memory support?
Image Prompt Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Image Prompt Memory?
It is built and maintained by acilgit (@acilgit); the current version is v1.0.0.