From gws
Saves Gmail message body to Google Doc using GWS CLI: search/list messages, get content, create doc, insert text. For email archival/reference.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-save-email-to-docThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-gmail`, `gws-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.
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"}'[EMAIL BODY]'`
npx claudepluginhub wadewarren/gws-claude-pluginReads content from a Google Doc via gws CLI and sends it as the body of a Gmail message. Requires gws-docs and gws-gmail skills.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.