Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1001 Bytes

File metadata and controls

32 lines (21 loc) · 1001 Bytes

Find Images in MEGA

Search your MEGA cloud for images matching a criteria — in this example, finding photos of cats and copying them to a local folder.

Prompt

Read skills/megacmd.md for available CLI tools.

Find all JPEG images in my MEGA Drive. Download thumbnails first, check which
ones contain cats, then copy the cat images to a local "mega-cats" folder.
List what you found and what you skipped.

Demo

Cloud

Find images cloud result

How It Works

  1. AI reads the skill file to learn available MEGA commands
  2. Searches MEGA for JPEG files using mega-find (both .jpg and .jpeg)
  3. Downloads thumbnails using mega-thumbnail (fast, lightweight)
  4. Examines each thumbnail to identify cats
  5. Downloads full-size originals for matches using mega-get

Notes

  • Requires a multimodal (vision) model to analyze images.
  • The thumbnail-first approach keeps bandwidth low and classification fast.