recipe-draft-email-from-doc

Fetch a Google Doc body and send it as a Gmail message.

Updated May 25, 2025
One-click install
npx skills add https://github.com/temple-slope/dotfiles --skill recipe-draft-email-from-doc-temple-slope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-draft-email-from-doc
Source: https://github.com/temple-slope/dotfiles/tree/main/.agents/skills/recipe-draft-email-from-doc
Command: npx skills add https://github.com/temple-slope/dotfiles --skill recipe-draft-email-from-doc-temple-slope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically convert the content of a Google Doc into the body of a Gmail message, reducing manual copy-paste and speeding up email workflows.

Core Features & Use Cases

  • Fetch Google Doc content: retrieve body text from a Google Doc via the gws-docs integration.
  • Compose and send email: assemble a Gmail message using the fetched content as the body and transmit it with the gws-gmail integration.
  • Use Case: ideal for newsletters, status updates, or client communications that originate from a document.

Quick Start

Invoke with a documentId, recipient, and subject to fetch the doc content and send the email.

Frequently Asked Questions about recipe-draft-email-from-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sending a Gmail message from a Google Doc?

You can automate sending a Gmail message from a Google Doc by invoking this Skill with a documentId, recipient, and subject. It fetches the document body using the gws-docs integration and dispatches the email via the gws-gmail integration.

Can I use Google Docs content for automated email workflows without manual copy-paste?

Yes, you can use Google Docs content for automated email workflows without manual copy-paste. The Skill retrieves the document body text directly via the gws-docs integration and automatically assembles it into a Gmail message for transmission.

What parameters do I need to draft an email from a Google Doc?

To draft an email from a Google Doc, you need three specific parameters: the documentId to fetch the content, the recipient email address, and the subject line. The Skill uses these inputs to fetch the document body and dispatch the email via gws-gmail.

Do I need the gws-docs and gws-gmail skills to automate document-based communications?

Yes, you need the gws-docs and gws-gmail skills to automate document-based communications. This Skill depends on gws-docs to fetch the document body and gws-gmail to compose and send the Gmail message to your specified recipients.

What is the best way to send newsletters or status updates originating from a document?

The best way to send newsletters or status updates from a document is to use this Skill to fetch the Google Doc content and automatically compose it into a Gmail message. It eliminates manual copy-paste and speeds up your email workflows.

Why use a Google Doc to Gmail automation workflow for client communications?

You use a Google Doc to Gmail automation workflow for client communications because it reduces manual copy-paste and speeds up email dispatch. It directly fetches your document body and transmits it as a Gmail message with a specified subject.