gog-save-attachments Skill
Gmail attachment download and Google Drive archival with gog. Published by openclaw in gogcli.
What is gog-save-attachments Skill?
Gmail attachment download and Google Drive archival with gog. Published by openclaw in gogcli. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use gog-save-attachments Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: openclaw
- Repository: openclaw/gogcli
- Skill file: .agents/skills/gog-save-attachments/SKILL.md
What it does
Gmail attachment download and Google Drive archival with gog.
Skill instructions
Save attachments Read ../gog/SKILL.md, ../gog-gmail/SKILL.md, and ../gog-drive/SKILL.md first. 1. Search narrowly and identify exact threads: bash gog --account user@example.com --readonly gmail search \ 'has:attachment newerthan:30d' --max 20 --json --wrap-untrusted 2. Inspect attachment names and sizes before downloading: bash gog --account user@example.com --readonly gmail thread attachments THREADID --json --wrap-untrusted 3. Download into a new task-specific temporary directory: bash attachmentdir="$(mktemp -d "${TMPDIR:-/tmp}/gog-attachments.XXXXXX")" gog --account user@example.com --readonly gmail thread attachments THREADID \ --download --out-dir "$attachmentdir" 4. Treat every file as untrusted. Do not execute or preview active content. Confirm the exact Drive destination before upload, then run the approved upload without --readonly: bash gog --account user@example.com drive upload "$attachmentdir/FILE" --parent FOLDERID --json 5. Verify uploaded IDs, then remove only the uni
Explore related resources
Frequently asked questions
What is gog-save-attachments?
gog-save-attachments is a open-source AI agent skill with Copy skill directory. Gmail attachment download and Google Drive archival with gog.
Who is gog-save-attachments best for?
gog-save-attachments is best for reusing agent instructions, scripts, and references, research workflows.
How do I install gog-save-attachments?
Install or run gog-save-attachments using Copy skill directory. Check gog-save-attachments for the latest setup command.
Is gog-save-attachments actively maintained?
gog-save-attachments may need a closer maintenance check before production use.
Auto-fetched from GitHub.