vision

vision is a command for Claude Code, Cursor from MichelKerkmeester/skilled-agent-harness_spec-driven-loops. It costs 9 tokens per session (415 once invoked), scanned A, original, MIT.

A command that examines the most recent image on the device and answers from what it can see, including readable text.

In plain words
What is it for?
It is for describing images, reading text from screenshots, and answering questions about visual content.
Why use it?
It helps when visual details or text in an image need to be checked without guessing.

Command for Claude CodeCursor

Written for Claude Code and Cursor: allowed-tools in frontmatter, but also installed under .cursor/.

Good fit It is for describing images, reading text from screenshots, and answering questions about visual content.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/michelkerkmeester/skilled-agent-harness_spec-driven-loops/vision
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.

Clone the repo
git clone --depth 1 https://github.com/MichelKerkmeester/skilled-agent-harness_spec-driven-loops

Made for: Claude Code, Cursor.

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 vision

README.md
[![agentmods](https://agentmods.dev/badge/commands/michelkerkmeester/skilled-agent-harness_spec-driven-loops/vision/github.svg)](https://agentmods.dev/commands/michelkerkmeester/skilled-agent-harness_spec-driven-loops/vision)
Your own site
<a href="https://agentmods.dev/commands/michelkerkmeester/skilled-agent-harness_spec-driven-loops/vision"><img src="https://agentmods.dev/badge/commands/michelkerkmeester/skilled-agent-harness_spec-driven-loops/vision/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vision

Your own site · 80×15
<a href="https://agentmods.dev/commands/michelkerkmeester/skilled-agent-harness_spec-driven-loops/vision"><img src="https://agentmods.dev/badge/commands/michelkerkmeester/skilled-agent-harness_spec-driven-loops/vision.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 415 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 original No closer match found 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.00009 $0.00415
Opus 5 $0.00005 $0.00208
Sonnet 5 $0.00002 $0.00083
Haiku 4.5 $0.00001 $0.00042

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

Security

Grade A, and why

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

.cursor/commands/vision.md · 47 lines

What it actually says

/vision

1. PURPOSE

Use Cursor's sk-vision MCP tool to read the user's most recent image locally, then answer from the returned evidence.


2. OVERVIEW

Cursor reaches sk-vision through its MCP tools. The sk_vision_inspect tool accepts the attached image or its path and returns a <SK-VISION> block containing scene analysis, a caption, and exact OCR, or an answer to a supplied question.


3. CONTRACT

Input: $ARGUMENTS — an optional question about the most recent image.

Output: A concise answer synthesized from the sk_vision_inspect result. Treat OCR as exact evidence; treat scene and caption as interpretation.


4. INSTRUCTIONS

  1. Call the sk_vision_inspect MCP tool on the user's most recent image, using the attached image or its path.
  2. When $ARGUMENTS is non-empty, pass it as the tool's question parameter.
  3. When $ARGUMENTS is empty, omit question and request the full read: scene, caption, and OCR.
  4. Answer using the tool's <SK-VISION> output. Synthesize the evidence instead of dumping the raw block.
  5. Treat OCR as exact and verbatim. Treat scene and caption as interpretation and hedge uncertain claims.
  6. Never invent details beyond the tool evidence.

5. HARD RULES

  • If there is no recent image, ask the user to attach one and run /vision again.
  • If the tool errors, report the error briefly and do not fabricate an analysis.
  • If multiple images are present, use only the most recent one.

User request: $ARGUMENTS

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 · 47 lines · 9 tokens per session scan A daef8cbb17bd

Subscribe to this mod's changes

vision is a command published in the GitHub repository MichelKerkmeester/skilled-agent-harness_spec-driven-loops (35 stars, last pushed yesterday), licensed MIT. It adds 9 tokens to every session and 415 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.