ai-photos

ai-photos is a skill for Claude Code, Codex from LeoYeAI/openclaw-master-skills. It costs 54 tokens per session (4,707 once invoked), scanned C, original, MIT.

A local photo library that indexes images so you can search them with natural-language descriptions. It supports browsing by date, tags, captions, scenes, and photo details through a web gallery.

In plain words
What is it for?
Use it to index photo folders, find pictures by what they show or when they were taken, browse thumbnails, and open larger photo views.
Why use it?
It makes a folder of local photos easier to find and browse than searching filenames one by one. It brings related information such as capture time, device, location, and scene labels together.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to index photo folders, find pictures by what they show or when they were taken, browse thumbnails, and open larger photo views.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leoyeai/openclaw-master-skills/ai-photos
About the project

OpenClaw Master Skills is a curated, regularly updated collection of skills that extends an AI personal assistant platform with capabilities such as research, browser automation, presentation creation, and prompt work. It is intended for people using OpenClaw or MyClaw.ai to give their agents additional tasks and workflows. The catalogue contains many skills and agents from this collection.

LeoYeAI/openclaw-master-skills · 2,141 stars · on GitHub · myclaw.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LeoYeAI/openclaw-master-skills --skill ai-photos
Clone the repo
git clone --depth 1 https://github.com/LeoYeAI/openclaw-master-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-photos

README.md
[![agentmods](https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/ai-photos/github.svg)](https://agentmods.dev/skills/leoyeai/openclaw-master-skills/ai-photos)
Your own site
<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/ai-photos"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/ai-photos/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-photos

Your own site · 80×15
<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/ai-photos"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/ai-photos.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,707 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 207
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00054 $0.04707
Opus 5 $0.00027 $0.02354
Sonnet 5 $0.00011 $0.00941
Haiku 4.5 $0.00005 $0.00471

Measured 9d ago against content hash 62e1de2b8116, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade C, and why

ai-photos scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf "$tmp_dir"

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

if curl -fL "${archive_url}" -o "$tmp_dir/${archive_name}" \
skills/ai-photos/SKILL.md · 500 lines

How it starts

The opening of the file, as written. The whole thing — 500 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ai-photos

ai-photos turns one or more local photo sources into a searchable AI photo album for OpenClaw.

Supported formats:

  • macOS: jpg, jpeg, png, webp, heic
  • Linux: jpg, jpeg, png, webp
  • Linux heic: best-effort only; do not promise captioning or preview support

When talking to users:

  • try to match the user's language
  • explain the outcome simply: choose local folders now, then use OpenClaw to search and organize them
  • stay focused on the current ai-photos request
  • keep user-facing replies short and product-level: progress, readiness, and what the user can do next
  • keep implementation details internal unless the user asks or troubleshooting requires them
  • once indexing is complete and the backend is confirmed ready, say the album is ready and invite the user to try a search
  • when the user asks what ai-photos can do, or when handing off a ready album, briefly describe the product in user terms:
    • natural-language search across captions, scene labels, and tags
    • date-based browsing and filtering
    • a local web gallery for thumbnail browsing and large-photo viewing
    • photo detail view with caption, scene, tags, capture time, device, location, orientation, and file info when available
    • opening the original local file from the web UI
    • manual sync now, optional automatic indexing later
  • when introducing the web UI, describe it as a local searchable gallery rather than an API or server unless implementation details are needed
  • keep these capability descriptions short, concrete, and user-facing; do not drift into backend details

Suggested user-facing capability summary:

  • "You can search your photos in plain language, filter by date, and browse everything in a local gallery."
  • "The web UI shows thumbnails, opens large previews, and lets you inspect captions, tags, time, device, location, and other file details when available."
  • "You can also open the original local file directly, and later either sync changes manually or turn on automatic indexing."

Read the full file on GitHub · 500 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 500 lines · 54 tokens per session scan C 62e1de2b8116

Subscribe to this mod's changes

ai-photos is a skill published in the GitHub repository LeoYeAI/openclaw-master-skills (2,141 stars, last pushed 1mo ago), licensed MIT. It adds 54 tokens to every session and 4,707 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.