vision-skill

vision-skill is a skill for Claude Code from zeenie-ai/OpenCompany. It costs 44 tokens per session (563 once invoked), scanned A, original, MIT.

A vision-model workflow for understanding images, screenshots, charts, scans, and photos, including extracting their visible text.

In plain words
What is it for?
Use it to describe an image, answer questions about its contents, or perform OCR on documents, screenshots, signs, and scans.
Why use it?
It helps answer image-specific questions and avoids wasting an image-analysis call by using the wrong file or unnecessary detail level.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to describe an image, answer questions about its contents, or perform OCR on documents, screenshots, signs, and scans.

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

Made for: Claude Code.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/vision-skill"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/vision-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 563 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00044 $0.00563
Opus 5 $0.00022 $0.00282
Sonnet 5 $0.00009 $0.00113
Haiku 4.5 $0.00004 $0.00056

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

Security

Grade A, and why

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

server/skills/assistant/vision-skill/SKILL.md · 59 lines

What it actually says

Vision Skill

See images through the vision tool (a vision-capable model looks at the image and answers in text). Check the tools in your tool list for full schemas; this skill covers strategy.

Workflow

  1. Locate the image with the data tool first (list / search) — the vision tool takes a workspace-relative path, and guessing paths wastes a paid model call.
  2. An image on an external mount (mnt/...) must be imported first: data copy_to_workspace, then pass the returned workspace path.
  3. Choose the operation:
    • describe — what is in the image; pass question for something specific ("what is the y-axis peak?") instead of asking for a general description and hoping.
    • extract_text — OCR-style text extraction (documents, screenshots, signs). Returns only the text.

The budget ladder

budget controls resolution and therefore cost: small (~256 visual tokens), normal (~1024, default), large (~2048, fine detail).

  • Skim at normal; escalate to large only when the answer needs fine detail (dense charts, small print, UI screenshots).
  • Never open with large on an image you haven't seen at normal — each call bills the vision provider.

When NOT to use this tool

  • The host model may already see images natively: if an image you read via the data tool is visible in the conversation, answer from it directly — a delegate call would be a second opinion at extra cost and latency.
  • Extracting text from a PDF: use data read (text extraction) first; vision OCR is for rasterized/scanned content the parser cannot read.

Anti-patterns

  • Calling vision on a path that was never confirmed via data list/read.
  • Repeating describe with rephrased questions — ask one specific question with the detail you actually need.
  • Using extract_text on charts to infer numbers — ask describe with a targeted question instead; OCR on plot labels loses structure.
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. 12d ago First seen · 59 lines · 44 tokens per session scan A 7c816c1389d3

Subscribe to this mod's changes

vision-skill is a skill published in the GitHub repository zeenie-ai/OpenCompany (880 stars, last pushed 2d ago), licensed MIT. It adds 44 tokens to every session and 563 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-30.