Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-send-personalized-emails

Read recipient data from Google Sheets and send personalized Gmail messages to each row.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
627

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-send-personalized-emails
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, recipe-send-personalized-emails has 627 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-send-personalized-emails.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Read recipient data from Google Sheets and send personalized Gmail messages to each row. 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. - Requires gws-sheets and gws-gmail skills to be loaded before execution - Reads recipient lists from a specified Google Sheets range, then iterates through each row to send customized emails - Supports dynamic personalization by embedding recipient data (name, email, etc.) into subject lines and message bodies - 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.'

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-send-personalized-emails do?

Read recipient data from Google Sheets and send personalized Gmail messages to each row.

Is recipe-send-personalized-emails good?

recipe-send-personalized-emails does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-send-personalized-emails?

recipe-send-personalized-emails currently lists compatibility with Skills CLI.

Is recipe-send-personalized-emails safe to install?

recipe-send-personalized-emails has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to recipe-send-personalized-emails?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install recipe-send-personalized-emails?

Run the following command to install recipe-send-personalized-emails: npx skills add https://github.com/googleworkspace/cli --skill recipe-send-personalized-emails

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering