recipe-draft-email-from-doc

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

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill recipe-draft-email-from-doc-vikingokft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-draft-email-from-doc
Source: https://github.com/vikingokft/vikingo-studio-skills/tree/main/google/recipe-draft-email-from-doc
Command: npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill recipe-draft-email-from-doc-vikingokft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Draft emails by pulling content from a Google Doc and inserting it into the Gmail body, removing the need for manual copy-paste.

Core Features & Use Cases

  • Fetch Google Doc content: Retrieve the document's body text via gws-docs.
  • Compose and send: Assemble the Gmail message body and send using gws-gmail.
  • Use Case: Create newsletters, status updates, or client communications by drafting in Google Docs and emailing to stakeholders.

Quick Start

Provide the Google Doc ID and recipient details, then run the recipe to draft and send the Gmail message.

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 drafting Gmail messages from Google Docs content?

To automate drafting Gmail messages from Google Docs content, this recipe fetches document body text via the gws-docs skill and assembles it into the Gmail message body using gws-gmail, eliminating manual copy-paste. You simply provide the Google Doc ID and recipient details.

Do I need gws-docs and gws-gmail to turn a Google Doc into an email?

Yes, you need gws-docs and gws-gmail to turn a Google Doc into an email. The recipe requires gws-docs to fetch document content and gws-gmail to compose and send the Gmail message.

What's the best way to send newsletters and status updates drafted in Google Docs?

The best way to send newsletters and status updates drafted in Google Docs is using this recipe to pull content from the document body and directly insert it into a Gmail message. It assembles the content and sends it to stakeholders automatically.

Can I use this recipe for client communications drafted in Google Docs?

Yes, you can use this recipe for client communications drafted in Google Docs. It is designed to fetch document content and insert it into the Gmail body, making it suitable for newsletters, status updates, and client communications.

What information do I need to provide to draft a Gmail message from a Google Doc?

To draft a Gmail message from a Google Doc, you need to provide the Google Doc ID and recipient details. The recipe then fetches the document content and assembles the Gmail message body automatically.