← 返回 Skills 市场
kofna3369

Axiom Image Metadata Stripper

作者 Kofna3369 · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ 安全检测通过
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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

安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install axiom-image-metadata-stripper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /axiom-image-metadata-stripper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Initial publish: Image metadata stripper. Remove EXIF/GPS/camera info from JPEG/PNG/GIF.
元数据
Slug axiom-image-metadata-stripper
版本 0.1.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。

如何安装 Axiom Image Metadata Stripper?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install axiom-image-metadata-stripper」即可一键安装,无需额外配置。

Axiom Image Metadata Stripper 是免费的吗?

是的,Axiom Image Metadata Stripper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Axiom Image Metadata Stripper 支持哪些平台?

Axiom Image Metadata Stripper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Axiom Image Metadata Stripper?

由 Kofna3369(@kofna3369)开发并维护,当前版本 v0.1.2。

💬 留言讨论