A powerful REST API bridge for managing self-hosted Immich photo instances, enabling seamless automation for media assets and libraries.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install immich-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install immich-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Immich API Bridge is a specialized technical tool designed to interface with self-hosted Immich instances. As part of the Openclaw Skills ecosystem, it allows developers and power users to programmatically interact with their photo libraries. This skill bridges the gap between raw REST endpoints and actionable automation, facilitating everything from simple photo uploads to complex album management and server-side job triggers.
By leveraging this skill, you can integrate Immich into broader workflows, ensuring your media is organized, searchable, and backed up according to your specific needs. It provides a structured way to handle authentication and endpoint communication without manually crafting every request, making it an essential component for any Openclaw Skills based automation stack.
Set up your environment variables to connect to your instance:
Linux/macOS:
export IMMICH_URL="https://your-immich-instance.com"
export IMMICH_API_KEY="your-api-key-here"
Windows (PowerShell):
$env:IMMICH_URL = "https://your-immich-instance.com"
$env:IMMICH_API_KEY = "your-api-key-here"
CLI usage example:
python scripts/upload_photos.py --url "https://your-immich.com" --api-key "your-key" --folder ./photos
| Component | Description | Data Managed |
|---|---|---|
| Assets | Media files | Uploads, Thumbnails, Original Files, Metadata |
| Albums | Logic groups | Album names, Asset IDs, Shared users |
| Users | Access control | User profiles, API Keys, Permissions |
| Libraries | Storage paths | Scan status, Library IDs, File paths |
| Jobs | Background tasks | Queue status, Thumbnail generation, Transcoding |
Loading
An advanced security auditing tool designed to detect malicious behaviors and obfuscated code within AI agent skills.

An operational framework for AI agents that prioritizes direct function and authentic pattern recognition over corporate image management.

A lightweight, secure, one-click installer for the OpenClaw ecosystem that bypasses the need for Docker.

An automated scraper and analyzer for extracting positive market catalysts from official CNINFO A-share disclosures.

A heuristic writing assistant that helps users brainstorm, structure, and draft articles through interactive, step-by-step questioning.

An advanced 6-step professional proofreading and polishing workflow designed for high-quality Chinese article creation within the Openclaw Skills ecosystem.








































