R
recipe-copy-sheet-for-new-month
by @googleworkspacev
4.5(144)
复制Google表格中的模板标签页,用于创建新月份的数据分析或报告,简化每月重复操作,提高数据处理效率。
安装方式
npx skills add googleworkspace/cli --skill recipe-copy-sheet-for-new-monthcompare_arrows
Before / After 效果对比
1 组使用前
每月需要新的数据追踪表格时,都需手动复制Google表格模板标签页,耗时且容易出错。影响数据追踪的及时性。
使用后
自动复制Google表格模板标签页,用于新的月份数据追踪。大幅节省手动操作时间,确保数据追踪流程顺畅高效。
SKILL.md
Copy a Google Sheet for a New Month
PREREQUISITE: Load the following skills to execute this recipe:
gws-sheets
Duplicate a Google Sheets template tab for a new month of tracking.
Steps
- 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"}}]}'
用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价
统计数据
安装量14.7K
评分4.5 / 5.0
版本
更新日期2026年5月23日
对比案例1 组
用户评分
4.5(144)
5
24%
4
51%
3
24%
2
2%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
时间线
创建2026年3月16日
最后更新2026年5月23日