image-processing-skills AGENTS.md

image-processing-skills AGENTS.md is an instructions file for Codex, OpenCode from aeren23/image-processing-skills. It costs 324 tokens per session, scanned A, original, MIT.

Repository instructions for computer-vision and image-processing work using OpenCV, YOLO, and MediaPipe. Computer vision means using software to analyze images or video.

In plain words
What is it for?
Use it when choosing or combining image-processing skills and ready-made pipelines for tasks such as preprocessing images, finding objects, separating regions, or measuring shapes.
Why use it?
It gives agents shared rules for image formats, coordinates, filtering, edge detection, segmentation, shape measurement, and object detection.

Instructions file for CodexOpenCode

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 instructions/aeren23/image-processing-skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/aeren23/image-processing-skills

Made for: Codex, OpenCode.

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 image-processing-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/aeren23/image-processing-skills/agents-md.svg)](https://agentmods.dev/instructions/aeren23/image-processing-skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/aeren23/image-processing-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/aeren23/image-processing-skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 324 This file is loaded in full into every session.
When invoked 324 The same file — it is already loaded in full.
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.00324 $0.00324
Opus 5 $0.00162 $0.00162
Sonnet 5 $0.00065 $0.00065
Haiku 4.5 $0.00032 $0.00032

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

Security

Grade A, and why

image-processing-skills AGENTS.md 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 3d 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.

AGENTS.md · 28 lines

What it actually says

Image Processing Skills — Agent Instructions

This repository contains decision-focused skills for computer vision and image processing tasks using OpenCV, YOLO, and MediaPipe.

How to Use These Skills

  1. Skills are in skills/*/SKILL.md — each is a self-contained decision guide
  2. Pipeline recipes are in pipelines/ — ready-to-use processing chains
  3. Code examples are in code-examples/ — minimal runnable scripts

Key Conventions

  • All OpenCV code assumes BGR color order (not RGB)
  • Coordinate convention: img[y, x] for array indexing, (x, y) for function parameters
  • Kernel sizes must always be odd numbers (3, 5, 7...)
  • Always convert to grayscale before thresholding or edge detection
  • Apply Gaussian blur before Canny edge detection to prevent noise artifacts

Skill Loading Priority

When working on an image processing task, load skills in this order:

  1. image-fundamentals — for format/color space decisions
  2. preprocessing-decisions — for filter selection
  3. thresholding-strategy — if segmentation is needed
  4. morphology-toolkit — if binary cleanup is needed
  5. contour-analysis — if shape measurement is needed
  6. yolo-pipeline — if deep learning detection/segmentation is needed
  7. mediapipe-tracking — if real-time body/hand/face tracking is needed
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. 3d ago First seen · 28 lines · 324 tokens per session scan A d0646e23247b

Subscribe to this mod's changes

image-processing-skills AGENTS.md is an instructions file published in the GitHub repository aeren23/image-processing-skills (5 stars, last pushed 3mo ago), licensed MIT. It adds 324 tokens to every session, about $0.0016 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.