recipe-send-personalized-emails
Read recipient data from Google Sheets and send personalized Gmail messages to each row.
Works with
--- name: recipe-send-personalized-emails description: Read recipient data from Google Sheets and send personalized Gmail messages to each row. license: Apache-2.0 --- # 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 1. Read recipient list: `gws sheets +read --spreadsheet-id SHEET_ID --range 'Contacts!A2:C'` 2. For each row, send a personalized email: `gws gmail +send --to recipient@example.com --subject 'Hello, Name' --body 'Hi Name, your report is ready.'`
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

