Skip to main content
Back to registry

recipe-save-email-to-doc

googleworkspace/cli

PREREQUISITE: Load the following skills to execute this recipe: gws-gmail , gws-docs

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-save-email-to-doc
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
PREREQUISITE: Load the following skills to execute this recipe: gws-gmail , gws-docs Save a Gmail message body into a Google Doc for archival or reference. [EMAIL BODY]'` - Find the message: gws gmail users messages list --params '{"userId": "me", "q": "subject:important from:boss@company.com"}' --format table - Get message content: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}' - Create a doc with the content: gws docs documents create --json '{"title": "Saved Email - Important Update"}' - Write the email body: `gws docs +write --document-id DOC_ID --text 'From: boss@company.com Subject: Important Update

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-save-email-to-doc do?

PREREQUISITE: Load the following skills to execute this recipe: gws-gmail , gws-docs

Is recipe-save-email-to-doc good?

recipe-save-email-to-doc does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recipe-save-email-to-doc work with?

recipe-save-email-to-doc currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to recipe-save-email-to-doc?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recipe-save-email-to-doc?

npx skills add https://github.com/googleworkspace/cli --skill recipe-save-email-to-doc

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering