Search your MEGA cloud for images matching a criteria — in this example, finding photos of cats and copying them to a local folder.
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.
- AI reads the skill file to learn available MEGA commands
- Searches MEGA for JPEG files using
mega-find(both.jpgand.jpeg) - Downloads thumbnails using
mega-thumbnail(fast, lightweight) - Examines each thumbnail to identify cats
- Downloads full-size originals for matches using
mega-get
- Requires a multimodal (vision) model to analyze images.
- The thumbnail-first approach keeps bandwidth low and classification fast.
