Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-copy-sheet-for-new-month

Duplicate a Google Sheets template tab for a new month of tracking.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-copy-sheet-for-new-month
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-copy-sheet-for-new-month has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-copy-sheet-for-new-month.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Duplicate a Google Sheets template tab for a new month of tracking. PREREQUISITE: Load the following skills to execute this recipe: gws-sheets 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 - Get spreadsheet details: gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}' - Copy the template sheet: gws sheets spreadsheets sheets copyTo --params '{"spreadsheetId": "SHEET_ID", "sheetId": 0}' --json '{"destinationSpreadsheetId": "SHEET_ID"}' - Rename the new tab: gws sheets spreadsheets batchUpdate --params '{"spreadsheetId": "SHEET_ID"}' --json '{"requests": [{"updateSheetProperties": {"properties": {"sheetId": 123, "title": "February 2025"}, "fields": "title"}}]}'

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-copy-sheet-for-new-month do?

Duplicate a Google Sheets template tab for a new month of tracking.

Is recipe-copy-sheet-for-new-month good?

recipe-copy-sheet-for-new-month does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-copy-sheet-for-new-month?

recipe-copy-sheet-for-new-month currently lists compatibility with Skills CLI.

Is recipe-copy-sheet-for-new-month safe to install?

recipe-copy-sheet-for-new-month has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to recipe-copy-sheet-for-new-month?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install recipe-copy-sheet-for-new-month?

Run the following command to install recipe-copy-sheet-for-new-month: npx skills add https://github.com/googleworkspace/cli --skill recipe-copy-sheet-for-new-month

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering