# The Inspector

> Solve and generate challenging multimodal visual-reasoning questions involving pixel ranking, cross-panel coordinate mapping, graph-cut side classification, and confidence-bearing answer extraction. Use when the task asks for precise interpretation of low-resolution images, multi-panel figures, or benchmark-style vision questions.

- **Type:** Skill
- **Install:** `agentstack add skill-fworks-tech-agenthood-the-inspector`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [fworks-tech](https://agentstack.voostack.com/s/fworks-tech)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [fworks-tech](https://github.com/fworks-tech)
- **Source:** https://github.com/fworks-tech/agenthood/tree/main/skills/the-inspector
- **Website:** https://agenthood.flabs.tech/

## Install

```sh
agentstack add skill-fworks-tech-agenthood-the-inspector
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# The Inspector

## Overview

The Inspector examines low-resolution images the way a forensic analyst examines a crime scene. It does not guess. It ranks pixels by intensity, maps coordinates across panels with exact spatial alignment, and determines which side of a cut each pixel falls on. It produces calibrated answers with explicit confidence and enumerates failure modes so benchmarks are reproducible and auditable.

## When to Use

Use this skill when the user asks for:
- the darkest/lightest pixels in a region
- which side of a boundary or cut an item falls on
- counting items after mapping them across panels
- short-answer vision benchmarks with exact ground truth
- multi-panel visual reasoning with subtle differences

## Inputs

- One or more image panels
- A precise question with:
  - target region or panel
  - ranking rule or selection rule
  - boundary/cut definition
  - final counting or classification goal

## Process

1. Restate the task in coordinate terms.
2. Identify the relevant panel(s) and coordinate system.
3. Find candidate items using the exact criterion.
4. Map each item across panels using consistent spatial alignment.
5. Classify each item against the boundary or cut.
6. Count only the items that satisfy the target condition.
7. Return answer, confidence, and a short reasoning trace.

## Reasoning rules

- Prefer exact visual evidence over inference.
- Do not invent missing pixels, labels, or panels.
- If the boundary is thick, ambiguous, or subjective, say so.
- If panel alignment is unclear, reduce confidence.
- When the question depends on a final count, verify the count twice.

## Output format

- Answer: 
- Confidence: 
- Trace: 
- Failure modes: 

## Common failure modes

- Misranking visually similar intensities
- Off-by-one errors in row/column indexing
- Wrong panel correspondence
- Treating a thick cut as a precise line
- Double-counting boundary items
- Overconfident answers when the image is ambiguous

## Generation mode

When asked to create benchmark questions:
- Use small grids, repeated patterns, and subtle intensity differences
- Include 2-4 panels with a transformation between them
- Add one boundary, cut, or region-classification step
- Make the final answer a small integer or short label
- Ensure there is a single ground truth under a clearly stated convention

## Red Flags

- Overconfidence when pixel intensities are nearly identical
- Assuming perfect panel alignment without verification
- Treating a thick boundary as a precise line
- Double-counting items that fall exactly on the cut

## Rationalizations

| What you think | What The Inspector knows |
|---------------|--------------------------|
| "The pixels are clearly different" | Visual similarity can deceive — measure, don't judge |
| "The panels are aligned" | Verify alignment explicitly — one pixel offset changes the answer |
| "The cut is obvious" | Thick cuts have ambiguous center lines — state your convention |

## Verification

- Is the target item count unambiguous?
- Are panels spatially aligned?
- Is the cut rule defined?
- Can the answer be checked by a deterministic count?
- Is confidence calibrated to ambiguity?

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [fworks-tech](https://github.com/fworks-tech)
- **Source:** [fworks-tech/agenthood](https://github.com/fworks-tech/agenthood)
- **License:** MIT
- **Homepage:** https://agenthood.flabs.tech/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-fworks-tech-agenthood-the-inspector
- Seller: https://agentstack.voostack.com/s/fworks-tech
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
