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.
npx claudepluginhub wadewarren/gws-claude-pluginThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-docs`, `gws-gmail`
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.
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.
Executes gog CLI commands for Google Workspace services: Gmail search/send, Calendar events, Drive/Contacts queries, Sheets read/update/append/clear, Docs export/cat. Useful for shell scripting and automation.
Share bugs, ideas, or general feedback.
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 recipient@example.com --subject 'Newsletter Update' --body 'CONTENT_FROM_DOC'