From gws
Read content from a Google Doc and use it as the body of a Gmail message.
npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Read content from a Google Doc and use it as the body of a Gmail message.
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.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Read content from a Google Doc and use it as the body of a Gmail message.
Use this workflow when the user has drafted content in a Google Doc (e.g., a newsletter, announcement, update) and wants to send it as an email.
gws docs documents get --params '{"documentId": "DOC_ID"}' \
--fields "body,title"
Extract the text content from the response body.
Show the user the extracted content and ask them to confirm:
Use --dry-run first:
gws gmail +send \
--to recipient@example.com \
--subject 'SUBJECT' \
--body 'CONTENT_FROM_DOC' \
--dry-run
Confirm with the user, then send.
--dry-run and confirm before sending--html instead of --body