media_gallery

A gallery for browsing, viewing, sorting, filtering, and organizing photos and videos stored in folders.

In plain words
What is it for?
Use it to view media with file metadata and descriptions, browse by image or video, mark photos as favorites, rate them, and create collections.
Why use it?
It makes large media folders easier to inspect and manage without opening files one by one in a basic file browser.

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

Made for: Claude Code, Codex.

Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 508 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.00019 $0.00508
Opus 5 $0.00010 $0.00254
Sonnet 5 $0.00004 $0.00102
Haiku 4.5 $0.00002 $0.00051

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

Security

Grade A, and why

media_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/media_gallery/SKILL.md · 70 lines

What it actually says

Comprehensive media gallery for browsing, viewing, organizing, and searching photos and videos

Available Tools

enso_media_gallery_browse (primary)

Browse a folder for photos and videos with sorting, filtering, and subfolder navigation

Parameters:

  • path (string): Directory path to browse (defaults to ~/Pictures)
  • filter (string): Media type filter: all, image, or video (default: all)
  • sortBy (string): Sort field: name, date, or size (default: name)
  • sortDir (string): Sort direction: asc or desc (default: asc)

enso_media_gallery_view

View a single photo or video with full EXIF metadata, AI description, and rating

Parameters:

  • path (string): Full path to the photo or video file

enso_media_gallery_favorite

Toggle the favorite status of a photo

Parameters:

  • path (string): Path to the photo file
  • favorite (boolean): Set true or false, or omit to toggle

enso_media_gallery_rate

Set a 1-5 star rating on a photo (0 to clear the rating)

Parameters:

  • path (string): Path to the photo file
  • rating (number): Star rating from 0 to 5 (0 clears the rating)

enso_media_gallery_collection

Manage photo collections: create, view, add/remove photos, rename, delete, or list all collections

Parameters:

  • action (string): Action: create, add, remove, list, view, rename, or delete
  • collectionName (string): Name of the collection
  • photoPath (string): Photo path for add/remove operations
  • newName (string): New name for rename operation

enso_media_gallery_search

Search photos by natural language query against AI descriptions and tags

Parameters:

  • path (string): Directory to search within
  • query (string): Natural language search query
  • limit (number): Maximum number of results (default: 30)

enso_media_gallery_inspect

Inspect detailed file metadata including EXIF data for a media file

Parameters:

  • path (string): Path to the file to inspect
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 · 70 lines · 19 tokens per session scan A 242b702c7655

Subscribe to this mod's changes

media_gallery is a skill published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It adds 19 tokens to every session and 508 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