← 返回 Skills 市场
minds-eye
作者
Tianyu Jiang
· GitHub ↗
· v1.0.0
274
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minds-eye
功能描述
Remember and retrieve visual content from conversations. Use when: (1) user sends an image, photo, chart, diagram, or screenshot and wants it saved/remembere...
安全使用建议
This skill appears to do what it says: it analyzes images by sending them to the configured vision-capable model and stores copies and metadata under ~/.multimodal-memory/. Before installing, verify which provider/API key the skill will use (check ~/.openclaw/openclaw.json and your OPENAI_API_KEY). Do not supply file paths to sensitive local files (password screenshots, private keys, etc.), because any image file you point the skill to will be read and uploaded to the API. If you plan to capture websites, note Playwright (or headless Chrome) will load remote pages locally to take screenshots — that can execute page JS. Consider using a separate/limited account or running this skill in an isolated environment if you need to limit exposure, and review or rotate API keys regularly. Finally, inspect ~/.multimodal-memory/ if you want to audit stored images and memory.md summaries or remove them when no longer needed.
功能分析
Type: OpenClaw Skill
Name: minds-eye
Version: 1.0.0
The 'minds-eye' skill provides a legitimate mechanism for an OpenClaw agent to store and recall visual information. It includes scripts for capturing website screenshots (capture_url.py), analyzing images via the OpenAI API (analyze.py), and managing a local SQLite database for metadata (store.py, search.py, list.py). The skill correctly retrieves API keys from the standard OpenClaw configuration directory (~/.openclaw/) and maintains a human-readable summary in ~/.multimodal-memory/memory.md. No evidence of data exfiltration, malicious execution, or prompt injection attacks was found; the code is well-structured and aligns perfectly with its stated purpose.
能力评估
Purpose & Capability
Name/description (remember & retrieve visual content) matches the included scripts and instructions: analyze images via a vision-capable model, capture website screenshots, store images and metadata in ~/.multimodal-memory, and provide search/list utilities. Required binary (python3) and optional Playwright dependency are reasonable for this functionality.
Instruction Scope
Instructions correctly direct the agent to use the provided scripts (analyze.py, capture_url.py, store.py, search.py, list.py). The skill intentionally reads OpenClaw config (~/.openclaw/openclaw.json) and ~/.openclaw/.env and will ask for absolute image file paths when needed. These behaviors are consistent with the purpose but do grant the skill the ability to read arbitrary files the agent is instructed to analyze (those files will be base64-encoded and sent to the configured model provider).
Install Mechanism
This is an instruction-and-script skill with no installer; requirements.txt lists Playwright only. One-time pip install of Playwright (recommended by the SKILL.md) is the only external package installation suggested. There are no downloads from unknown URLs or archives that would raise high install risk.
Credentials
The skill does not require unusual environment variables, but it will look for an API key in ~/.openclaw/openclaw.json, ~/.openclaw/.env, or the OPENAI_API_KEY env var to call a vision-capable model. This is proportional to its function. Users should be aware that any image provided (or any file path supplied and read) will be uploaded to the configured API provider.
Persistence & Privilege
The skill stores data under the user's home directory (~/.multimodal-memory/) and updates a memory.md file; this is expected for a local memory capability. It does not request always:true and does not modify other skills or system-wide agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minds-eye - 安装完成后,直接呼叫该 Skill 的名称或使用
/minds-eye触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: visual memory skill for AI agents
元数据
常见问题
minds-eye 是什么?
Remember and retrieve visual content from conversations. Use when: (1) user sends an image, photo, chart, diagram, or screenshot and wants it saved/remembere... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 274 次。
如何安装 minds-eye?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minds-eye」即可一键安装,无需额外配置。
minds-eye 是免费的吗?
是的,minds-eye 完全免费(开源免费),可自由下载、安装和使用。
minds-eye 支持哪些平台?
minds-eye 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 minds-eye?
由 Tianyu Jiang(@horisky)开发并维护,当前版本 v1.0.0。
推荐 Skills