image-describe

image-describe is a skill for Claude Code from n24q02m/claude-plugins. It costs 16 tokens per session (127 once invoked), scanned A, a copy of image-describe, Apache-2.0.

A skill for examining an image file or image URL and describing what it contains in a structured format.

In plain words
What is it for?
Describing an image's composition, subjects, and notable details.
Why use it?
It turns visual content into written details that an agent can use when the image itself is difficult to inspect directly.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the imagine-mcp plugin — 1 skill shipped together

Good fit Describing an image's composition, subjects, and notable details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/n24q02m/claude-plugins/image-describe
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add n24q02m/claude-plugins --skill image-describe
Clone the repo
git clone --depth 1 https://github.com/n24q02m/claude-plugins

Made for: Claude Code.

Or install imagine-mcp, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for image-describe

README.md
[![agentmods](https://agentmods.dev/badge/skills/n24q02m/claude-plugins/image-describe.svg)](https://agentmods.dev/skills/n24q02m/claude-plugins/image-describe)
Your own site
<a href="https://agentmods.dev/skills/n24q02m/claude-plugins/image-describe"><img src="https://agentmods.dev/badge/skills/n24q02m/claude-plugins/image-describe.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 127 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.00127
Opus 5 $0.00008 $0.00063
Sonnet 5 $0.00003 $0.00025
Haiku 4.5 $0.00002 $0.00013

Measured 8d ago against content hash f358e7e23b09, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

image-describe scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to image-describe — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/imagine-mcp/skills/image-describe/SKILL.md · 12 lines

What it actually says

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

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 12 lines · 16 tokens per session scan A f358e7e23b09

Subscribe to this mod's changes

image-describe is a skill published in the GitHub repository n24q02m/claude-plugins (4 stars, last pushed today), licensed Apache-2.0. It adds 16 tokens to every session and 127 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to image-describe, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

doc-html-slide

A renderer that turns presentation content into a single HTML slide deck that opens directly in a browser. It creates a 16:9 slide sequence with navigation, fullscreen viewing, printing to PDF, and speaker-note controls.

modu-ai/moai-cowork · 469 tokens

media-audio-gen

An audio-generation skill for turning text into speech, cloning a voice from a sample, dubbing videos into other languages, and creating sound effects.

modu-ai/moai-cowork · 99 tokens

media-higgsfield-explainer

A Higgsfield workflow for making non-photorealistic narrated explainer videos. It pairs each narration line with a 10-second animated clip and joins the clips into one finished video.

modu-ai/moai-cowork · 236 tokens

media-higgsfield-identity

A Higgsfield workflow for keeping a person, character, product, or other visual reference consistent across generated images. It chooses between a trained identity model and a one-image reference method.

modu-ai/moai-cowork · 255 tokens

media-notebooklm-slide-prompt

A prompt builder that turns lecture, class, or seminar notes into instructions for NotebookLM Studio to create slides. It also creates image prompts for each slide using Nano Banana, Google's image-generation model.

modu-ai/moai-cowork · 329 tokens

media-gpt-image-2-prompt

A prompt builder for GPT-image-2, an OpenAI image-generation model. It turns a short request into six sections covering the subject, action, scene, composition, lighting, style, and text limits.

modu-ai/moai-cowork · 278 tokens