Share a Google Drive file and email the link with a message to recipients.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add nota-america/forgecat-agent-profiles --skill recipe-email-drive-link --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Recipe Email Drive Link?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nota-america-recipe-email-drive-link)More formats (shields.io, HTML) on the badges page.
---
name: recipe-email-drive-link
description: Share a Google Drive file and email the link with a message to recipients.
metadata:
version: 0.22.5
openclaw:
category: recipe
domain: productivity
requires:
bins:
- gws
skills:
- gws-drive
- gws-gmail
---
# Email a Google Drive File Link
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`, `gws-gmail`
Share a Google Drive file and email the link with a message to recipients.
## Steps
1. Find the file: `gws drive files list --params '{"q": "name = '\''Quarterly Report'\''"}'`
2. Share the file: `gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "client@example.com"}'`
3. Email the link: `gws gmail +send --to client@example.com --subject 'Quarterly Report' --body 'Hi, please find the report here: https://docs.google.com/document/d/FILE_ID'`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!