Use this skill when the user wants to remove metadata from files for privacy — strip EXIF from images, geolocation, timestamps, and hidden data from various document formats.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-cbdcaedf)More formats (shields.io, HTML) on the badges page.
---
name: mat2
description: Use this skill when the user wants to remove metadata from files for privacy — strip EXIF from images, geolocation, timestamps, and hidden data from various document formats.
---
# mat2 Plugin
mat2 removes metadata from files to protect privacy. Supports images, videos, PDFs, LibreOffice, OpenOffice, and Microsoft Office documents.
## Commands
- `mat2 _ _ <args>` — Passthrough
## Usage Examples
- "strip metadata from photo.jpg"
- "remove EXIF data from all images in a folder"
- "clean a PDF of hidden metadata"
- "check what metadata a file has without removing it"
## Installation
```bash
pip install mat2
```
## Key Features
- Strip EXIF/IPTC/XMP metadata from images (JPEG, PNG, TIFF, WebP)
- Remove metadata from videos (MP4, AVI, MKV, WebM)
- Clean PDF metadata and hidden content
- Strip metadata from Office documents (DOCX, XLSX, PPTX, ODF)
- Batch processing with glob patterns
- In-place file cleaning
- Dry-run mode to inspect metadata before removal
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...