solve-cv-task

solve-cv-task is a skill for Claude Code, Codex from Borda/vision-delivery. It costs 123 tokens per session (1,225 once invoked), scanned A, original, Apache-2.0.

A guide for turning a plain-language computer-vision goal into a measurable implementation plan. Computer vision means using software to understand images or video.

In plain words
What is it for?
Planning tasks such as detecting or counting objects, reading serial numbers, finding factory mistakes, testing sample images, and building an end-to-end vision capability.
Why use it?
It helps people choose an appropriate route and test whether a vision idea works without requiring them to know specialist terms first.

Skill for Claude CodeCodex

Part of the sentinel plugin — 13 skills, 2 agents, 1 hook, 1 MCP server shipped together

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/borda/vision-delivery/solve-cv-task
Any agent
npx skills add Borda/vision-delivery --skill solve-cv-task
Clone the repo
git clone --depth 1 https://github.com/Borda/vision-delivery

Made for: Claude Code, Codex.

Or install sentinel, the plugin that ships this one along with the rest of its 13 skills, 2 agents, 1 hook, 1 MCP server.

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 solve-cv-task

README.md
[![agentmods](https://agentmods.dev/badge/skills/borda/vision-delivery/solve-cv-task.svg)](https://agentmods.dev/skills/borda/vision-delivery/solve-cv-task)
Your own site
<a href="https://agentmods.dev/skills/borda/vision-delivery/solve-cv-task"><img src="https://agentmods.dev/badge/skills/borda/vision-delivery/solve-cv-task.svg" alt="Measured on agentmods" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,225 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.1 $0.00123 $0.01225
Opus 5 $0.00062 $0.00613
Sonnet 5 $0.00025 $0.00245
Haiku 4.5 $0.00012 $0.00122

Measured 5d ago against content hash 40bc2df97fcf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

solve-cv-task 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 5d 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.

claude-skills/solve-cv-task/SKILL.md · 100 lines

How it starts

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

Be Sentinel's low-barrier front door. Translate the user's operational outcome into the correct CV output, independent acceptance gate, fastest safe proof, and explicit next route—without requiring them to know CV terminology.

Roboflow platform knowledge lookup. Read ../../resources/roboflow-platform-lookup.md. Sentinel owns stable solution-building discipline. Installed official Roboflow skills or current MCP resources own exact product/model/tool truth. If neither is available, continue provider-neutral work and use a scaffold; never copy or guess a volatile platform recipe.

1. Read before asking

Inspect the user's files, sample images/clips, code, README, labels, and existing evaluation artifacts. Summarize the observable problem in plain language. Ask at most three questions that artifacts cannot answer:

  1. “What should happen when the camera sees the target?”
  2. “Out of 100 real cases, how many misses or false alarms are acceptable for a first proof?”
  3. “Where will images come from, and may they leave this machine/site?”

For a novice, define only the next needed term. Use “catch rate” before introducing recall and “false-alarm rate” before precision.

2. Route by required output

User needs Route Key discriminator
boxes, object count, crops, per-object metadata, per-person PPE detect-and-analyze one output per visible instance
one verdict for the whole image, including whole-image compliance classify-or-flag one label/flag per image
masks, contours, area, crack width, calibrated physical measurement segment-and-analyze pixel geometry and calibration
persistent identity, crossings, paths, dwell, video events track-and-count association across frames
text, numbers, serials, forms, codes, meters read-text character/field extraction
keypoints, joint angles, posture, gestures, actions recognize-pose-or-gesture skeleton/keypoint semantics
several perception/rule/aggregation stages decompose-to-pipeline end-to-end staged decision
annotation/training/deployment economics or crossover estimate-economics economic decision, not build
accepted model/pipeline needs package, integration, monitoring, deployment deliver-cv-project capability already measured
setup/authentication health check-sentinel-setup or auth-setup environment/connection issue

Read the full file on GitHub · 100 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. 5d ago First seen · 100 lines · 123 tokens per session scan A 40bc2df97fcf

Subscribe to this mod's changes

solve-cv-task is a skill published in the GitHub repository Borda/vision-delivery (4 stars, last pushed 25d ago), licensed Apache-2.0. It adds 123 tokens to every session and 1,225 once invoked, about $0.0006 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

Computer Vision Helper

Assist with image analysis, object detection, and visual AI tasks.

eddiebelaval/squire · 16 tokens

moss-formulas-variables

Create or edit Moss formulas and variables, including UI entry, persisted Markdown, linked instances, derived values, bound references, IDs, and stale metadata.

brsbl/moss-skills · 37 tokens

pipeline

Use when the user wants a feature idea taken end-to-end in one autonomous run — phrases like "run the whole pipeline", "take this feature from idea to finished branch", "brainstorm then build it autonomously", "do everything from idea to merged", "implement all phases without stopping". Triggers when they want…

kardebadas/claude-plugin · 80 tokens

craft

Use when a product idea is still vague and needs to become a clear definition of what to build — "let's craft an app like X", "help me define what I actually want", "clarify this idea before we plan it". Also use before planning or implementation when requirements, UX, domain behaviour, or technical preferences have…

kardebadas/claude-plugin · 83 tokens

optimize-claude-opus-5-prompts

Clarify, audit, and rewrite rough or existing prompts for Claude Opus 5 using Anthropic's official prompting guidance. Use when a user asks to optimize, improve, migrate, debug, or design a prompt, system prompt, or agent harness for Claude Opus 5 (claude-opus-5), including requests phrased as Opus 5 prompt…

IchenDEV/prompt-optimizer-plugins · 182 tokens

optimize-claude-fable-5-prompts

Clarify, audit, and rewrite rough or existing prompts for Claude Fable 5 using Anthropic's official prompting guidance. Use when a user asks to optimize, improve, migrate, debug, or design a prompt for Claude Fable 5, including requests phrased as Fable or Fabel prompt optimization, Fable/Fabel 提示词优化, or when an…

IchenDEV/prompt-optimizer-plugins · 137 tokens