Skip to content
Skill

giil

by Dicklesworthstone

AI Summary

GIIL is a zero-setup CLI tool that downloads full-resolution images from cloud services (iCloud, Dropbox, Google Photos/Drive) directly into remote coding environments. It solves the practical problem of sharing screenshots and images with AI assistants during remote debugging sessions.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "giil" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/giil && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/giil/SKILL.md "https://raw.githubusercontent.com/Dicklesworthstone/giil/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Get Image [from] Internet Link - Zero-setup CLI for downloading full-resolution images from iCloud, Dropbox, Google Photos, and Google Drive share links. Four-tier capture strategy, browser automation, HEIC conversion, album support. Node.js/Playwright.

Basic Usage

`bash giil <url> [options] `

How It Works

• Load album page • Detect thumbnail grid (11 selector strategies) • For each thumbnail: click → capture → close → next • Output one path/JSON per photo

Album Features

• Resilient: Continues to next photo if one fails • Indexed filenames: _001, _002, etc. for ordering • Rate limiting: 1 second delay between photos (polite downloading) • Exponential backoff: Automatic retry on rate limit signals

GIIL — Get Image [from] Internet Link

A zero-setup CLI that downloads full-resolution images from cloud photo shares. The missing link between your iPhone screenshots and remote AI coding sessions.

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
33 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars33
Forks3
Issues0
Updated1mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code