← 返回 Skills 市场
1315
总下载
2
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install photos
功能描述
Organize, index, and search local photo libraries with AI-powered metadata and safe file handling.
安全使用建议
Before installing, consider the following:
- Backup: Back up a sample of your photo library before running any bulk operations.
- Local vs remote analysis: Ask the skill author (or confirm in your agent configuration) whether 'vision analysis' and reverse geocoding run entirely locally. If the agent will send images or GPS coordinates to external APIs, you may expose sensitive location/person data.
- Face recognition: The SKILL.md calls for automatically tagging faces once a user identifies someone. This is biometric processing with privacy and legal implications; disable or require explicit consent per-person if you are uncomfortable.
- API keys: The skill lists no required credentials, but reverse geocoding and cloud vision usually need API keys. Decide which geocoding/vision providers to use and provide your own credentials if you want control over where data goes.
- Tools: Ensure exiftool is installed. If you need HEIC conversion, install sips (macOS) or heif-convert (Linux) as needed; the skill mentions these but does not require them explicitly.
- Data handling: The skill's safety rules (never overwrite originals, move deletes to .photo-trash, keep sidecars) are good. Confirm the exact path the skill will use for .photo-index/.photo-trash and whether it will index network mounts.
- Least privilege: If possible, run the skill on a test folder first and restrict it to only the directory you want indexed rather than your whole photos root.
If you need help deciding, ask the skill author how they perform vision/geocode operations (local model vs which cloud provider) and whether they will ever transmit raw image data or GPS coordinates to third parties. If they cannot provide a clear answer, treat the skill as privacy-sensitive and avoid granting it broad access to your entire photo library.
功能分析
Type: OpenClaw Skill
Name: photos
Version: 1.0.0
The skill bundle is classified as benign. The `SKILL.md` instructions consistently emphasize non-destructive operations, such as moving files to a trash folder instead of deleting, never overwriting originals, and requiring user review for bulk actions. It leverages standard tools like `exiftool`, `sips`, `heif-convert`, and `ls` for legitimate photo management tasks (indexing, metadata handling, conversion, file system checks). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent. The instructions are transparent and align with the stated purpose of organizing and searching local photo libraries.
能力评估
Purpose & Capability
The declared requirement (exiftool) matches the stated purpose of reading/writing EXIF and indexing photos. The SKILL.md also references additional tools (sips, heif-convert) and perceptual hashing/pHash operations that are reasonable for the domain but are not listed as required binaries; this is a minor inconsistency but explainable.
Instruction Scope
Instructions direct broad file-system access (recursive EXIF reads, creating .photo-index and .photo-trash) which is expected for a photo indexer. However, the guidance on 'vision analysis' and 'reverse geocode GPS once' is vague about where analysis or geocoding runs—there's no specification whether image pixels or GPS coordinates stay local or are sent to third-party APIs. The face-tagging rule (‘tag all similar faces if user identifies someone’) explicitly enables biometric processing. These open-ended directions give the agent significant discretion to transmit sensitive data (images, faces, locations) externally.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is written or fetched at install time. That minimizes installer risk.
Credentials
The skill requests no environment variables or credentials, which keeps the declared footprint small. But the instructions imply uses (reverse geocoding, vision APIs, possible face-recognition services) that commonly require API keys. The omission of required credentials means the agent may either (a) perform services locally, (b) call unauthenticated public endpoints, or (c) prompt the user or use other agent-configured credentials. This mismatch is important to surface before use.
Persistence & Privilege
The skill does not request permanent or system-wide privileges (always:false). It creates its own per-library directories (.photo-index, .photo-trash, edited/) which is reasonable and expected for this functionality. It does not modify other skills or global agent config in the instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install photos - 安装完成后,直接呼叫该 Skill 的名称或使用
/photos触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Photos 是什么?
Organize, index, and search local photo libraries with AI-powered metadata and safe file handling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1315 次。
如何安装 Photos?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install photos」即可一键安装,无需额外配置。
Photos 是免费的吗?
是的,Photos 完全免费(开源免费),可自由下载、安装和使用。
Photos 支持哪些平台?
Photos 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Photos?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills