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.
npx skills add Proxy2021/Enso --skill photo_albumsgit clone --depth 1 https://github.com/Proxy2021/EnsoWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/proxy2021/enso/photo_albums)<a href="https://agentmods.dev/skills/proxy2021/enso/photo_albums"><img src="https://agentmods.dev/badge/skills/proxy2021/enso/photo_albums.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00041 | $0.00489 |
| Opus 5 | $0.00020 | $0.00244 |
| Sonnet 5 | $0.00008 | $0.00098 |
| Haiku 4.5 | $0.00004 | $0.00049 |
Grade A, and why
photo_albums 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 6d 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.
What it actually says
Photo Albums is a first-class Cortex citizen alongside books and movies. Each album is a photo-album entity with its own wiki page at entities/album-<slug>.md. Two kinds:
- External — iconic monographs from the world's great photographers (e.g., Henri Cartier-Bresson's The Decisive Moment, Fan Ho's Hong Kong Yesterday). Seeded via web research.
- Personal — themed collections curated from the user's own photo library (e.g., "Hong Kong Street 2025", "Mountain Portraits").
Tool Reference
enso_photo_albums_browse (primary)
Browse curated photo albums. Tabs: all / external / personal. Supports filters (photographer, style, theme), search, sort, pagination.
enso_photo_albums_search
Text search across title, photographer, description, themes.
enso_photo_albums_seed_external
Research and add an external photographer's album. Parameters: photographer (required), albumTitle (optional — LLM picks the most iconic if omitted), style (optional hint). Pipeline: web search → LLM extracts bio/plates/style/cover → writes cache + Cortex page.
enso_photo_albums_curate_personal
Create a themed album from the user's photos. Parameters: title (required), theme, description, photoEntityIds or photoPaths, coverPath.
enso_photo_albums_rate
Taste profile interactions (save / rate / dismiss / favorite / view). Feeds into daily discovery.
enso_photo_albums_discover
Daily discovery with day-of-week themes:
- Sunday: Photojournalism
- Monday: Documentary
- Tuesday: Portrait
- Wednesday: Street
- Thursday: Fine Art
- Friday: Fashion
- Saturday: Landscape
Pulls candidates from Wikipedia (photographer bios) + Open Library (monographs) + web search. LLM curates against the user's taste profile.
enso_photo_albums_update
Rebuild entity index + Cortex pages from cache. Run after manual edits.
What ships with it
10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- app.json 9.0 KB
- executors/browse.js 5.4 KB runs code
- executors/curate_personal.js 6.5 KB runs code
- executors/discover.js 14 KB runs code
- executors/expand.js 26 KB runs code
- executors/rate.js 3.5 KB runs code
- executors/search.js 2.1 KB runs code
- executors/seed_external.js 38 KB runs code
- executors/update.js 5.0 KB runs code
- template.jsx 36 KB
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.
- 6d ago First seen · 49 lines · 41 tokens per session scan A 7bcd84e4d0b7
photo_albums 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 489 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.
Other skills, from other repositories
argent-screen-recording
Record a video of an iOS simulator or Android emulator/device screen using argent MCP tools. Use when the user asks to record the screen, capture a video of a flow, interaction, or animation, produce a screen recording, or document app behavior as a video clip.
movie-tv
Search movies and TV shows, get ratings, recommendations using TMDB. Use when: user asks about movies, TV shows, ratings, 'what should I watch', trending shows. Don't use when: user asks about YouTube videos, music, or live TV schedules.
joke
Tell jokes and make the user laugh. Use when: user asks for a joke, wants humor, says 'make me laugh', or mood is light. Don't use when: user is asking a serious question, or wants comedy recommendations (use movie-tv skill).
media
Control media playback (PLAY, PAUSE, NEXT, PREV).
swift-architecture
Choose and migrate an Apple-platform app architecture for a fintech iOS app (iOS 26 era). Covers MV with Observation (@Observable, @Environment injection, @Bindable), MVVM, hand-rolled MVI/unidirectional store+reducer, The Composable Architecture (@Reducer, @ObservableState, StoreOf, Effect.run, @Dependency…
media3-video-effects-lottie-muxer
Compact skill for Media3 video effects, Lottie effects, muxer/export decisions, and Transformer-adjacent processing boundaries.