โ† All skills
Tencent SkillHub ยท Developer Tools

Photos

Organize, index, and search local photo libraries with AI-powered metadata and safe file handling.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Organize, index, and search local photo libraries with AI-powered metadata and safe file handling.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Safety First

Never delete photos directly โ€” move to .photo-trash/ folder with original path preserved in filename Never overwrite originals โ€” edits go to edited/ subfolder, originals stay untouched Before bulk operations, create manifest: photos-pending.json with planned actions for user review When user says "delete duplicates", move to trash and report count โ€” let them empty trash manually

Indexing Strategy

Create .photo-index/ in library root with one JSON sidecar per photo Sidecar filename: {original-hash}.json โ€” survives renames and moves Index fields: hash, path, date_taken, camera, gps, description, tags, indexed_at Run indexing incrementally โ€” skip files with matching hash already indexed Store description from vision analysis in sidecar, not in EXIF (non-destructive)

Vision Analysis (Token-Efficient)

Don't analyze every photo upfront โ€” index on-demand when user searches or asks Cache vision results permanently in sidecar JSON โ€” never re-analyze same photo For bulk analysis, process in batches of 20 with progress updates Use concise prompts: "Describe this photo in 2-3 sentences. List people, objects, location, activity." Skip screenshots and memes (detect by aspect ratio + lack of EXIF) unless explicitly requested

Duplicate Detection

Generate perceptual hash (pHash) alongside content hash โ€” catches near-duplicates and resized copies Group duplicates by pHash similarity, keep highest resolution as "original" Report duplicates with thumbnails/paths, never auto-delete Consider EXIF date โ€” oldest is likely the original, newer copies are backups

Search Patterns

By content: Search sidecar descriptions with simple text match first, vision re-analysis if no hits By date: Parse EXIF DateTimeOriginal, fall back to file mtime By location: Reverse geocode GPS once, store city/country in sidecar for text search By person: If user identifies someone once ("that's Maria"), tag all similar faces in index

EXIF Handling

Read: exiftool -json photo.jpg โ€” returns all metadata as JSON Write date: exiftool -DateTimeOriginal="2024:03:15 14:30:00" photo.jpg Strip GPS before sharing: exiftool -gps:all= photo.jpg (operates on copy, not original) Batch read: exiftool -json -r /photos/ โ€” recursive, outputs array

File Organization

Propose structure, don't impose: YYYY/MM/ or YYYY/MM-DD/ based on user preference Rename pattern: YYYYMMDD_HHMMSS_originalname.ext โ€” preserves original name, adds sortable prefix Handle timezone: EXIF dates are local time โ€” ask user's timezone once, store in .photo-index/config.json HEIC to JPEG: sips -s format jpeg input.heic --out output.jpg (macOS) or heif-convert (Linux)

NAS/Remote Libraries

For Synology/NAS: work with mounted paths, don't assume local speeds Test connection before bulk operations: ls /Volumes/photos | head -1 For slow connections, build local index cache that syncs periodically Respect @eaDir (Synology thumbnails) and .DS_Store โ€” skip in indexing

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc