Local Image Search

v1.0.0

Fast local image search using macOS Spotlight or fd. Search images by name, date, location, or metadata. Use when users need to find images on their local ma...

0· 355·0 current·0 all-time
by匠心@zhaomenghuan
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe local image search and the included scripts and SKILL.md only perform filesystem queries (mdfind/find/fd), metadata inspection, and file copying which are consistent with that purpose.
Instruction Scope
Runtime instructions and scripts are narrowly scoped to searching and copying image files. There are a few minor inconsistencies: SKILL.md mentions additional scripts (search_by_size.sh, search_similar.sh, thumbnail.sh) that are not present in the package, and the mdfind examples use $time.*() expressions which may not be valid mdfind syntax on all macOS versions — this is a functionality issue, not a security red flag. The scripts only operate on user-specified directories and do not read unrelated system files or environment variables.
Install Mechanism
No install spec is provided (instruction-only with small helper scripts). Nothing is downloaded or written by an installer, minimizing persistence and supply-chain risk.
Credentials
The skill requires no environment variables, credentials, or config paths. Optional external tools (fd, exiftool) are reasonable for performance/metadata enhancements and are documented as optional.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges or modify other skills or system-wide configs. Scripts only perform file reads and optional file copies to destinations you provide.
Assessment
This skill appears coherent and focused on local image searches. Before use: (1) Verify you're on macOS and that you understand the directory you point the scripts at (they will enumerate image files and copy files if you run copy_results.sh). (2) Inspect the scripts yourself (they're short and plain shell) and run them first on a test folder to confirm behavior. (3) Be aware that GPS/metadata queries will surface location data from your photos — treat results as sensitive. (4) Note small inconsistencies: some scripts mentioned in SKILL.md are missing, and the mdfind time expressions may need adjusting for your macOS version. If you need stronger assurances, run the scripts in a constrained environment or with test data first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dw6txy2xy7q27nhwnb2jj5n823rt8

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments