/install image-nuke
Image Nuke - Nuclear Metadata Cleanser
Strip everything. Re-encode. Inject noise. Forensically untraceable.
What Gets Destroyed
- ALL EXIF data (camera, lens, exposure, timestamps, software)
- GPS / location coordinates
- ICC color profiles
- XMP / IPTC metadata
- Adobe tags and editing history
- Embedded thumbnails
Nuclear Operations
- Sub-pixel Gaussian noise injection (invisible to human eye)
- Micro color shift (undetectable hue rotation)
- Per-pixel brightness variation
- Random micro-crop (changes dimensions by 1-3px)
- Fresh JPEG re-encoding with randomized quality/subsampling
- Different perceptual hash (reverse image search resistant)
Usage
# Single image - nuclear mode
python3 {baseDir}/scripts/nuke_image.py photo.jpg
# Custom output + max noise
python3 {baseDir}/scripts/nuke_image.py photo.jpg clean.jpg --noise 5
# Batch process entire directory
python3 {baseDir}/scripts/nuke_image.py --batch ./photos/ ./clean/
# Lower quality for harder reverse matching
python3 {baseDir}/scripts/nuke_image.py photo.jpg --quality 80 --noise 4
Noise Levels
| Level | Sigma | Use Case |
|---|---|---|
| 1 | 0.8 | Light cleanse - metadata only feel |
| 2 | 1.6 | Standard - good balance |
| 3 | 2.4 | Default - recommended |
| 4 | 3.2 | Heavy - reverse search resistant |
| 5 | 4.0 | Nuclear - maximum anonymization |
Requirements
- Python 3
- Pillow (
pip install Pillow) - NumPy (
pip install numpy)
Notes
- Output is always JPEG (even if input is PNG)
- Original file is never modified
- Each run produces a unique output (randomized noise)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install image-nuke - After installation, invoke the skill by name or use
/image-nuke - Provide required inputs per the skill's parameter spec and get structured output
What is Image Nuke - Nuclear Metadata Cleanser?
Nuclear-grade image metadata cleanser. Strip ALL EXIF/GPS/camera data, re-encode with noise injection. Forensically untraceable, reverse image search resistant. It is an AI Agent Skill for Claude Code / OpenClaw, with 303 downloads so far.
How do I install Image Nuke - Nuclear Metadata Cleanser?
Run "/install image-nuke" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Image Nuke - Nuclear Metadata Cleanser free?
Yes, Image Nuke - Nuclear Metadata Cleanser is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Image Nuke - Nuclear Metadata Cleanser support?
Image Nuke - Nuclear Metadata Cleanser is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Image Nuke - Nuclear Metadata Cleanser?
It is built and maintained by Cassh (@cassh100k); the current version is v1.0.0.