Claude Skill

Archive and reorganize local photo libraries with photo-cli

Use photo-cli when an agent needs to normalize a local photo archive by reading capture metadata, reverse geocoding locations, and rebuilding a cleaner folder structure without moving into a hosted photo platform.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_archive-and-reorganize-local-photo-libraries-with-photo-cli-07beb56.zip · 1 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/archive-and-reorganize-local-photo-libraries-with-photo-cli
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Archive and reorganize local photo libraries with photo-cli

Use photo-cli when an agent needs to normalize a local photo archive by reading capture metadata, reverse geocoding locations, and rebuilding a cleaner folder structure without moving into a hosted photo platform.

Prerequisites

photo-cli, access to the source photo library, destination storage for the reorganized archive

Installation

Use the upstream install or setup path that matches your environment:

  • npx @modelcontextprotocol/inspector mcp --input
  • npx @modelcontextprotocol/inspector photo-cli mcp --input
  • docker run --rm --volume ./test-photographs:/photos/input --volume ./archive:/photos/output photocli/photocli archive --input /photos/input --output /photos/output --album-type DateRange --album-name My-Album --auto-r...

Requirements and caveats from upstream:

  • This application can be installed by Homebrew (macOS & Linux), container (Docker, Podman), standalone executable (without dependency and SDK) or as .NET tool.
  • A photo archive folder created with photo-cli archive (must contain the photo-cli.db SQLite database).
  • "command": "",

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 2.7 KB
    ---
    name: "Archive and reorganize local photo libraries with photo-cli"
    slug: "archive-and-reorganize-local-photo-libraries-with-photo-cli"
    description: "Use photo-cli when an agent needs to normalize a local photo archive by reading capture metadata, reverse geocoding locations, and rebuilding a cleaner folder structure without moving into a hosted photo platform."
    github_stars: 68
    verification: "security_reviewed"
    source: "https://github.com/photo-cli/photo-cli"
    author: "photo-cli contributors"
    publisher_type: "open_source_project"
    category: "Image & Creative Automation"
    framework: "Multi-Framework"
    tool_ecosystem:
      github_repo: "photo-cli/photo-cli"
      github_stars: 68
    ---
    
    # Archive and reorganize local photo libraries with photo-cli
    
    Use photo-cli when an agent needs to normalize a local photo archive by reading capture metadata, reverse geocoding locations, and rebuilding a cleaner folder structure without moving into a hosted photo platform.
    
    ## Prerequisites
    
    photo-cli, access to the source photo library, destination storage for the reorganized archive
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - npx @modelcontextprotocol/inspector {photo-cli-standalone-executable-or-dotnet-tool-path-or-docker-command} mcp --input {archive-folder-path}
    - npx @modelcontextprotocol/inspector photo-cli mcp --input {archive-folder-path}
    - docker run --rm --volume ./test-photographs:/photos/input --volume ./archive:/photos/output photocli/photocli archive --input /photos/input --output /photos/output --album-type DateRange --album-name My-Album --auto-r...
    
    Requirements and caveats from upstream:
    - This application can be installed by Homebrew (macOS & Linux), container (Docker, Podman), standalone executable (without dependency and SDK) or as .NET tool.
    - A photo archive folder created with photo-cli archive (must contain the photo-cli.db SQLite database).
    - "command": "{photo-cli-standalone-executable-or-dotnet-tool-path-or-docker-command}",
    
    Basic usage or getting-started notes:
    - [![Nuget release](https://img.shields.io/nuget/v/photo-cli?label=stable&color=blue)](https-://www.nuget.org/packages/photo-cli/) [![Nuget download count](https://img.shields.io/nuget/dt/photo-cli)](https://www.nuget.o...
    - [Features Explained With An Example](#features-explained-with-examples)
    - [Sample Usage Screenshots](#sample-usage-screenshots)
    
    - Source: https://github.com/photo-cli/photo-cli
    - Extracted from upstream docs: https://raw.githubusercontent.com/photo-cli/photo-cli/HEAD/README.md
    
    ## Documentation
    
    - https://photocli.com
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/archive-and-reorganize-local-photo-libraries-with-photo-cli/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related