Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-share-doc-and-notify

Share a Google Doc with collaborators and send them notification emails.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-share-doc-and-notify
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-share-doc-and-notify has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-share-doc-and-notify.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Share a Google Doc with collaborators and send them notification emails. 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. - Combines three Google Workspace skills (Drive, Docs, Gmail) to locate documents, grant editor access, and notify recipients in sequence - Automates the workflow of finding docs by name, adding collaborators with write permissions, and emailing them the share link - Requires gws-drive , gws-docs , and gws-gmail skills to be loaded before execution - 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:

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-share-doc-and-notify do?

Share a Google Doc with collaborators and send them notification emails.

Is recipe-share-doc-and-notify good?

recipe-share-doc-and-notify does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-share-doc-and-notify?

recipe-share-doc-and-notify currently lists compatibility with Skills CLI.

Is recipe-share-doc-and-notify safe to install?

recipe-share-doc-and-notify has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to recipe-share-doc-and-notify?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install recipe-share-doc-and-notify?

Run the following command to install recipe-share-doc-and-notify: npx skills add https://github.com/googleworkspace/cli --skill recipe-share-doc-and-notify

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering