immich
Installation
SKILL.md
Immich
Self-hosted photo and video management. Talk to it directly over the Immich REST API (served under /api).
How to call it
Read the base URL and API key from the generated plugin config first, falling
back to ~/.lab/.env during migration:
set -a
source "${XDG_CONFIG_HOME:-$HOME/.config}/lab-immich/config.env" 2>/dev/null || source ~/.lab/.env
set +a
IMMICH_URL="${IMMICH_URL:-http://100.120.242.29:2283}"
Authentication is the x-api-key: <key> header on every request. Never echo the key.