googleworkspace/cli21k installs
recipe-share-doc-and-notify
Share a Google Docs document with edit access and email collaborators the link.
How do I install this agent skill?
npx skills add https://github.com/googleworkspace/cli --skill recipe-share-doc-and-notifyIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill is a productivity recipe that automates sharing a Google Doc and notifying collaborators via Gmail using Google Workspace tools. It follows standard practices and uses legitimate vendor-provided utilities.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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
- Find the doc:
gws drive files list --params '{"q": "name contains '\''Project Brief'\'' and mimeType = '\''application/vnd.google-apps.document'\''"}' - Share with editor access:
gws drive permissions create --params '{"fileId": "DOC_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "reviewer@company.com"}' - Email the link:
gws gmail +send --to reviewer@company.com --subject 'Please review: Project Brief' --body 'I have shared the project brief with you: https://docs.google.com/document/d/DOC_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-share-doc-and-notify">View recipe-share-doc-and-notify on skillZs</a>