← Back to Skills Marketplace
googleworkspace-bot

Recipe Save Email To Doc

by googleworkspace-bot · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ✓ Security Clean
355
Downloads
0
Stars
8
Active Installs
13
Versions
Install in OpenClaw
/install recipe-save-email-to-doc
Description
Save a Gmail message body into a Google Doc for archival or reference.
README (SKILL.md)

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

  1. Find the message: gws gmail users messages list --params '{"userId": "me", "q": "subject:important from:[email protected]"}' --format table
  2. Get message content: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'
  3. Create a doc with the content: gws docs documents create --json '{"title": "Saved Email - Important Update"}'
  4. Write the email body: `gws docs +write --document-id DOC_ID --text 'From: [email protected] Subject: Important Update

[EMAIL BODY]'`

Usage Guidance
This recipe is coherent: it runs the 'gws' CLI to read a Gmail message and create/write a Google Doc. Before installing, verify that you trust the 'gws' binary and the prerequisite skills (gws-gmail and gws-docs), because those components will hold or request your Google credentials and OAuth scopes to read emails and modify Docs. Also note a minor metadata mismatch: the top-level registry version differs from SKILL.md's metadata and the SKILL.md lists prerequisite skills that weren't surfaced elsewhere — you should confirm the declared prerequisites and where 'gws' and the gws-* helper skills come from. If you do not want an agent to access your email or create docs automatically, avoid granting broad credentials or enabling autonomous invocation for skills that wrap your Google account.
Capability Analysis
Type: OpenClaw Skill Name: recipe-save-email-to-doc Version: 1.0.12 The skill bundle is a standard recipe for automating the transfer of Gmail message content to a Google Doc using the 'gws' CLI tool. The instructions in SKILL.md are transparent, align perfectly with the stated purpose, and do not contain any indicators of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The skill is a simple recipe that calls the 'gws' CLI to list/get Gmail messages and to create/write a Google Doc. Requiring the gws binary and the gws-gmail and gws-docs helper skills is consistent with the described goal.
Instruction Scope
SKILL.md instructs only to run gws gmail and gws docs commands to locate a message, fetch content, create a doc, and write text. It does not ask to read unrelated files, environment variables, or send data to endpoints outside of the expected Google services.
Install Mechanism
There is no install spec and no code files; this is instruction-only, so nothing is written to disk by the skill itself. This is the lowest-risk install profile.
Credentials
The recipe declares no required env vars or primary credential and delegates functionality to gws-gmail/gws-docs. In practice, the gws CLI and the referenced sub-skills will need Google credentials/scopes to access Gmail and Docs. Those credentials are not declared here — the recipe relies on the prerequisite skills to manage authentication. Verify gws, gws-gmail, and gws-docs for what credentials/scopes they require before installing.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not attempt to modify other skills or system-wide config. Autonomous invocation remains possible (platform default) but is not escalated by this recipe.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install recipe-save-email-to-doc
  3. After installation, invoke the skill by name or use /recipe-save-email-to-doc
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Updated metadata version from 0.22.4 to 0.22.5 in SKILL.md.
v1.0.11
- Updated metadata version from 0.22.3 to 0.22.4 in SKILL.md. - No changes made to functionality, steps, or documentation content.
v1.0.10
- Updated metadata version from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.9
- Updated version number in metadata from 0.22.1 to 0.22.2 in SKILL.md. - No changes to recipe steps or usage instructions.
v1.0.8
- Updated metadata version from 0.22.0 to 0.22.1 in SKILL.md. - No other changes were made to functionality or documentation.
v1.0.7
- Updated version to 0.22.0 in metadata. - No changes to recipe description or steps.
v1.0.6
- Updated skill metadata version from 0.21.1 to 0.21.2 in SKILL.md. - No functional or documentation changes were made to the recipe content.
v1.0.5
- Bumped version number from 0.20.1 to 0.21.1 in SKILL.md. - No other user-facing changes.
v1.0.4
- Updated version number in metadata from 0.20.0 to 0.20.1.
v1.0.3
- Updated version to 0.20.0 in metadata. - No other content or functional changes.
v1.0.2
- Updated version metadata structure under "metadata" and removed top-level version field - Set metadata version to 0.19.0 (was 1.0.0 in previous top-level field) - No functional or instruction changes to the recipe steps - Improved metadata consistency and alignment with latest formatting standards
v1.0.1
- Updated metadata formatting in SKILL.md for improved readability. - No changes to functionality or usage.
v1.0.0
- Initial release of the skill. - Save a Gmail message body into a Google Doc for archival or reference. - Requires the `gws-gmail` and `gws-docs` skills to function. - Step-by-step instructions provided for finding, extracting, creating, and writing email content to a Google Doc.
Metadata
Slug recipe-save-email-to-doc
Version 1.0.12
License MIT-0
All-time Installs 8
Active Installs 8
Total Versions 13
Frequently Asked Questions

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.

💬 Comments