Recipe Draft Email From Doc
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.
Run in terminal (recommended)
claude mcp add recipe-draft-email-from-doc npx -- -y @trustedskills/recipe-draft-email-from-doc
Or manually add to ~/.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-docsandgws-gmailskills 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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.