Help us improve
Share bugs, ideas, or general feedback.
From immich-photo-manager
Checks Immich server connectivity and displays library statistics including photo/video counts, album counts, and storage usage.
npx claudepluginhub drolosoft/immich-photo-manager --plugin immich-photo-managerHow this command is triggered — by the user, by Claude, or both
Slash command
/immich-photo-manager:immich-statusThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
## ⚠️ 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](https://immich.app/docs/...
/sanitizer-statusChecks image sanitizer status: reports env vars for dimensions/size/quality, ImageMagick/jq availability/versions, Anthropic limits, and troubleshooting tips.
/check-imagesChecks Cloudflare Images setup: verifies env vars, API connectivity, authentication, transformations, variants, quota usage, recent images, and CDN caching status.
/nimbusimageConnects to NimbusImage server using nimbusimage Python API to access, list, and manage scientific imaging datasets. Routes to sub-accessors for images, annotations, and more.
/galleryBrowses ComfyUI output images with optional filters (last N, today, yesterday, filename pattern), shows thumbnails, file details, extracts workflow metadata, offers re-run and upscale actions.
/ux-statsPrints a snapshot of ux-skill data manifests — counts per file, version info, and total entries — to verify install and audit data integrity.
/inventory-assetsInventories project visual assets (logos, icons, fonts) and prepares a base for image generation. Updates assets.md and can trigger the Image Generator for new assets.
Share bugs, ideas, or general feedback.
Before doing ANYTHING else in this skill, call ping on the Immich MCP server.
ping succeeds → proceed with the skill normally.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:
- Your Immich server URL (e.g.,
http://192.168.1.100:2283)- An Immich API key (how to create one)
- 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.
Connect to Immich and report the current library status.
immich_get_statistics to get total countsimmich_list_albums to get album count and namesPresent a concise dashboard:
📊 Immich Library Status
━━━━━━━━━━━━━━━━━━━━━━
Photos: {count}
Videos: {count}
Albums: {count} ({shared_count} shared)
Storage: {size}
Recent albums:
- {album_name} ({asset_count} items)
If the connection fails, explain what went wrong and suggest checking IMMICH_URL and IMMICH_API_KEY environment variables.