From google-workspace-cli
Reads recipient data from Google Sheets and sends personalized Gmail messages to each row using gws CLI. Useful for automating bulk personalized outreach.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-send-personalized-emailsThe 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-sheets`, `gws-gmail`
PREREQUISITE: Load the following skills to execute this recipe:
gws-sheets,gws-gmail
Read recipient data from Google Sheets and send personalized Gmail messages to each row.
gws sheets +read --spreadsheet-id SHEET_ID --range 'Contacts!A2:C'gws gmail +send --to [email protected] --subject 'Hello, Name' --body 'Hi Name, your report is ready.'npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceAutomates Gmail via Google Apps Script: send emails with HTML/CC/BCC, read/search inbox with filters, create drafts, mark as read. Useful for email workflows in code.
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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.