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)npx claudepluginhub danielrosehill/claude-code-plugins --plugin digital-evidenceGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.