googleworkspace/cli22k installs
recipe-email-drive-link
Share a Google Drive file and email the link with a message to recipients.
How do I install this agent skill?
npx skills add https://github.com/googleworkspace/cli --skill recipe-email-drive-linkIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill is a safe recipe for sharing Google Drive files and sending emails using official Google Workspace tools. It uses standard placeholders and demonstrates legitimate automation workflows.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerwarn
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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
- Find the file:
gws drive files list --params '{"q": "name = '\''Quarterly Report'\''"}' - Share the file:
gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "client@example.com"}' - 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'
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/googleworkspace/cli/recipe-email-drive-link">View recipe-email-drive-link on skillZs</a>