← Back to Skills Marketplace
kofna3369

Axiom Image Metadata Stripper

by Kofna3369 · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ Security Clean
39
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install axiom-image-metadata-stripper
Description
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...
README (SKILL.md)

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

Usage Guidance
Reasonable to install for local JPEG/PNG metadata stripping. Be aware the docs appear more ambitious than the implementation: GIF and directory processing are advertised but not actually implemented, and the Python example showing raw bytes does not match the file-path-based function signature.
Capability Assessment
Purpose & Capability
The Python script is aligned with the stated privacy purpose for JPEG and PNG metadata stripping, but the documentation overstates support for GIF, directory/output-dir usage, and bytes-in/bytes-out API behavior.
Instruction Scope
Instructions are limited to running or importing the local utility; no role changes, hidden directives, background workers, or prompt-manipulation behavior were found.
Install Mechanism
The artifact contains markdown instructions, a Python script, tests, and generated docs; no install hook, package lifecycle script, or automatic execution path was found.
Credentials
The script reads a user-specified image file, optionally analyzes metadata, and writes a user-specified or adjacent stripped output file, which is proportionate to the stated function.
Persistence & Privilege
No persistence, privilege escalation, credential/session/profile access, network calls, subprocess execution, or broad local indexing were found.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install axiom-image-metadata-stripper
  3. After installation, invoke the skill by name or use /axiom-image-metadata-stripper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
Initial publish: Image metadata stripper. Remove EXIF/GPS/camera info from JPEG/PNG/GIF.
Metadata
Slug axiom-image-metadata-stripper
Version 0.1.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments