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.
Install
npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/archive-and-reorganize-local-photo-libraries-with-photo-cli
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
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:
Extracted from upstream docs: https://raw.githubusercontent.com/photo-cli/photo-cli/HEAD/README.md
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: - [](https-://www.nuget.org/packages/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.
Reviews (0)
No reviews yet.
No comments yet.