recipe-draft-email-from-doc
Installation
SKILL.md
Draft a Gmail Message from a Google Doc
PREREQUISITE: Load the following skills to execute this recipe:
gws-docs,gws-gmail
Read content from a Google Doc and use it as the body of a Gmail message.
Steps
- Get the document content:
gws docs documents get --params '{"documentId": "DOC_ID"}' - Copy the text from the body content
- Send the email:
gws gmail +send --to recipient@example.com --subject 'Newsletter Update' --body 'CONTENT_FROM_DOC'
Related skills
More from wadewarren/gws-claude-plugin
gws-tasks
Google Tasks: Manage task lists and tasks.
12persona-content-creator
Create, organize, and distribute content across Workspace.
12gws-workflow
Google Workflow: Cross-service productivity workflows.
12gws-modelarmor-create-template
Google Model Armor: Create a new Model Armor template.
11recipe-create-task-list
Set up a new Google Tasks list with initial tasks.
11persona-it-admin
Administer IT — monitor security and configure Workspace.
11