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.
RE
recipe-send-team-announcement
googleworkspace/cli
Send team announcements simultaneously via Gmail and Google Chat.
17k installsAudited
RE
recipe-share-doc-and-notify
googleworkspace/cli
Share Google Docs with collaborators and notify them via email in one workflow.
18k installsAudited
RE
recipe-share-event-materials
googleworkspace/cli
Share Google Drive files with all attendees of a Google Calendar event.
17k installsAudited
RE
recipe-share-folder-with-team
googleworkspace/cli
Share Google Drive folders with team members as editors or viewers.
18k installsAudited
RE
recipe-sync-contacts-to-sheet
googleworkspace/cli
Export Google Contacts directory to a Google Sheets spreadsheet.
18k installs
RE
recipe-watch-drive-changes
googleworkspace/cli
Subscribe to change notifications on Google Drive files and folders via Pub/Sub.
18k installsAudited