googleworkspace/recipe-save-email-to-doc
Save a Gmail message body into a Google Doc for archival or reference.
npx skills add https://github.com/googleworkspace/cli --skill recipe-save-email-to-doc
> 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.
gws gmail users messages list --params '{"userId": "me", "q": "subject:important from:[email protected]"}' --format tablegws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'gws docs documents create --json '{"title": "Saved Email - Important Update"}'Subject: Important Update
[EMAIL BODY]'`
Take googleworkspace/recipe-save-email-to-doc from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.