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.
npx agentmods add instructions/aeren23/image-processing-skills/agents-mdgit clone --depth 1 https://github.com/aeren23/image-processing-skillsWrote 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.
[](https://agentmods.dev/instructions/aeren23/image-processing-skills/agents-md)<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>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.
| Model | Per session | Once 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 |
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.
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
- Skills are in
skills/*/SKILL.md— each is a self-contained decision guide - Pipeline recipes are in
pipelines/— ready-to-use processing chains - 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:
- image-fundamentals — for format/color space decisions
- preprocessing-decisions — for filter selection
- thresholding-strategy — if segmentation is needed
- morphology-toolkit — if binary cleanup is needed
- contour-analysis — if shape measurement is needed
- yolo-pipeline — if deep learning detection/segmentation is needed
- mediapipe-tracking — if real-time body/hand/face tracking is needed
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.
- 3d ago First seen · 28 lines · 324 tokens per session scan A d0646e23247b
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.
Other instructions, from other repositories
VCVio AGENTS.md
Instructions for Verified-zkEVM/VCVio, covering vcvio — ai agent guide, fast start, attribution, headers, and docstrings, module scopes and what this project is.
co-mathematician CLAUDE.md
Instructions for VeryMath/co-mathematician, covering claude.md, repository contract, required flow, claude code operating notes and harness commands.
SutroYaro GEMINI.md
Instructions for cybertronai/SutroYaro, covering gemini.md - sutro group research workspace, project context, read these first, core concepts and current best methods.
gpu-ai-skills CLAUDE.md
Instructions for intel/gpu-ai-skills, covering claude.md, what this repository is, repository structure, commands and validation (required before any skill change).
mcp-pubmed-server-pancrpal CLAUDE.md
Instructions for PancrePal-xiaoyibao/mcp-pubmed-server-pancrpal, covering claude.md, project overview, commands, architecture and mcp tools (8 total).
braina GEMINI.md
Instructions for brainets/braina, covering project: braina (brain interaction analysis), 1. project context & purpose, 2. commands, verify environment (all core dependencies) and run the verification test suite for frites + hoi.