Describe the contents of an image file or URL in structured detail
Scanned 9/2/2026
Install to Claude Code
npx -y skills add n24q02m/claude-plugins --skill image-describe --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Image Describe?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/n24q02m-image-describe)More formats (shields.io, HTML) on the badges page.
---
name: image-describe
description: Describe the contents of an image file or URL in structured detail
---
# Image Describe Workflow
1. If the user provides a local path, upload to a short-lived public URL (or use `file://` if client supports).
2. Call `understand` tool with `media_urls=[url]` and `prompt="Describe this image in 3 paragraphs: visual composition, subjects, notable details."`
3. Use `provider="gemini"` and `tier="rich"` by default for best quality.
4. Return the text response with the model ID for attribution.
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!