← Back to Skills Marketplace
googleworkspace-bot

Recipe Copy Sheet For New Month

by googleworkspace-bot · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ⚠ suspicious
460
Downloads
0
Stars
10
Active Installs
13
Versions
Install in OpenClaw
/install recipe-copy-sheet-for-new-month
Description
Duplicate a Google Sheets template tab for a new month of tracking.
Usage Guidance
This recipe is coherent at a high level but has important gaps and brittle hard-coded values. Before using it: (1) ensure the gws CLI is installed and authenticated for the Google account or service account that owns the spreadsheet; (2) do not run the commands against production spreadsheets until tested on a copy; (3) update the SKILL.md to capture and use the new sheetId returned by the copyTo call (the copy response contains the new sheetId), and parameterize the new tab title (month/year) instead of hard-coding 'February 2025' and sheetId 123; (4) confirm gws-sheets dependency handles auth and has least-privilege access; and (5) add error handling and validation to prevent accidental overwrites. These changes would remove the primary concerns.
Capability Analysis
Type: OpenClaw Skill Name: recipe-copy-sheet-for-new-month Version: 1.0.12 The skill bundle is a standard recipe for duplicating a Google Sheets template tab. The instructions in SKILL.md use legitimate Google Workspace CLI (gws) commands to get spreadsheet details, copy a sheet, and rename it, with no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description align with required binary (gws) and dependency on gws-sheets — those are the expected tools for Google Sheets operations. No unrelated binaries or credentials are requested by this recipe itself.
Instruction Scope
The SKILL.md steps are incomplete and brittle: step 2 (copyTo) does not instruct the agent to capture the response to obtain the new sheetId, but step 3 uses a hard-coded sheetId (123) and a hard-coded title ('February 2025'). There are no instructions to authenticate or ensure gws is configured, no parameterization for the target month or template sheetId, and no error-handling guidance. This grants the agent broad discretion to run destructive operations on whatever SHEET_ID is supplied.
Install Mechanism
Instruction-only skill with no install spec and no files to write. This is low-risk from an install standpoint.
Credentials
The skill declares no environment variables or credentials itself, which is plausible because it relies on an external 'gws-sheets' skill and the gws binary to handle auth. However, the recipe fails to mention or require authentication steps or credential scoping — users must ensure gws is authenticated (OAuth/service account) and permissions are least-privilege. The lack of explicit credential guidance is a missing but explainable omission.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request persistent or elevated platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install recipe-copy-sheet-for-new-month
  3. After installation, invoke the skill by name or use /recipe-copy-sheet-for-new-month
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Updated skill metadata version from 0.22.4 to 0.22.5 in SKILL.md.
v1.0.11
- Updated skill version in SKILL.md from 0.22.3 to 0.22.4. - No changes to functionality or instructions.
v1.0.10
- Updated skill metadata version from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.9
- Updated skill metadata version from 0.22.1 to 0.22.2 in SKILL.md. - No changes to functionality or documentation content.
v1.0.8
- Updated metadata version from 0.22.0 to 0.22.1 in SKILL.md.
v1.0.7
Version 1.0.7 - Updated skill version in metadata from 0.21.2 to 0.22.0 in SKILL.md.
v1.0.6
- Updated metadata version from 0.21.1 to 0.21.2 in SKILL.md.
v1.0.5
- Updated skill version metadata from 0.20.1 to 0.21.1 in SKILL.md.
v1.0.4
- Updated metadata version from 0.20.0 to 0.20.1 in SKILL.md.
v1.0.3
- Bumped version to 0.20.0 in the metadata. - No other content or functional changes.
v1.0.2
- Updated metadata version to 0.19.0. - Removed the top-level version field in favor of metadata.version. - No changes to skill functionality or instructions.
v1.0.1
- Updated metadata YAML formatting for bins and skills to use array notation for consistency. - No functional or usage changes.
v1.0.0
- Initial release of recipe-copy-sheet-for-new-month. - Enables duplicating a Google Sheets template tab for a new month's tracking. - Outlines step-by-step commands to copy and rename a sheet within Google Sheets. - Requires loading the gws-sheets skill for execution.
Metadata
Slug recipe-copy-sheet-for-new-month
Version 1.0.12
License MIT-0
All-time Installs 10
Active Installs 10
Total Versions 13
Frequently Asked Questions

What is Recipe Copy Sheet For New Month?

Duplicate a Google Sheets template tab for a new month of tracking. It is an AI Agent Skill for Claude Code / OpenClaw, with 460 downloads so far.

How do I install Recipe Copy Sheet For New Month?

Run "/install recipe-copy-sheet-for-new-month" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Recipe Copy Sheet For New Month free?

Yes, Recipe Copy Sheet For New Month is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Recipe Copy Sheet For New Month support?

Recipe Copy Sheet For New Month is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Recipe Copy Sheet For New Month?

It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.

💬 Comments