TopRank Skills

Home / Claw Skills / Autres / recipe-copy-sheet-for-new-month
Official OpenClaw rules 15%

recipe-copy-sheet-for-new-month

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 recipe-copy-sheet-for-new-month 技能。 若已安装,则直接安装 recipe-copy-sheet-for-new-month 技能。

Overview

Skill Key
googleworkspace-bot/recipe-copy-sheet-for-new-month
Author
googleworkspace-bot
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/googleworkspace-bot/recipe-copy-sheet-for-new-month
Latest Commit SHA
cb93b68cf08ba5ba5f50243f20d556c443c6c02e

Extracted Content

SKILL.md excerpt

# 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

1. Get spreadsheet details: `gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}'`
2. Copy the template sheet: `gws sheets spreadsheets sheets copyTo --params '{"spreadsheetId": "SHEET_ID", "sheetId": 0}' --json '{"destinationSpreadsheetId": "SHEET_ID"}'`
3. Rename the new tab: `gws sheets spreadsheets batchUpdate --params '{"spreadsheetId": "SHEET_ID"}' --json '{"requests": [{"updateSheetProperties": {"properties": {"sheetId": 123, "title": "February 2025"}, "fields": "title"}}]}'`

Related Claw Skills