recipe-copy-sheet-for-new-month▌
googleworkspace/cli · updated Apr 8, 2026
Duplicate a Google Sheets template tab for a new month of tracking.
- ›Automates the three-step workflow: retrieve spreadsheet metadata, copy a template sheet, and rename the new tab with a month identifier
- ›Requires the gws-sheets skill and uses Google Sheets API commands for sheet operations
- ›Ideal for recurring monthly tracking workflows where a consistent template structure needs to be replicated with minimal manual effort
1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Copy a Google Sheet for a New Month</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-sheets</code></p>\n</blockquote>\n<p>Duplicate a Google Sheets template tab for a new month of tracking.</p>\n<h2>Steps</h2>\n<ol>\n<li>Get spreadsheet details: <code>gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}'</code></li>\n<li>Copy the template sheet: <code>gws sheets spreadsheets sheets copyTo --params '{"spreadsheetId": "SHEET_ID", "sheetId": 0}' --json '{"destinationSpreadsheetId": "SHEET_ID"}'</code></li>\n<li>Rename the new tab: <code>gws sheets spreadsheets batchUpdate --params '{"spreadsheetId": "SHEET_ID"}' --json '{"requests": [{"updateSheetProperties": {"properties": {"sheetId": 123, "title": "February 2025"}, "fields": "title"}}]}'</code></li>\n</ol>"}}]
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★48 reviews- ★★★★★Sophia Malhotra· Dec 28, 2024
Useful defaults in recipe-copy-sheet-for-new-month — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Soo Gill· Dec 24, 2024
Registry listing for recipe-copy-sheet-for-new-month matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Ira Gonzalez· Dec 24, 2024
recipe-copy-sheet-for-new-month has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Chaitanya Patil· Dec 16, 2024
recipe-copy-sheet-for-new-month has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Min Park· Nov 19, 2024
I recommend recipe-copy-sheet-for-new-month for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Kiara Verma· Nov 19, 2024
We added recipe-copy-sheet-for-new-month from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Lucas Sanchez· Nov 15, 2024
recipe-copy-sheet-for-new-month fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Chinedu Ndlovu· Nov 15, 2024
Solid pick for teams standardizing on skills: recipe-copy-sheet-for-new-month is focused, and the summary matches what you get after install.
- ★★★★★Piyush G· Nov 7, 2024
Solid pick for teams standardizing on skills: recipe-copy-sheet-for-new-month is focused, and the summary matches what you get after install.
- ★★★★★Shikha Mishra· Oct 26, 2024
We added recipe-copy-sheet-for-new-month from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
showing 1-10 of 48