recipe-save-email-to-doc

Save a Gmail message body into a new Google Doc.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This recipe automates archival of Gmail email content by saving the body of a Gmail message into a Google Doc, simplifying record-keeping and reference.

Core Features & Use Cases

  • Create a Google Doc from a Gmail message body for long-term storage.
  • Preserve email content with formatting and attachments (where supported) in an accessible document.
  • Use Case: When a manager needs to archive important client emails for a project dossier.

Quick Start

Fetch a Gmail message by ID and save its body into a new Google Doc.

Frequently Asked Questions about recipe-save-email-to-doc

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

FAQPage Schema
How do I save Gmail message body content to Google Docs for archiving?▼

To save Gmail message body content to Google Docs, this Skill fetches a specified Gmail message by ID, extracts its body, and creates a new Google Doc for long-term archival and reference.

What is the best way to automate email archival from Gmail into a document?▼

Automating email archival from Gmail into a document requires a workflow that extracts the email content by message ID and generates a persistent Google Doc, preserving the information for audits and collaboration.

Does saving Gmail messages to Google Docs require integration with gws-gmail and gws-docs?▼

Yes, saving Gmail messages to Google Docs requires integration with gws-gmail and gws-docs to handle proper authentication, extract message content, and automate document creation.

Can I use this workflow to convert email content for project dossiers and audits?▼

Yes, you can use this workflow to convert email content for project dossiers and audits by creating accessible Google Docs from Gmail messages, simplifying record-keeping and long-term reference.

How does document automation handle Gmail message IDs for content extraction?▼

Document automation handles Gmail message IDs for content extraction by passing the specific ID to the gws-gmail integration, retrieving the message body, and sending it to gws-docs to create the document.

Are there limitations when preserving Gmail formatting and attachments in Google Docs?▼

Preserving Gmail formatting and attachments in Google Docs is supported where applicable, but limitations may exist depending on the gws-docs integration and the specific email content being archived.