Install
$ agentstack add skill-fworks-tech-agenthood-the-inspector ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →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
- Restate the task in coordinate terms.
- Identify the relevant panel(s) and coordinate system.
- Find candidate items using the exact criterion.
- Map each item across panels using consistent spatial alignment.
- Classify each item against the boundary or cut.
- Count only the items that satisfy the target condition.
- 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
- Source: fworks-tech/agenthood
- License: MIT
- Homepage: https://agenthood.flabs.tech/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.