Analyze image technical details: dimensions, format, EXIF metadata, file size
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill image_analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Image Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-image-analyzer)More formats (shields.io, HTML) on the badges page.
---
name: image-analyzer
description: Analyze image technical details: dimensions, format, EXIF metadata, file size
activation_keywords: [image, photo, picture, dimensions, resolution, exif, metadata, format]
execution_mode: client
---
# Image Analyzer Skill
Provides technical image analysis:
- Get image dimensions (width x height)
- Detect format (JPEG, PNG, GIF, WebP, BMP)
- Extract EXIF metadata (camera, GPS, timestamp)
- Calculate file size and aspect ratio
- Check image quality indicators
Use `builtin_image_analyzer` tool with fields:
- `operation`: one of "info", "exif", "dimensions", "format"
- `file_path`: path to the image file (required)
Note: This is technical metadata analysis, NOT visual content recognition.
For "what's in this image" questions, use the model's built-in vision capability.
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!