← 返回 Skills 市场
103
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install image-prompt-memory
功能描述
Stores and retrieves successful image generation prompts by category, style, and keywords for quick reuse and recommendation.
使用说明 (SKILL.md)
图片提示词记忆库
用途
保存成功的图片生成提示词,下次生成时快速调用。
数据文件
/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. 推荐提示词
根据类别/风格推荐最佳提示词。
搜索逻辑
- 按风格标签搜索
- 按类别搜索
- 按描述关键词搜索
安全使用建议
This skill appears to do what it says (store and recommend image prompts) but you should verify a few things before enabling it: 1) Confirm where you want prompt data stored — the SKILL.md hardcodes /root/.openclaw/workspace/data/prompt_library.json but the registry claims no config paths. If you don't want files under /root, change the path or deny write access. 2) Ask whether automatic saving is desirable: automatic writes can persist sensitive prompts; prefer an explicit save/consent flow. 3) Because the skill is instruction-only, review agent behavior around file I/O and ensure the agent runs with limited filesystem permissions if you want to contain risk. 4) If you require an audit trail, inspect the file after first use to confirm format and contents. If the author cannot explain why the path is hardcoded or provide a configurable storage location, treat the mismatch as a red flag.
功能分析
Type: OpenClaw Skill
Name: image-prompt-memory
Version: 1.0.0
The skill is a straightforward prompt management tool designed to store and retrieve image generation prompts in a local JSON file (`prompt_library.json`). It contains no executable code, network requests, or suspicious instructions, and its behavior aligns perfectly with its stated purpose of maintaining a memory library for successful prompts.
能力评估
Purpose & Capability
The name/description match the instructions: storing and searching prompt entries locally is coherent with an 'Image Prompt Memory' skill. However the SKILL.md hardcodes a data file path (/root/.openclaw/workspace/data/prompt_library.json) even though the skill metadata declares no required config paths — this mismatch should be clarified.
Instruction Scope
The instructions direct the agent to automatically save successful prompts to a specific file and to perform searches and recommendations locally. '自动保存' (automatic saving) could result in persistent storage of user-provided prompts without an explicit opt-in per save. The doc also assumes read/write access to a root-owned workspace path, which may be unexpected.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written during installation according to the registry.
Credentials
No environment variables or credentials are requested, which is appropriate. However, the runtime instructions reference and require write/read access to a specific filesystem path under /root that was not declared in 'required config paths'. That undeclared file-path requirement is a proportionality mismatch and could be surprising for users or administrators.
Persistence & Privilege
The skill is not marked always:true, so it won't be force-included, but the instructions explicitly call for automatic saving of prompts. Combined with the platform default allowing autonomous invocation, the skill could persist user data without per-action confirmation unless the agent enforces prompt/consent rules.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install image-prompt-memory - 安装完成后,直接呼叫该 Skill 的名称或使用
/image-prompt-memory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of 图片提示词记忆库 (image prompt memory skill).
- Enables saving successful image generation prompts for future reuse.
- Stores prompts and styles in a structured JSON database.
- Allows users to search prompts by style tags, category, or description keywords.
- Recommends prompts based on category or style for faster creation workflows.
- Prompts are automatically saved upon user satisfaction with generated images.
元数据
常见问题
Image Prompt Memory 是什么?
Stores and retrieves successful image generation prompts by category, style, and keywords for quick reuse and recommendation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 Image Prompt Memory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install image-prompt-memory」即可一键安装,无需额外配置。
Image Prompt Memory 是免费的吗?
是的,Image Prompt Memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Image Prompt Memory 支持哪些平台?
Image Prompt Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Image Prompt Memory?
由 acilgit(@acilgit)开发并维护,当前版本 v1.0.0。
推荐 Skills