Exif_Metadata_Analyzer
This tool extracts and analyzes image EXIF data (like camera settings) to reveal hidden information about photos – useful for research & verification.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add exif_metadata_analyzer npx -- -y @trustedskills/exif_metadata_analyzer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"exif_metadata_analyzer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/exif_metadata_analyzer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill analyzes image files and extracts embedded EXIF metadata. It can identify camera model, aperture, shutter speed, ISO settings, GPS coordinates (if present), and other technical details recorded within the image file. The extracted information is presented in a structured format for easy understanding.
When to use it
- Geolocation: Determine the precise location where a photograph was taken by extracting GPS data from an image.
- Camera Information: Identify the camera model and settings used to capture an image, useful for photography enthusiasts or forensic analysis.
- Image Forensics: Analyze images for inconsistencies in metadata that might indicate manipulation or alteration.
- Automated Image Tagging: Automatically tag images with relevant technical information based on their EXIF data.
Key capabilities
- EXIF data extraction
- Structured output of extracted data
- Identification of camera model and settings
- GPS coordinate retrieval (if available)
Example prompts
- "Extract the EXIF metadata from this image: [image file]"
- "What are the GPS coordinates embedded in this photo?"
- "Tell me the camera settings used for this picture."
Tips & gotchas
- The skill requires access to an image file. Ensure the AI agent has appropriate permissions to read the file.
- Not all images contain EXIF data; if no metadata is present, the skill will return a corresponding message.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.