asset_gallery

A searchable library for managing digital files such as images and videos. It organizes assets by collections and campaigns, with tags, metadata, usage rights, and workflow statuses.

In plain words
What is it for?
Use it to browse, search, filter, sort, inspect, and update the status of campaign assets in formats such as JPEG, PNG, MP4, and GIF.
Why use it?
It helps teams find the right visual file and understand whether it is approved, in use, a draft, or archived without opening files one by one.

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

Made for: Claude Code, Codex.

Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 626 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.00027 $0.00626
Opus 5 $0.00014 $0.00313
Sonnet 5 $0.00005 $0.00125
Haiku 4.5 $0.00003 $0.00063

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

Security

Grade A, and why

asset_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/asset_gallery/SKILL.md · 73 lines

How it starts

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

Digital asset management gallery for browsing, organizing, searching, and managing visual assets with status workflows, tagging, and campaign organization

Available Tools

enso_asset_gallery_browse (primary)

Browse assets in a collection or campaign with filtering and sorting. Shows grid of assets with metadata.

Parameters:

  • path (string): Collection or folder path to browse
  • campaign (string): Filter by campaign name
  • status (string): Filter by status: Approved, Draft, In-Use, Archived
  • format (string): Filter by format: JPEG, PNG, MP4, GIF
  • sortBy (string): Sort field: dateAdded, title, campaign, format (default: dateAdded)
  • sortDir (string): Sort direction: asc or desc (default: desc)

enso_asset_gallery_view

View a single asset with full metadata including tags, dimensions, usage rights, campaign, and notes

Parameters:

  • id (string): Asset ID to view

enso_asset_gallery_search

Search assets by keywords matching title, tags, campaign, and notes

Parameters:

  • query (string): Search query
  • path (string): Collection path to search within

enso_asset_gallery_status

Update the workflow status of one or more assets (Approved, Draft, In-Use, Archived, Rejected)

Parameters:

  • id (string): Single asset ID
  • ids (array): Multiple asset IDs for bulk status update
  • status (string): New status: Approved, Draft, In-Use, Archived, Rejected

enso_asset_gallery_organize

Organize assets: move to campaign, add/remove tags, create collections, bulk operations

Parameters:

  • action (string): Action: move, tag, create_collection, delete
  • ids (array): Asset IDs to operate on
  • campaign (string): Target campaign for move action
  • tags (array): Tags to add/remove
  • collectionName (string): Collection name for create_collection action

enso_asset_gallery_create

Register a new asset in the gallery with metadata

Parameters:

  • title (string): Asset title
  • campaign (string): Campaign name
  • format (string): File format: JPEG, PNG, MP4, GIF
  • width (number): Width in pixels
  • height (number): Height in pixels
  • tags (array): Asset tags
  • category (string): Asset category: Hero Image, Social Post, Banner, Video, etc.
  • usageRights (string): Usage rights: Royalty-Free, Rights-Managed, Internal Only, Unlimited
  • notes (string): Notes about the asset

Read the full file on GitHub · 73 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 · 73 lines · 27 tokens per session scan A 6988ccde835b

Subscribe to this mod's changes

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