From gws
Reads data from Google Sheets and generates formatted Google Docs reports with sharing permissions. Automates spreadsheet-to-document report creation for sales summaries or data overviews.
npx claudepluginhub wadewarren/gws-claude-pluginThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-sheets`, `gws-docs`, `gws-drive`
Reads data from Google Sheets and generates formatted Google Docs reports using gws CLI. Includes creating docs, writing summaries, and sharing via Drive permissions.
Appends deal status updates to a Google Sheets 'Sales Pipeline' spreadsheet via gws CLI. Finds sheet by name, reads data, and appends rows with date, company, status, value, quarter, and owner.
Provides CLI-based read/write access to Google Sheets via Python scripts with standalone OAuth authentication. Supports get-text/CSV/JSON, range updates, appends, clears, and batch operations.
Share bugs, ideas, or general feedback.
PREREQUISITE: Load the following skills to execute this recipe:
gws-sheets,gws-docs,gws-drive
Read data from a Google Sheet and create a formatted Google Docs report.
gws sheets +read --spreadsheet SHEET_ID --range "Sales!A1:D"gws docs documents create --json '{"title": "Sales Report - January 2025"}'Total deals: 45 Revenue: $125,000
gws drive permissions create --params '{"fileId": "DOC_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "cfo@company.com"}'