photo_culling_tool

A tool for sorting through a folder of photos and finding the clearest frames, including shots that are blurry or have closed eyes.

In plain words
What is it for?
It helps photographers scan shoot folders, compare sharpness, spot unwanted face or eye problems, review groups of similar shots, and export the culling results.
Why use it?
It reduces the time spent checking many similar photos from a shoot one by one. You can review groups of burst shots and mark which images to keep or reject.

Skill for Claude CodeCodex

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 skills/proxy2021/enso/photo_culling_tool
Any agent
npx skills add Proxy2021/Enso --skill photo_culling_tool
Clone the repo
git clone --depth 1 https://github.com/Proxy2021/Enso

Made for: Claude Code, Codex.

Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 720 The whole file, excluding the scripts and references it only reads on demand.
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.00041 $0.00720
Opus 5 $0.00020 $0.00360
Sonnet 5 $0.00008 $0.00144
Haiku 4.5 $0.00004 $0.00072

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

Security

Grade A, and why

photo_culling_tool 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 2d 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.

server/skills/photo_culling_tool/SKILL.md · 69 lines

How it starts

The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Photo Culling Tool

AI-powered photo culling tool — scan shoot folders, auto-detect sharpest frames, flag blurry/eyes-closed shots, approve/reject with keyboard shortcuts, and export results

Available Tools

enso_photo_culling_tool_scan (primary)

Scan a folder of photos, extract EXIF, analyze sharpness, group bursts, and create a culling session. Use when the user says: 'cull my photos', 'scan shoot folder', 'open photo culling', 'analyze my shoot', 'find best shots'.

Parameters:

  • folderPath (string): Path to the folder containing photos to scan
  • burstThresholdMs (number): Milliseconds between shots to group as burst (default: 3000)
  • blurThreshold (number): Sharpness score below which images are flagged blurry (default: 50)
  • skipFaces (boolean): Skip face/eyes-closed detection (default: false)
  • rescan (boolean): Force rescan even if a session exists (default: false)

enso_photo_culling_tool_review

View current culling group with burst filmstrip, sharpness scores, and face flags. Use when navigating through the culling workflow.

Parameters:

  • groupIndex (number): Group index to jump to
  • imageIndex (number): Image index within the group

enso_photo_culling_tool_decide

Approve, reject, or skip an image. Supports undo and group-level actions. Use for culling decisions.

Parameters:

  • action (string): Decision action: approve, reject, skip, undo, approve_group, reject_group
  • imagePath (string): Specific image path (optional, defaults to current)
  • groupId (string): Group ID for group-level actions

enso_photo_culling_tool_navigate

Navigate between groups and images: next/prev group, next/prev image, jump to group.

Parameters:

  • direction (string): Navigation direction: next_group, prev_group, next_image, prev_image, jump_group
  • targetIndex (number): Target group index for jump_group

enso_photo_culling_tool_export

Export culling decisions as JSON sidecar files. Optionally move rejected images to a subfolder.

Read the full file on GitHub · 69 lines

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. 2d ago First seen · 69 lines · 41 tokens per session scan A ef8dfd035374

Subscribe to this mod's changes

photo_culling_tool is a skill published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It adds 41 tokens to every session and 720 once invoked, about $0.0002 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.

Related

Other skills, from other repositories