技能详情(站内镜像,无评论)
作者:Matthew Anderson @and3rn3t
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.1
统计:⭐ 0 · 231 · 0 current installs · 1 all-time installs
⭐ 0
安装量(当前) 1
🛡 VirusTotal :可疑 · OpenClaw :良性
Package:and3rn3t/apple-photos-cleaner
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :良性
OpenClaw 评估
The skill's code and runtime instructions are coherent with its stated purpose (read-only analysis of the Apple Photos SQLite DB plus an optional AppleScript-based cleanup step that requires explicit execution), but you should review and control runtime invocation because it accesses highly sensitive personal photo metadata and includes an executable cleanup path.
目的
The name/description (Apple Photos Cleaner) matches what the code does: querying the Photos.sqlite DB, analyzing assets, and optionally performing cleanup via Photos.app AppleScript. Minor metadata mismatches: the top-level registry Requirements section lists no required binaries/env vars, while SKILL.md metadata and README declare Python 3.9+ (and the metadata includes a GitHub homepage). This is a small inconsistency but not a functional red…
说明范围
SKILL.md and the scripts primarily perform read-only SQLite queries against the Photos database (expected for the stated analysis features). The one write-affecting capability is cleanup_executor.py which will issue AppleScript (osascript) commands to Photos.app to delete/move items to Recently Deleted — but only when run with an explicit execute flag (scripts default to dry-run). The cleanup uses filename matching via Photos.app search (may p…
安装机制
There is no install spec (the skill is distributed as code files and is instruction-driven). The project claims to use only Python stdlib (pyproject lists only dev/test extras). No suspicious remote download/install steps are present in the provided manifest.
证书
The skill requests no environment variables or credentials. It only needs file-system access to the Photos.sqlite database (default path under ~/Pictures) and the ability to run Python and osascript on macOS. These privileges are proportional to the stated purpose. Note: accessing the Photos DB gives the skill access to highly sensitive personal data (locations, people, etc.), so the absence of network credentials is reassuring but you should …
持久
always is false and the skill does not request persistent system-level privileges. It does invoke subprocesses (osascript) for cleanup when the user explicitly opts in. Autonomous invocation (disable-model-invocation is false) is the platform default — if you do not want the agent to automatically access your photo library, restrict the skill to manual invocation.
综合结论
This skill appears to do what it claims: read and analyze your Apple Photos SQLite DB and provide optional, user-confirmed cleanup via Photos.app AppleScript. Before installing or enabling it: - Review the full source (especially omitted scripts like location_mapper and any networking code) to confirm there are no outbound network requests or telemetry. The truncated files mention 'offline reverse geocoding' — confirm it truly runs offline. - …
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Apple Photos Cleaner」。简介:Analyze and safely identify junk, duplicates, storage usage, timeline recaps, a…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/and3rn3t/apple-photos-cleaner/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。