googleworkspace/cli23k installs
recipe-draft-email-from-doc
Read content from a Google Doc and use it as the body of a Gmail message.
How do I install this agent skill?
npx skills add https://github.com/googleworkspace/cli --skill recipe-draft-email-from-docIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill is a productivity recipe for drafting Gmail messages using content from Google Docs via the Google Workspace CLI tool. It functions as described with no evidence of malicious behavior or obfuscation.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · 1 issue
- Runlayerpass
1 file scanned · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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'
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/googleworkspace/cli/recipe-draft-email-from-doc">View recipe-draft-email-from-doc on skillZs</a>