micro_album

A shortcut for making a small photo album with 12 pictures. It selects 20 candidates from a photo library, lets you keep or skip them, and shows a preview using a prepared layout.

In plain words
What is it for?
Use it to start a quick album, review suggested photos, keep the final selection, and preview the resulting arrangement.
Why use it?
Creating an album can stall when every photo, order, and layout requires a decision. This narrows the process to a simple review.

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

Made for: Claude Code, Codex.

Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 426 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.00050 $0.00426
Opus 5 $0.00025 $0.00213
Sonnet 5 $0.00010 $0.00085
Haiku 4.5 $0.00005 $0.00043

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

Security

Grade A, and why

micro_album 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.

The scan reads SKILL.md. This mod also ships 5 executable files (executors/celebrate.js, executors/curate.js, executors/launch.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/apps/micro_album/SKILL.md · 40 lines

What it actually says

Zero-decision album launcher: auto-selects your best 20 photos, simple keep/skip curation to 12, instant album preview with pre-made layout and ordering guide. Eliminates every decision from creating your first photo album.

Tool Reference

enso_micro_album_launch (primary)

Scan a photo folder (or default library), auto-select the 20 best candidates by rating, favorites, date diversity, and technical quality. All album decisions pre-made. Use when the user wants to create a quick album or says 'make me an album'.

Parameters:

  • folder (string): Photo folder to scan. Defaults to the user's main photo library if not specified.
  • count (number): Number of candidate photos to select. Default 20.

enso_micro_album_curate

Simple keep/skip interface for album curation. Shows one photo at a time. Keep 12 photos to complete the album. Use when reviewing album candidates.

Parameters:

  • action (string): Action to perform: 'keep', 'skip', 'start', or 'reconsider'. Default 'start'.
  • photoIndex (number): Index of the photo being acted on.

enso_micro_album_preview

Show the auto-generated album layout with 12 selected photos. Each gets a full-bleed spread, chronologically ordered. Shows cost estimate and ready-to-order prompt.

enso_micro_album_order_guide

Step-by-step Printique ordering guide with pre-filled specifications, direct links, and a 5-minute ordering process.

enso_micro_album_celebrate

Generate a congratulations card after ordering. Shows milestone stats, delivery estimate, and gift suggestion. Records the achievement.

Parameters:

  • recipientName (string): Optional name of the person you plan to gift this album to.
Files

What ships with it

7 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.

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 · 40 lines · 50 tokens per session scan A 392ef99844b2

Subscribe to this mod's changes

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