remove-photo-metadata

Strip EXIF and GPS metadata from image files using exiftool.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ankitjh4/skill-builder --skill remove-photo-metadata-ankitjh4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remove-photo-metadata
Source: https://github.com/ankitjh4/skill-builder/tree/main/remove-photo-metadata
Command: npx skills add https://github.com/ankitjh4/skill-builder --skill remove-photo-metadata-ankitjh4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Photos can contain hidden metadata such as GPS location, camera details, and timestamps that may reveal sensitive information when shared publicly.

Core Features & Use Cases

  • Metadata stripping for privacy: Removes all embedded image metadata, including EXIF/GPS/camera settings, before sharing.
  • Batch processing: Cleans metadata from a single photo or recursively from an entire directory of photos.
  • Safety-aware overwriting option: Can overwrite originals (with caution) to avoid leaving backup files behind.

Use Case: You are preparing a travel album for social media and want to ensure no photos reveal where they were taken or which device captured them.

Quick Start

Run exiftool with the -all= option on your photo path(s) to strip all metadata from the images you plan to share.

Frequently Asked Questions about remove-photo-metadata

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove hidden GPS location data from my photos before sharing them?

Yes, you can batch process photo metadata removal by recursively sanitizing an entire directory of images. This strips all EXIF and GPS data from every photo in the folder at once prior to public archiving or transfer.

What is the best way to delete all EXIF metadata from an image file?

The best way to delete all EXIF metadata is using exiftool with the -all= option. This clears all embedded fields from your image files, and you can optionally use -overwrite_original to avoid leaving backup files behind.

Do I need exiftool installed to strip metadata from my photos?

Yes, exiftool is a required dependency to strip photo metadata. The data sanitization process relies entirely on running exiftool -all= to delete all embedded metadata fields from your specified image paths.

Can I batch process photo metadata removal for an entire directory?

Yes, you can batch process photo metadata removal by recursively sanitizing an entire directory of images. This strips all EXIF and GPS data from every photo in the folder at once prior to public archiving or transfer.

Why should I be concerned about geotagging when posting images online?

Geotagging embeds GPS coordinates into photo metadata, which can expose your exact location and device details when images are shared publicly. Stripping this metadata protects your digital privacy and prevents unwanted location tracking.