giil
从云分享链接下载图片
无需再为将截图传输到远程 AI 会话而烦恼。giil 只需一个简单命令即可从 iCloud、Dropbox、Google Photos 和 Drive 分享链接下载全分辨率图片。
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "giil". giil "https://share.icloud.com/photos/xxx" --json
Resultado esperado:
- Platform detected: iCloud
- Using network interception method
- Downloaded: 2.4MB JPEG (4032x3024)
- Path: /tmp/icloud_20240115_143245.jpg
A utilizar "giil". giil "https://dropbox.com/s/xxx" --json
Resultado esperado:
- Platform detected: Dropbox
- Using direct curl method
- Downloaded: 1.2MB PNG (1920x1080)
- Path: ./dropbox_20240115_143246.png
A utilizar "giil". giil "https://photos.google.com/share/xxx" --all --output ~/album
Resultado esperado:
- Found 12 photos in album
- Downloaded album_001.jpg through album_012.jpg
- All files saved to /home/user/album
Auditoria de Segurança
SeguroThis 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.
Fatores de risco
🌐 Acesso à rede (18)
📁 Acesso ao sistema de arquivos (36)
⚙️ Comandos externos (142)
Pontuação de qualidade
O Que Você Pode Construir
远程调试 UI 问题
SSH 连接到服务器并将 iPhone 截图直接下载到远程 AI 编码会话
即时分享视觉上下文
将云照片链接粘贴到 Claude Code 以立即进行视觉分析,无需文件传输
批量下载相册
从家庭活动或工作项目下载整个共享相册,并使用有组织的文件名
Tente Estes Prompts
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
Melhores Práticas
- 在脚本和 AI 工作流中使用 --json 标志以实现可靠的解析
- 在排查下载失败时启用 --debug 模式
- 在处理 Apple 照片之前,在 Linux 上安装 HEIC 支持
Evitar
- 不要对未启用公开分享的私有链接使用 giil
- 避免下载您无权使用的受版权保护的内容
- 不要在对质量要求严格的工作中依赖视口截图
Perguntas Frequentes
giil 与 Claude Code 兼容吗?
下载限制是什么?
我可以将 giil 集成到我的脚本中吗?
使用 giil 我的数据安全吗?
为什么我收到需要身份验证的错误?
giil 与 wget 或 curl 相比如何?
Detalhes do Desenvolvedor
Autor
DicklesworthstoneLicença
MIT
Repositório
https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/tree/main/skills/giilReferência
main
Estrutura de arquivos
📄 SKILL.md