# Image Describe

> Describe the contents of an image file or URL in structured detail

- Skill: `n24q02m/image-describe` (Agent Skill)
- Install (CLI): `npx skillmds@latest add n24q02m/image-describe`
- Raw SKILL.md: https://api.skillmd.com/api/skills/n24q02m/image-describe/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: n24q02m (https://skillmd.com/u/n24q02m)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/n24q02m/image-describe

---


# 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.

