From google-workspace-cli
Reads data from a Google Sheet and generates a formatted Google Docs report using gws CLI commands. Automates sharing via Drive permissions for sales summaries or data reports.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-generate-report-from-sheetThe 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-sheets`, `gws-docs`, `gws-drive`
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-id 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": "[email protected]"}'npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceReads 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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.