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日