recipe-draft-email-from-doc

This skill drafts a Gmail message using text extracted from a Google Doc.

16.7K
Installs
2
Use cases
8/10
Quality

Is recipe-draft-email-from-doc safe to install?

Review the source first

Review the source first: our audit of recipe-draft-email-from-doc's source files found 2 shell commands, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands to interact with Google Workspace APIs.

How we audit skills: our security review methodology.

Who is this skill for?

Users who need to automate email drafting from Google Docs content.

What can you do with it?

  • Drafting emails based on Google Doc content
  • Automating newsletter updates from document sources

How good is this skill?

Quality score: 8/10. The skill provides clear instructions and command examples, though it relies on external skill dependencies.

What does the skill file contain?

SKILL.md
# Draft a Gmail Message from a Google Doc

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

Read content from a Google Doc and use it as the body of a Gmail message.

## Steps

1. Get the document content: `gws docs documents get --params '{"documentId": "DOC_ID"}'`
2. Copy the text from the body content
3. Send the email: `gws gmail +send --to recipient@example.com --subject 'Newsletter Update' --body 'CONTENT_FROM_DOC'`

Frequently asked questions

What dependencies does this skill require?

The skill requires the gws-docs and gws-gmail skills, along with the gws binary.

How does the skill retrieve document content?

It uses the gws docs documents get command with a document ID parameter.

Data sourced from googleworkspace/cli on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills

lark-workflow-meeting-summary

219.7K

Users who need to summarize meeting minutes, generate weekly reports, or review meeting history within the Lark ecosystem

The lark-workflow-meeting-summary skill provides a structured workflow for agents to aggregate meeting minutes from Lark VC, generate summaries, and create or update reports in Lark Docs.

highlarkmeeting-summarylarksuite

programmatic-seo

83.5K

Content strategists, SEO specialists, and marketers building large-scale, data-driven website content

The programmatic-seo skill provides a framework for generating SEO-optimized pages at scale using templates and data. It guides users through keyword research, data sourcing, template design, internal linking, and indexation strategies while emphasizing content uniqueness to avoid search engine penalties.

lowseomarketingcoreyhaines31

ad-creative

64.0K

Performance marketers, growth teams, and advertisers who need to produce ad copy at scale or optimize existing ad creative

The ad-creative skill generates, iterates, and scales ad copy for paid advertising platforms including Google, Meta, LinkedIn, TikTok, and Twitter. It provides frameworks for creating ad headlines, descriptions, and primary text based on product context and performance data.

highmarketingadvertisingcoreyhaines31

gws-workflow-email-to-task

17.9K

Users who manage tasks directly from their Gmail inbox via the command line

The gws-workflow-email-to-task skill converts a Gmail message into a Google Tasks entry using the gws CLI tool.

highproductivitygmailgoogleworkspace