
Recipe Draft Email From Doc
Turn an approved Google Doc into a Gmail draft or send using the gws CLI after loading gws-docs and gws-gmail.
Install
npx skills add https://github.com/googleworkspace/cli --skill recipe-draft-email-from-docWhat is this skill?
- Three-step recipe: fetch Doc via gws docs documents get, extract body text, send with gws gmail +send
- Hard prerequisite: load gws-docs and gws-gmail skills before execution
- Requires gws binary on PATH (openclaw recipe metadata)
- Parameterized documentId and recipient, subject, and body flags
- Versioned recipe metadata at 0.22.5 under googleworkspace/cli
Adoption & trust: 15.8k installs on skills.sh; 26.9k GitHub stars; 2/3 security scanners passed (skills.sh audits).
Recommended Skills
Agent Browservercel-labs/agent-browser
Lark Imlarksuite/cli
Lark Calendarlarksuite/cli
Lark Sheetslarksuite/cli
Lark Vclarksuite/cli
Lark Contactlarksuite/cli
Journey fit
Common Questions / FAQ
Is Recipe Draft Email From Doc safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Recipe Draft Email From Doc
# 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 1. Get the document content: `gws docs documents get --params '{"documentId": "DOC_ID"}'` 2. Copy the text from the body content 3. Send the email: `gws gmail +send --to recipient@example.com --subject 'Newsletter Update' --body 'CONTENT_FROM_DOC'`