/install axiom-image-metadata-stripper
axiom-image-metadata-stripper
Version: 0.1.2 Axioma Tools
Strips metadata from images while preserving the actual image data.
What this skill does
- JPEG: strips EXIF, ICC profile, XMP, IPTC
- PNG: strips tEXt, zTXt, iTXt, eXIf chunks
- GIF: strips comment extensions
- Preserves image pixels (no re-encoding)
- Bytes-in, bytes-out
When to use this skill
- ✅ Strip GPS coordinates before sharing photos
- ✅ Remove camera serial numbers
- ✅ Sanitize before publishing to web
- ❌ Re-encode/resize images (use Pillow)
- ❌ View EXIF (use exiftool)
Usage
python3 axiom_image_metadata_stripper.py photo.jpg -o photo-clean.jpg
python3 axiom_image_metadata_stripper.py ./photos/ --output-dir ./clean/
from axiom_image_metadata_stripper import strip_metadata
clean_bytes = strip_metadata(open('photo.jpg', 'rb').read())
Validation
| Check | Status |
|---|---|
| Unit tests | 20+ cases |
| Performance | \x3C100ms |
| Security | Pure stdlib, no injection |
| Determinism | Byte-to-byte stable |
| License | Apache-2.0 |
Last updated: 2026-06-14
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install axiom-image-metadata-stripper - After installation, invoke the skill by name or use
/axiom-image-metadata-stripper - Provide required inputs per the skill's parameter spec and get structured output
What is Axiom Image Metadata Stripper?
Image metadata stripper — remove EXIF, GPS, camera info, and other metadata from JPEG/PNG/GIF images. Use when you publish photos and want to remove PII. Pur... It is an AI Agent Skill for Claude Code / OpenClaw, with 39 downloads so far.
How do I install Axiom Image Metadata Stripper?
Run "/install axiom-image-metadata-stripper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Axiom Image Metadata Stripper free?
Yes, Axiom Image Metadata Stripper is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Axiom Image Metadata Stripper support?
Axiom Image Metadata Stripper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Axiom Image Metadata Stripper?
It is built and maintained by Kofna3369 (@kofna3369); the current version is v0.1.2.