Recipe Draft Email From Doc

🌐Community
by googleworkspace · vlatest · Repository

Drafts professional emails summarizing key information from Google Docs recipe instructions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add recipe-draft-email-from-doc npx -- -y @trustedskills/recipe-draft-email-from-doc
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "recipe-draft-email-from-doc": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/recipe-draft-email-from-doc"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows an AI agent to draft and send professional emails based on content found within a Google Doc. It retrieves text from a specified Google Document using its document ID, then uses that text as the body of a new Gmail message. The email's recipient, subject line, and body are configurable parameters provided to the skill.

When to use it

  • Sharing recipe instructions with team members or clients directly from a Google Doc.
  • Distributing updates or summaries contained within a document via email.
  • Automatically sending notifications based on information stored in a Google Doc.
  • Creating personalized emails using content from standardized templates housed in Google Docs.

Key capabilities

  • Retrieves content from a Google Document by its ID.
  • Constructs a Gmail message with specified recipient, subject line, and body (taken from the document).
  • Sends the constructed email via Gmail.

Example prompts

  • "Draft an email to [email protected] summarizing the instructions in this Google Doc: [Document ID]"
  • "Send an email with the subject 'Recipe Update' using the content of Google Document [Document ID] as the body."
  • “Create a Gmail message from document [Document ID], sending it to [email protected].”

Tips & gotchas

  • Prerequisite Skills: This skill requires both the gws-docs and gws-gmail skills to be installed and functional.
  • You must provide a valid Google Document ID for the skill to function correctly.
  • The email subject line is configurable, but the recipient address must also be provided.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
googleworkspace
Installs
175

🌐 Community

Passed automated security scans.