How to install recipe-send-personalized-emails
npx skills add null --skill recipe-send-personalized-emailsClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from googleworkspace/cli.
name: recipe-send-personalized-emails version: 1.0.0 description: "Read recipient data from Google Sheets and send personalized Gmail messages to each row." metadata: openclaw: category: "recipe" domain: "productivity" requires: bins: ["gws"] skills: ["gws-sheets", "gws-gmail"]
Send Personalized Emails from a Sheet
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.
Steps
- Read recipient list:
gws sheets +read --spreadsheet-id SHEET_ID --range 'Contacts!A2:C' - For each row, send a personalized email:
gws gmail +send --to recipient@example.com --subject 'Hello, Name' --body 'Hi Name, your report is ready.'
Related skills
More from googleworkspace/cli and the wider catalog.
GW
gws-gmail
googleworkspace/cli
Send, read, and manage Gmail emails via Google Workspace CLI.
40k installs
GW
gws-drive
googleworkspace/cli
Manage Google Drive files, folders, and shared drives via CLI.
37k installs
GW
gws-docs
googleworkspace/cli
Read and write Google Docs via command line.
37k installs
GW
gws-calendar
googleworkspace/cli
Manage Google Calendar events, calendars, and access control via CLI.
36k installsAudited
GW
gws-sheets
googleworkspace/cli
Read and write Google Sheets spreadsheets via CLI.
35k installs
GW
gws-gmail-send
googleworkspace/cli
Send emails via Gmail with attachments, CC/BCC, HTML support, and draft options.
31k installsAudited