Setting the skill. One moment.
Skills
Skill 73 of 95
Read content from a Google Doc and use it as the body of a Gmail message.
1 minute · 51 words · 2 sections
Install
npx skills add googleworkspace/cli --skill recipe-draft-email-from-docnpx skills add googleworkspace/cliThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
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'main, last pushed 17 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:/googleworkspace/cli.md, and each skill at its own .md URL.