giil
クラウド共有リンクから画像をダウンロード
リモートAIセッションにスクリーンショットを転送する苦労とは別れましょう。giilは、iCloud、Dropbox、Google Photos、Driveの共有リンクから、シンプルなコマンド1つで高解像度画像をダウンロードできます。
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「giil」。 giil "https://share.icloud.com/photos/xxx" --json
預期結果:
- Platform detected: iCloud
- Using network interception method
- Downloaded: 2.4MB JPEG (4032x3024)
- Path: /tmp/icloud_20240115_143245.jpg
正在使用「giil」。 giil "https://dropbox.com/s/xxx" --json
預期結果:
- Platform detected: Dropbox
- Using direct curl method
- Downloaded: 1.2MB PNG (1920x1080)
- Path: ./dropbox_20240115_143246.png
正在使用「giil」。 giil "https://photos.google.com/share/xxx" --all --output ~/album
預期結果:
- Found 12 photos in album
- Downloaded album_001.jpg through album_012.jpg
- All files saved to /home/user/album
安全審計
安全This skill contains only documentation for the giil CLI tool. The static scanner flagged 226 patterns in documentation, but all are false positives. Patterns like 'pipe to shell' and 'command substitution' are standard shell scripting examples for software installation and usage, not malicious code. The skill is pure documentation with no executable components.
風險因素
🌐 網路存取 (18)
📁 檔案系統存取 (36)
⚙️ 外部命令 (142)
品質評分
你能建構什麼
リモートでUI問題をデバッグ
サーバーにSSH接続し、iPhoneスクリーンショットを直接リモートAIコーディングセッションにダウンロード
視覚的コンテキストを即座に共有
クラウド写真のリンクをClaude Codeに貼り付け、ファイル転送なしで即座に視覚分析
写真アルバムをバッチダウンロード
家族や仕事プロジェクトで共有されたアルバム全体を整頓されたファイル名でダウンロード
試試這些提示
Use giil to download this image: https://share.icloud.com/photos/xxx
Download this image with JSON metadata: giil "URL" --json
Download all photos from this album to ~/Downloads: giil "URL" --all --output ~/Downloads
Debug why this image will not download: giil "URL" --debug --verbose
最佳實務
- スクリプトやAIワークフローでの信頼性の高い解析には--jsonフラグを使用
- ダウンロード失敗のトラブルシューティング時は--debugモードを有効に
- Apple写真を処理する前にLinuxでHEICサポートをインストール
避免
- 公開共有が有効になっていないプライベートリンクにgiilを使用しない
- 権限のない著作権コンテンツをダウンロードしない
- 品質が重要な作業でビューポートスクリーンショットに依存しない