read-metadata

Installation
SKILL.md

Read Image Metadata

Extract metadata from image files using exiftool and output as structured JSON. Supports single files, batch operations, and filtering by metadata group (EXIF, IPTC, XMP, GPS, etc.).

When to use

  • Inspecting the metadata on a photo before sharing or publishing.
  • Auditing a batch of images to verify copyright, GPS, or camera information.
  • Programmatically querying metadata for file organization or validation.

Inputs to gather

  • Input file or directory — single image or folder. Default: current directory.
  • Recursive? If directory, ask whether to descend. Default: no (flat).
  • Filter/group (optional) — ask if they want a specific metadata subset (e.g., EXIF only, GPS only, copyright-related tags). Default: all metadata.
  • Output format — JSON (default) or a human-readable summary. Recommend JSON for programmatic use, summary for quick inspection.

Procedure

Installs
8
GitHub Stars
16
First Seen
May 26, 2026
read-metadata — danielrosehill/claude-image-production-plugin