@googleworkspace/recipe-share-doc-and-notify

Share a Google Docs document with edit access and email collaborators the link.

View in AI SkillSafe app
Scanned · no findings
111872 downloads
0 stars
0 demos
SKILL.md
namerecipe-share-doc-and-notify
descriptionShare a Google Docs document with edit access and email collaborators the link.
metadatagws

Share a Google Doc and Notify Collaborators

PREREQUISITE: Load the following skills to execute this recipe: gws-drive, gws-docs, gws-gmail

Share a Google Docs document with edit access and email collaborators the link.

Steps

  1. Find the doc: gws drive files list --params '{"q": "name contains '\''Project Brief'\'' and mimeType = '\''application/vnd.google-apps.document'\''"}'
  2. Share with editor access: gws drive permissions create --params '{"fileId": "DOC_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "[email protected]"}'
  3. Email the link: gws gmail +send --to [email protected] --subject 'Please review: Project Brief' --body 'I have shared the project brief with you: https://docs.google.com/document/d/DOC_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-share-doc-and-notify/verified)](https://skillsafe.ai/skill/@googleworkspace/recipe-share-doc-and-notify/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@googleworkspace/recipe-share-doc-and-notify/installs)](https://skillsafe.ai/skill/@googleworkspace/recipe-share-doc-and-notify/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@googleworkspace/recipe-share-doc-and-notify/scan)](https://skillsafe.ai/skill/@googleworkspace/recipe-share-doc-and-notify/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@googleworkspace/recipe-share-doc-and-notify/eval)](https://skillsafe.ai/skill/@googleworkspace/recipe-share-doc-and-notify/)