photo_gallery

A visual photo-browsing tool with grid, masonry, and list views, plus full-screen slideshows and themed exhibitions. It can filter and sort photos and display captions during slideshows.

In plain words
What is it for?
Use it to browse collections, filter photos by artistic style, sort them, or present them as a slideshow. It can also help curate a themed exhibition from selected photos.
Why use it?
It makes it easier to browse large photo collections and compare images by style, date, name, or collection. It also provides a presentation view for showing selected photos with transitions and automatic advancement.

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

Made for: Claude Code, Codex.

Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 649 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.00021 $0.00649
Opus 5 $0.00010 $0.00324
Sonnet 5 $0.00004 $0.00130
Haiku 4.5 $0.00002 $0.00065

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

Security

Grade A, and why

photo_gallery 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_gallery/SKILL.md · 65 lines

How it starts

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

Beautiful photo gallery for browsing, presenting, and comparing photos in artistic styles with multiple layout modes

Available Tools

enso_photo_gallery_browse_gallery (primary)

Browse photos in a visually rich gallery with grid, masonry, or list views. Supports filtering by style, sorting, and collection browsing.

Parameters:

  • collection (string): Collection or folder name to browse (optional, shows all if omitted)
  • viewMode (string): View mode: grid, masonry, or list (default: grid)
  • sortBy (string): Sort field: date, name, or style (default: date)
  • filterStyle (string): Filter photos by artistic style (e.g. watercolor, oil painting, minimal)

enso_photo_gallery_view_slideshow

Present photos as an immersive full-screen slideshow with transitions, auto-advance, and captions

Parameters:

  • collection (string): Collection name to display as slideshow
  • transition (string): Transition effect: fade, slide, or zoom (default: fade)
  • interval (number): Auto-advance interval in milliseconds (default: 4000)
  • captions (boolean): Show photo captions (default: true)

enso_photo_gallery_create_exhibition

Curate a themed exhibition from selected photos with museum, magazine, or minimal layout styles

Parameters:

  • title (string): Exhibition title
  • description (string): Exhibition description or curatorial statement
  • collection (string): Source collection to curate from
  • photoIds (string): Comma-separated photo IDs to include (optional, curates automatically if omitted)
  • layout (string): Layout style: museum, magazine, or minimal (default: museum)

enso_photo_gallery_compare_styles

Show a photo rendered in multiple artistic styles side by side for comparison

Parameters:

  • photoId (string): ID of the original photo to compare
  • photoUrl (string): URL of the original photo
  • collection (string): Collection to find the photo in
  • styles (string): Comma-separated list of styles to compare (e.g. 'watercolor,oil painting,minimal')

Read the full file on GitHub · 65 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 · 65 lines · 21 tokens per session scan A 0f6b12aa22d4

Subscribe to this mod's changes

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