gog-save-attachments Skill
Gmail attachment download and Google Drive archival with gog. Published by openclaw in gogcli.
Decision snapshot
Is this a fit?
Research, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
1 month ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Declared skill metadata
- Source file: .agents/skills/gog-save-attachments/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.