recipe-share-doc-and-notify

Share Google Docs documents and email collaborators via Google Workspace APIs.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/fishyer/skills --skill recipe-share-doc-and-notify-fishyer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-share-doc-and-notify
Source: https://github.com/fishyer/skills/tree/main/skills/recipe-share-doc-and-notify
Command: npx skills add https://github.com/fishyer/skills --skill recipe-share-doc-and-notify-fishyer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gws-drive, gws-docs, gws-gmail, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of sharing a Google Docs document with collaborators and notifying them via email about the shared document.

Core Features & Use Cases

  • Share Google Docs: Share a Google Docs document with collaborators and grant them edit access.
  • Email Notification: Send an email notification to collaborators with a link to the shared document.
  • Use Case: For a team working on a project, easily share the project document with all team members and notify them by email.

Quick Start

Share the project brief with the team and notify them by email: recipe-share-doc-and-notify share --doc-id DOC_ID --to [email protected]

Frequently Asked Questions about recipe-share-doc-and-notify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sharing a Google Docs document and notify collaborators by email?

To automate Google Docs sharing and email notification, use this Skill to grant edit access to a document and send an email with the link to collaborators via Gmail.

What is the best way to share a project brief with my team and notify them via Gmail?

The best way to share a project brief and notify your team via Gmail is to run the Skill command with the document ID and recipient email, automating both sharing and notification.

Do I need specific Google Workspace dependencies to share Google Docs and send email notifications?

Yes, you need the gws-drive, gws-docs, and gws-gmail dependencies installed to execute the document sharing and email notification processes within Google Workspace.

Can I grant edit access to a Google Docs file for multiple team members automatically?

Yes, you can automatically grant edit access to a Google Docs file for multiple team members by specifying their email address when executing the document sharing command.

How does the email notification process work when sharing a Google Docs link?

The email notification process works by utilizing the Gmail API to send an email containing the shared Google Docs link to the specified collaborators after access is granted.