From google-workspace-cli
Shares Google Docs with edit access via gws-drive and emails collaborators the link using gws-gmail. Useful for quick doc sharing in team workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-share-doc-and-notifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`, `gws-docs`, `gws-gmail`
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.
gws drive files list --params '{"q": "name contains '\''Project Brief'\'' and mimeType = '\''application/vnd.google-apps.document'\''"}'gws drive permissions create --params '{"fileId": "DOC_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "[email protected]"}'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'npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceShares Google Docs document with edit access using gws-drive permissions and emails link to collaborators via gws-gmail.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.