From gws
Save a Gmail message body into a Google Doc for archival or reference.
npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Save a Gmail message body into a Google Doc for archival or reference.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Save a Gmail message body into a Google Doc for archival or reference.
Use this workflow when the user wants to preserve an email as a permanent document — for record-keeping, compliance, or easy sharing.
gws gmail users messages list \
--params '{"userId": "me", "q": "SEARCH_QUERY"}' \
--fields "messages(id)" --format table
gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'
Extract the subject, sender, date, and body text.
gws docs documents create --json '{"title": "Saved Email - SUBJECT"}'
gws docs +write --document-id DOC_ID \
--text 'From: SENDER\nDate: DATE\nSubject: SUBJECT\n\nBODY_TEXT'
Give the user: https://docs.google.com/document/d/DOC_ID
gws drive permissions create