@googleworkspace/recipe-email-drive-link

Share a Google Drive file and email the link with a message to recipients.

View in AI SkillSafe app
39952 downloads
0 stars
0 demos
SKILL.md
namerecipe-email-drive-link
descriptionShare a Google Drive file and email the link with a message to recipients.
metadatagws

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": "[email protected]"}'
  3. Email the link: gws gmail +send --to [email protected] --subject 'Quarterly Report' --body 'Hi, please find the report here: https://docs.google.com/document/d/FILE_ID'

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@googleworkspace/recipe-email-drive-link/verified)](https://skillsafe.ai/skill/@googleworkspace/recipe-email-drive-link/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@googleworkspace/recipe-email-drive-link/installs)](https://skillsafe.ai/skill/@googleworkspace/recipe-email-drive-link/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@googleworkspace/recipe-email-drive-link/scan)](https://skillsafe.ai/skill/@googleworkspace/recipe-email-drive-link/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@googleworkspace/recipe-email-drive-link/eval)](https://skillsafe.ai/skill/@googleworkspace/recipe-email-drive-link/)