From gws
Reads content from a Google Doc via gws CLI and sends it as the body of a Gmail message. Requires gws-docs and gws-gmail skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-draft-email-from-docThe 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-docs`, `gws-gmail`
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.
gws docs documents get --params '{"documentId": "DOC_ID"}'gws gmail +send --to [email protected] --subject 'Newsletter Update' --body 'CONTENT_FROM_DOC'npx claudepluginhub wadewarren/gws-claude-pluginSaves Gmail message body to Google Doc using GWS CLI: search/list messages, get content, create doc, insert text. For email archival/reference.
Automates Google Docs tasks like creating, searching, reading, appending, inserting, and replacing text via Python CLI scripts with standalone OAuth. For local Workspace automation without MCP server.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.