← 返回 Skills 市场
Recipe Copy Sheet For New Month
作者
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
460
总下载
0
收藏
10
当前安装
13
版本数
在 OpenClaw 中安装
/install recipe-copy-sheet-for-new-month
功能描述
Duplicate a Google Sheets template tab for a new month of tracking.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install recipe-copy-sheet-for-new-month - 安装完成后,直接呼叫该 Skill 的名称或使用
/recipe-copy-sheet-for-new-month触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Recipe Copy Sheet For New Month 是什么?
Duplicate a Google Sheets template tab for a new month of tracking. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 460 次。
如何安装 Recipe Copy Sheet For New Month?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install recipe-copy-sheet-for-new-month」即可一键安装,无需额外配置。
Recipe Copy Sheet For New Month 是免费的吗?
是的,Recipe Copy Sheet For New Month 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Recipe Copy Sheet For New Month 支持哪些平台?
Recipe Copy Sheet For New Month 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Recipe Copy Sheet For New Month?
由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.12。
推荐 Skills