giil

Download full-resolution images from cloud photo shares via CLI.

70|13|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill giil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: giil
Source: https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/tree/main/skills/giil
Command: npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill giil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Giil eliminates the friction of transferring images from cloud photo shares to remote AI environments by providing a zero-setup command-line interface that fetches full-resolution images directly.

Core Features & Use Cases

  • Four-tier capture strategy with browser automation to obtain the original image from cloud shares.
  • HEIC/HEIF conversion support and album download for bulk retrieval.
  • Use Case: Remote AI debugging where you need a screenshot or photo pulled into a terminal session without manual downloads.

Quick Start

  • Install curl -fsSL "https://raw.githubusercontent.com/Dicklesworthstone/giil/main/install.sh?v=3.0.0" | bash
  • Download single image giil "https://share.icloud.com/photos/02cD9okNHvVd-uuDnPCH3ZEEA"
  • JSON output giil "https://share.icloud.com/photos/..." --json
  • Download entire album giil "https://share.icloud.com/photos/..." --all --output ~/album

Frequently Asked Questions about giil

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download full-resolution images from iCloud shared links via command line?

You can download full-resolution images from iCloud shared links using a zero-setup CLI that employs Playwright browser automation to extract original photos and convert HEIC files automatically.

Can I download an entire photo album from a cloud share link at once?

Yes, you can download an entire album from a cloud share link by passing the --all flag, which triggers bulk retrieval of all full-resolution images into a specified output directory.

What cloud photo platforms are supported for automated image extraction?

Automated image extraction supports iCloud, Dropbox, Google Photos, and Google Drive share links, using a four-tier capture strategy to obtain original images from each platform.

How does browser automation handle HEIC image conversion during cloud photo downloads?

Browser automation handles HEIC image conversion by capturing original files through Playwright, then converting HEIC or HEIF formats to standard images for use in remote terminal environments.

Do I need any manual setup or dependencies to fetch photos from cloud shares?

No manual setup is required to fetch photos from cloud shares; the tool uses a zero-setup installation script and Playwright for deterministic captures without needing manual browser configuration.

Why use a CLI tool to fetch cloud photos for remote AI debugging workflows?

Using a CLI tool to fetch cloud photos eliminates the friction of manual downloads, allowing you to pull screenshots or images directly into remote AI terminal sessions for immediate analysis.