recipe-copy-sheet-for-new-month by googleworkspace/cli
npx skills add https://github.com/googleworkspace/cli --skill recipe-copy-sheet-for-new-month前提条件: 执行此配方前,请加载以下技能:
gws-sheets
为新的月份跟踪复制 Google 表格模板工作表。
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"}}]}'每周安装量
5.6K
代码仓库
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
GitHub 星标数
22.5K
首次出现
2026年3月4日
安全审计
安装于
codex5.5K
opencode5.5K
gemini-cli5.4K
cursor5.4K
github-copilot5.4K
kimi-cli5.4K
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"}}]}'Weekly Installs
5.6K
Repository
GitHub Stars
22.5K
First Seen
Mar 4, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex5.5K
opencode5.5K
gemini-cli5.4K
cursor5.4K
github-copilot5.4K
kimi-cli5.4K
99,500 周安装