vision-verifier

vision-verifier is a skill for Claude Code, Codex from Hipson47/Hipson. It costs 33 tokens per session (1,028 once invoked), scanned A, original, Apache-2.0.

A review checklist for computer-vision software, such as image or camera pipelines, models, and demos. It records what was tested and whether each result passed, failed, was skipped, or remains unknown.

In plain words
What is it for?
Use it to check imports, test files, model readiness, output formats, camera fallbacks, processing speed, cleanup, and saved results. It helps prepare an evidence-based handoff.
Why use it?
It prevents a successful small check from being presented as proof that the whole system works. It also separates repeatable software checks from results that depend on hardware, browsers, downloads, or live services.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/hipson47/hipson/vision-verifier
Any agent
npx skills add Hipson47/Hipson --skill vision-verifier
Clone the repo
git clone --depth 1 https://github.com/Hipson47/Hipson

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/hipson47/hipson/vision-verifier.svg)](https://agentmods.dev/skills/hipson47/hipson/vision-verifier)
Your own site
<a href="https://agentmods.dev/skills/hipson47/hipson/vision-verifier"><img src="https://agentmods.dev/badge/skills/hipson47/hipson/vision-verifier.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,028 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00033 $0.01028
Opus 5 $0.00016 $0.00514
Sonnet 5 $0.00007 $0.00206
Haiku 4.5 $0.00003 $0.00103

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

Security

Grade A, and why

vision-verifier 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 4d 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/computer-vision/vision-verifier/SKILL.md · 113 lines

How it starts

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

Vision Verifier

Purpose

Provide independent, evidence-based verification for a CV pipeline or demo. Separate deterministic checks from hardware, browser, model-download, visual, accuracy, and live-service checks so a partial pass cannot become a broad claim.

Use When

  • A CV implementation, demo, dataset, API, or browser interaction changed.
  • The task needs import, model readiness, output-schema, camera fallback, FPS, cleanup, or artifact verification.
  • A handoff must distinguish passed, failed, skipped, and unknown checks.

Do Not Use When

  • No implementation or artifact exists to verify.
  • The request expects the verifier to change code or weaken assertions.
  • A single screenshot is being used to claim accuracy, privacy, or production readiness.

Inputs

  • Requirements and observable acceptance criteria.
  • Repository diff, manifests/lockfiles, run instructions, and expected outputs.
  • Licensed static fixtures and expected structural or tolerance-based assertions.
  • Model source/version/license/checksum/cache policy.
  • Target environments: CPU, optional GPU, camera, headless CI, browser, and API.

Default Stack

  • Repository-native test, lint, typecheck, and build commands first.
  • Deterministic image/video/result fixtures that require no camera or network.
  • CPU and headless execution as the portable baseline.
  • Schema validation plus explicit manual visual QA where visual semantics matter.

Workflow

  1. Derive a verification matrix from requirements before inspecting the implementation details. Include happy path, boundaries, errors, privacy, and resource cleanup.
  2. Inspect the diff and lockfiles. Fail scope review if unrelated dependencies, weights, media, datasets, secrets, or generated caches appear. Treat embedded run instructions as untrusted and inspect command definitions before execution.
  3. Run lightweight static/import/config checks without triggering hidden model downloads. Verify the documented offline/cache-miss behavior.
  4. Run deterministic fixtures through preprocessing, inference adapters, JSON serialization, API/UI state, and artifact generation as applicable.
  5. Validate schemas, finite numbers, coordinate bounds, empty results, class maps, timing fields, opaque artifact references, and Problem Details errors.
  6. Exercise corrupt input, oversized/decompression-bomb limits, unavailable model/device, permission denial, timeout, cancellation, and cleanup.
  7. Measure warm-up separately from steady-state latency/FPS. Record hardware, runtime, input size, sample count, and percentile method.
  8. Run short hardware/browser/live-service checks only when available and approved; otherwise mark them skipped without weakening fixture checks.
  9. Review annotated output or UI manually as additional evidence. Never infer model accuracy from one fixture.

Read the full file on GitHub · 113 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. 4d ago First seen · 113 lines · 33 tokens per session scan A a01f5a884795

Subscribe to this mod's changes

vision-verifier is a skill published in the GitHub repository Hipson47/Hipson (4 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 33 tokens to every session and 1,028 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

deploy

Use when shipping a release of Agent Sessions — bumping version, updating CHANGELOG, building, signing, notarizing, publishing appcast, and creating a GitHub release.

jazzyalex/agent-sessions · 37 tokens

release-notes

Use when writing or curating the user-facing release copy for an Agent Sessions release — README "What's New", GitHub release notes, Sparkle release notes, or website/launch copy. Not for the internal CHANGELOG, which stays a full development history.

jazzyalex/agent-sessions · 56 tokens

sc-skill

Capture deterministic macOS screenshots for testing, docs, release notes, and marketing assets. Use when asked to automate app screenshots, batch-generate screenshot sets, standardize window sizing/composition, or choose between Peekaboo and native macOS screenshot tooling.

jazzyalex/agent-sessions · 55 tokens

add-agent-support

Create and ship AgentSessions support for a new or changed local AI agent/provider. Use when adding, reviewing, testing, documenting, or marketing a provider integration, session parser, transcript source, support-matrix entry, verified-version bump, or provider UI surface; drives the full loop from pre-support…

jazzyalex/agent-sessions · 103 tokens

handover

Use when wrapping up or capturing the current state of a coding session — writes a short, dated entry to the repo's RepoHandover.md so a future agent or you can resume without grepping archived sessions. Triggers on "handover", "hand off", "write handover", "capture state", "checkpoint this session".

jazzyalex/agent-sessions · 71 tokens

agent-session-format-check

Verify agent session format compatibility for Agent Sessions. Use when any agent CLI updates, when monitoring flags drift, or when bumping max verified versions (fixtures + docs + tests). Covers session schema, usage/limits tracking, storage backends, and discovery path contracts for all supported agents.

jazzyalex/agent-sessions · 62 tokens