Stats
Actions
Tags
From digital-evidence
Use when extracting and analyzing metadata (EXIF, MediaInfo) from files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/digital-evidence:inspect-metadatahaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Extract metadata from files using ExifTool and MediaInfo, merge results, and report notable fields.
Extract metadata from files using ExifTool and MediaInfo, merge results, and report notable fields.
--out <metadata-path> (optional; write JSON to custom location; defaults to <file>.metadata.json)exiftool -j <file> to extract EXIF data as JSON.mediainfo --Output=JSON <file> to extract media metadata as JSON.exif and mediainfo.<file>.metadata.json (or --out path if given).<file>.metadata.json — merged exiftool + mediainfo output (not modified)Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin digital-evidence