AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

The Inspector

skill-fworks-tech-agenthood-the-inspector · by fworks-tech

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.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-fworks-tech-agenthood-the-inspector

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-fworks-tech-agenthood-the-inspector)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of The Inspector? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.