Skip to main content
Back to registry

recipe-copy-sheet-for-new-month

googleworkspace/cli

PREREQUISITE: Load the following skills to execute this recipe: gws-sheets

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-copy-sheet-for-new-month
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
PREREQUISITE: Load the following skills to execute this recipe: gws-sheets Duplicate a Google Sheets template tab for a new month of tracking. - 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 skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

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

PREREQUISITE: Load the following skills to execute this recipe: gws-sheets

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.

What agent does recipe-copy-sheet-for-new-month work with?

recipe-copy-sheet-for-new-month currently lists compatibility with Agent compatibility has not been published yet..

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

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I 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