vision-agent-skill

vision-agent-skill is a skill for Claude Code, Codex from parijatmukherjee/openclaw-hawkins. It costs 43 tokens per session (536 once invoked), scanned A, original, MIT.

A vision-focused agent for understanding images and screenshots, including reading text from images and interpreting charts or diagrams. Images are sent to a cloud-hosted model, so sensitive content should be removed first.

In plain words
What is it for?
Reading screenshots, extracting text with OCR, comparing images, investigating visual interface problems, and interpreting charts or diagrams.
Why use it?
It helps when the important information is visual rather than available as text, while making the data-sharing risk explicit.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Reading screenshots, extracting text with OCR, comparing images, investigating visual interface problems, and interpreting charts or diagrams.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/parijatmukherjee/openclaw-hawkins/vision-agent-skill
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 parijatmukherjee/openclaw-hawkins --skill vision-agent-skill
Clone the repo
git clone --depth 1 https://github.com/parijatmukherjee/openclaw-hawkins

Made for: Claude Code, Codex.

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-agent-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/parijatmukherjee/openclaw-hawkins/vision-agent-skill/github.svg)](https://agentmods.dev/skills/parijatmukherjee/openclaw-hawkins/vision-agent-skill)
Your own site
<a href="https://agentmods.dev/skills/parijatmukherjee/openclaw-hawkins/vision-agent-skill"><img src="https://agentmods.dev/badge/skills/parijatmukherjee/openclaw-hawkins/vision-agent-skill/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-agent-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/parijatmukherjee/openclaw-hawkins/vision-agent-skill"><img src="https://agentmods.dev/badge/skills/parijatmukherjee/openclaw-hawkins/vision-agent-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 536 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.00043 $0.00536
Opus 5 $0.00022 $0.00268
Sonnet 5 $0.00009 $0.00107
Haiku 4.5 $0.00004 $0.00054

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

Security

Grade A, and why

vision-agent-skill 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 11d 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.

skills/vision-agent-skill/SKILL.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Vision Agent

Purpose

Specialized agent for tasks requiring image understanding and visual analysis.

When to Use

Spawn this agent when the task involves:

  • Analyzing screenshots or images
  • Reading text from images (OCR)
  • Interpreting charts, graphs, or diagrams
  • Visual debugging (UI layouts, error screenshots)
  • Image comparison or quality assessment
  • Any task where "seeing" the image matters

Model

  • Primary: ollama/kimi-k2.5:cloud (text+image, 125k context)
  • Why: kimi-k2.5 is vision-capable via Ollama cloud. It can accept image inputs and analyze them.

Data handling (read first)

Images and screenshots are sent to a cloud-hosted vision model — they leave this host. Screenshots in particular routinely contain sensitive data: credentials or tokens on screen, API keys, personal/customer information, internal URLs and hostnames, or private messages. Before sending an image:

  • Confirm the operator is OK with this specific image going to the cloud model.
  • Prefer redacting or cropping out anything sensitive that isn't needed for the task.
  • Never upload an image solely to extract a secret from it.

How to Spawn

sessions_spawn(
    task="[VISION] Analyze this screenshot and tell me what's wrong with the layout",
    mode="run",
    model="ollama/kimi-k2.5:cloud",
    timeoutSeconds=300
)

Task Prefix

Always prefix vision tasks with [VISION] so the Nexus routes them correctly:

  • [VISION] — Image analysis, screenshot reading, visual tasks → routes to vision-agent

Examples

# Analyze a screenshot
sessions_spawn(
    task="[VISION] Look at this screenshot and identify any UI errors or layout issues",
    mode="run"
)

# Read text from image
sessions_spawn(
    task="[VISION] Extract all text from this image and format it as markdown",
    mode="run"
)

# Compare images
sessions_spawn(
    task="[VISION] Compare these two screenshots and list the differences",
    mode="run"
)

Communication

  • The Nexus stays conversational
  • Acknowledge before spawning: "I'll delegate this image analysis to the vision agent."
  • Synthesize results when complete

Read the full file on GitHub · 74 lines

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. 11d ago First seen · 74 lines · 43 tokens per session scan A 86a04c261de6

Subscribe to this mod's changes

vision-agent-skill is a skill published in the GitHub repository parijatmukherjee/openclaw-hawkins (5 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 536 once invoked, about $0.0002 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-08-31.

Related

Other skills, from other repositories

clip-hand-skill

Expert knowledge for AI video clipping — yt-dlp downloading, whisper transcription, SRT generation, and ffmpeg processing.

RightNow-AI/openfang · 28 tokens

presentation

Presentation expert for slide structure, storytelling, visual design, and audience engagement.

RightNow-AI/openfang · 16 tokens

veo-generator

Render a scripted video project into mp4 clips with the Google Veo 3.1 API. Reads a project's shot package (shots/.md), one clip per camera cut, reusing each shot's prompt and sketch — world anchor only with --with-reference, seed unless --no-seed. Use on "render the Veo video for ", "generate the videos from the shot…

BlackBeltTechnology/pi-agent-dashboard · 95 tokens

video-transcription

Transcribe video and audio files to SRT subtitles with speaker diarization using the Soniox (default) or AssemblyAI API. Use when the user wants to transcribe meetings, videos, or audio files. Supports MKV, MP4, MOV, M4A, MP3. Triggers on "/transcribe", "transcribe my meetings", "transcribe videos in /Movies", or any…

BlackBeltTechnology/pi-agent-dashboard · 93 tokens

nano-banana-imagegen

Generate and edit images using Google Gemini image models via the nano-banana CLI. Use when the user asks to create, generate, make, or edit images with AI. Supports text-to-image, image editing, style transfer, and multi-image composition. Trigger on requests like "create an image", "generate a picture", "make me a…

BlackBeltTechnology/pi-agent-dashboard · 88 tokens

veo-showreel-production-kit

Turn a video timeline + voiceover into a reproducible, sliceable Veo 3.1 prompt package with a consistency anchor and AI storyboard sketches.

BlackBeltTechnology/pi-agent-dashboard · 39 tokens