album-report

album-report is a skill for Claude Code from drolosoft/immich-photo-manager. It costs 97 tokens per session (1,144 once invoked), scanned A, original, MIT.

A tool that turns an Immich album or selected photos and videos into a PDF report. Immich is a self-hosted photo-management system.

In plain words
What is it for?
Exporting albums, recording metadata, describing photos, and identifying what appears in videos, provided Immich is connected.
Why use it?
It combines photo metadata with written descriptions, so an album can be documented in one shareable file.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the immich-photo-manager plugin — 13 skills, 5 commands shipped together

Good fit Exporting albums, recording metadata, describing photos, and identifying what appears in videos, provided Immich is connected.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/drolosoft/immich-photo-manager/album-report
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.

Any agent
npx skills add drolosoft/immich-photo-manager --skill album-report
Clone the repo
git clone --depth 1 https://github.com/drolosoft/immich-photo-manager

Made for: Claude Code.

Or install immich-photo-manager, the plugin that ships this one along with the rest of its 13 skills, 5 commands.

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

agentmods badge for album-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/drolosoft/immich-photo-manager/album-report/github.svg)](https://agentmods.dev/skills/drolosoft/immich-photo-manager/album-report)
Your own site
<a href="https://agentmods.dev/skills/drolosoft/immich-photo-manager/album-report"><img src="https://agentmods.dev/badge/skills/drolosoft/immich-photo-manager/album-report/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for album-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/drolosoft/immich-photo-manager/album-report"><img src="https://agentmods.dev/badge/skills/drolosoft/immich-photo-manager/album-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,144 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00097 $0.01144
Opus 5 $0.00048 $0.00572
Sonnet 5 $0.00019 $0.00229
Haiku 4.5 $0.00010 $0.00114

Measured 7d ago against content hash 9b7178efcbb4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

album-report 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 7d 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.

skills/album-report/SKILL.md · 60 lines

How it starts

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

Album Report

⚠️ Connection Required: ALWAYS CHECK FIRST

Before doing ANYTHING else in this skill, call ping on the Immich MCP server.

  • If ping succeeds → proceed with the skill normally.
  • If ping fails or the MCP tools are not available → STOP. Do not continue. Tell the user:

Immich is not connected. This plugin needs a running Immich MCP server to work.

Run /setup-immich-photo-manager to configure your Immich connection. You'll need:

  1. Your Immich server URL (e.g., http://192.168.1.100:2283)
  2. An Immich API key (how to create one)
  3. The MCP server configured (see /setup-immich-photo-manager)

Nothing in this plugin will work until the connection is configured.

Do NOT skip this check. Do NOT try to run any other tool first. Always ping, always block if it fails.

Build a PDF on the user's machine with export_pdf. Metadata comes from Immich; the descriptions come from you, after looking at the images.

Workflow

  1. get_export_preview(album_id=...) (or asset_ids=... from a search). Note the count and which items are videos, with their duration.
  2. Look: get_album_images(album_id, size="thumbnail") for photos. For each video, get_video_frames(asset_id, count=6).
  3. For a long video, skim it first with one call: get_video_frames(asset_id, interval=5, sheet=true) returns contact sheets (30 stamped frames per image) instead of dozens of images. If a video needs a closer look (something passes between two frames), narrow it: get_video_frames(asset_id, count=8, start=8, end=12), or interval=1 for one frame per second. When the tool answers with confirm_required, tell the user the number of frames and the estimated tokens and continue only if they agree (confirm=true).
  4. Write one caption per asset (what it shows, in the user's language) into captions={asset_id: text}.
  5. export_pdf(album_id=..., captions=..., frames_per_video=6); report the path, pages and warnings. Offer layout="grid" for big sets, map=true when there is GPS data (explain it fetches OpenStreetMap tiles), and a higher frames_per_video (up to 120, free of tokens) for videos that matter.
  6. If the user wants the photos themselves and not only the report, get_download_info(album_id=...) says how big the zip would be and how many archives Immich would split it into, and download_archive(output_path=..., album_id=...) writes the originals next to the PDF. Say the size before downloading: originals and videos add up fast, and an existing file is never overwritten.

Read the full file on GitHub · 60 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. 7d ago Changed 9b7178efcbb4
  2. 8d ago Changed · +5 lines 6a16681c2f64
  3. 11d ago First seen · 55 lines · 97 tokens per session scan A c35eba2c98bf

Subscribe to this mod's changes

album-report is a skill published in the GitHub repository drolosoft/immich-photo-manager (47 stars, last pushed 7d ago), licensed MIT. It adds 97 tokens to every session and 1,144 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

wowerpoint

Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about ", "turn this report into slides", or any request to render a single document as shareable narrative slides.

thedotmack/claude-mem · 55 tokens

pptx-posters

Create research posters using HTML/CSS that can be exported to PDF or PPTX. Use this skill ONLY when the user explicitly requests PowerPoint/PPTX poster format. For standard research posters, use latex-posters instead. This skill provides modern web-based poster design with responsive layouts and easy visual…

foryourhealth111-pixel/Vibe-Skills · 66 tokens

slides

Create and edit presentation slide decks (.pptx) with PptxGenJS, bundled layout helpers, and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, adding…

fcakyon/claude-codex-settings · 83 tokens

pptx

Create and validate Microsoft PowerPoint presentations (.pptx), including structured slide decks, tables, workflows, metadata, and reproducible generation scripts. Use for presentation, slides, PowerPoint, PPT, or PPTX creation and verification tasks.

agents-flex/agents-flex · 50 tokens

utility-slideshow-creator

Generates professional presentations from a JSON deck specification using 18 slide types with dark/light variants, content-to-layout decision logic, and calibrated character limits. Ships with a default professional theme.

product-on-purpose/pm-skills · 43 tokens

timecode-audio-edit-workflow

The patch comprehensively addresses all identified issues.

HKUDS/OpenSpace · 0 tokens