Recipe Save Email To Doc
/install recipe-save-email-to-doc
Save a Gmail Message to Google Docs
PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail,gws-docs
Save a Gmail message body into a Google Doc for archival or reference.
Steps
- Find the message:
gws gmail users messages list --params '{"userId": "me", "q": "subject:important from:[email protected]"}' --format table - Get message content:
gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}' - Create a doc with the content:
gws docs documents create --json '{"title": "Saved Email - Important Update"}' - Write the email body: `gws docs +write --document-id DOC_ID --text 'From: [email protected] Subject: Important Update
[EMAIL BODY]'`
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe-save-email-to-doc - After installation, invoke the skill by name or use
/recipe-save-email-to-doc - Provide required inputs per the skill's parameter spec and get structured output
What is Recipe Save Email To Doc?
Save a Gmail message body into a Google Doc for archival or reference. It is an AI Agent Skill for Claude Code / OpenClaw, with 355 downloads so far.
How do I install Recipe Save Email To Doc?
Run "/install recipe-save-email-to-doc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipe Save Email To Doc free?
Yes, Recipe Save Email To Doc is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recipe Save Email To Doc support?
Recipe Save Email To Doc is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recipe Save Email To Doc?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.