From google-workspace-cli
Duplicates a Google Sheets template tab to create a new monthly tracking sheet using gws CLI commands like sheets copyTo and batchUpdate. Ideal for recurring productivity setups.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-copy-sheet-for-new-monthThe 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`
PREREQUISITE: Load the following skills to execute this recipe:
gws-sheets
Duplicate a Google Sheets template tab for a new month of tracking.
gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}'gws sheets spreadsheets sheets copyTo --params '{"spreadsheetId": "SHEET_ID", "sheetId": 0}' --json '{"destinationSpreadsheetId": "SHEET_ID"}'gws sheets spreadsheets batchUpdate --params '{"spreadsheetId": "SHEET_ID"}' --json '{"requests": [{"updateSheetProperties": {"properties": {"sheetId": 123, "title": "February 2025"}, "fields": "title"}}]}'npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceDuplicates Google Sheets template tab in same spreadsheet and renames for new month using gws CLI. For monthly tracking templates.
Automates Google Sheets via Composio MCP: read/write data, manage tabs, format cells, filter rows, and upsert records. Ideal for spreadsheet-driven workflows.
Automates Google Sheets via Composio tools over Rube MCP: read/write data, manage tabs/sheets, format cells, filter rows, append/upsert records.