← 返回 Skills 市场
Recipe Create Events From Sheet
作者
googleworkspace-bot
· GitHub ↗
· v1.0.14
· MIT-0
476
总下载
0
收藏
9
当前安装
15
版本数
在 OpenClaw 中安装
/install recipe-create-events-from-sheet
功能描述
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
安全使用建议
This recipe appears internally consistent, but before installing confirm: (1) you have the 'gws' CLI installed and authorized to access the Google Sheets and Calendar accounts you intend to use; (2) the referenced helper skills (gws-sheets, gws-calendar) are trusted and properly configured; (3) review and test the exact column-to-field mapping to avoid creating incorrect events (the SKILL.md shows example commands but not explicit column mapping); (4) note the skill source is unknown and has no homepage—if you require provenance, ask the publisher for more info or prefer a known-vetted alternative. Also be aware that the agent can run this autonomously (default behavior), so ensure you want an automated action that can create calendar entries.
功能分析
Type: OpenClaw Skill
Name: recipe-create-events-from-sheet
Version: 1.0.14
The skill bundle is a standard recipe for automating Google Calendar event creation from Google Sheets data using the 'gws' toolset. The instructions in SKILL.md are transparent, align with the stated purpose, and contain no evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md shows reading a spreadsheet and inserting calendar events using the 'gws' CLI and helper skills (gws-sheets, gws-calendar). Requiring the 'gws' binary is appropriate for this recipe.
Instruction Scope
Instructions only call 'gws sheets +read' and 'gws calendar +insert' for each row; they do not reference unrelated files, system paths, or other credentials. The instructions are minimal (example commands are shown) and do not request data beyond the sheet rows needed to create events.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by the skill itself. That minimizes installation risk.
Credentials
The skill declares no required env vars, which is reasonable because the 'gws' CLI likely manages Google authentication separately. Confirm that the 'gws' binary and the referenced gws-* skills are already authorized with the appropriate Google credentials; that access is necessary for the described functionality.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent settings. It has normal, limited runtime scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install recipe-create-events-from-sheet - 安装完成后,直接呼叫该 Skill 的名称或使用
/recipe-create-events-from-sheet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.14
- Updated skill version from 0.22.4 to 0.22.5 in metadata.
- No other changes made to the documentation or functionality.
v1.0.13
- Updated skill metadata version from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.12
- Bumped metadata version from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.11
- Updated metadata version from 0.22.1 to 0.22.2 in SKILL.md.
v1.0.10
- Updated version number in metadata from 0.22.0 to 0.22.1 in SKILL.md.
v1.0.9
- Bumped skill version to 0.22.0 in metadata.
- No functional or documentation changes beyond version update in SKILL.md.
v1.0.8
- Updated metadata version from 0.21.1 to 0.21.2 in SKILL.md.
- No other changes to functionality or documentation.
v1.0.7
- Bumped version from 0.20.1 to 0.21.1 in SKILL.md.
- No changes to functionality or usage instructions.
v1.0.6
- Updated skill metadata version from 0.20.0 to 0.20.1 in SKILL.md.
- No other functional or documentation changes.
v1.0.5
- Bumped metadata version from 0.19.0 to 0.20.0 in SKILL.md.
- No changes to functionality, description, or instructions.
v1.0.4
- Updated metadata format and moved version key inside metadata object.
- Changed version number location and format; removed top-level version key.
- No changes to functionality or user-facing instructions.
v1.0.3
- Minor metadata formatting update in SKILL.md for improved consistency
- No changes to skill logic or functionality
v1.0.2
- Updated example usage to use --spreadsheet instead of --spreadsheet-id in the read command.
- Changed event creation command to use explicit --start and --end times, and replaced --attendees with repeated --attendee flags.
- Updated sample event data and times in documentation.
v1.0.1
- Updated code sample in documentation to use double quotes in the spreadsheet range argument for consistency.
v1.0.0
Initial release.
- Reads event data from a Google Sheets spreadsheet.
- Creates Google Calendar events for each row in the spreadsheet.
- Requires the `gws-sheets` and `gws-calendar` skills to be loaded.
元数据
常见问题
Recipe Create Events From Sheet 是什么?
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 476 次。
如何安装 Recipe Create Events From Sheet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install recipe-create-events-from-sheet」即可一键安装,无需额外配置。
Recipe Create Events From Sheet 是免费的吗?
是的,Recipe Create Events From Sheet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Recipe Create Events From Sheet 支持哪些平台?
Recipe Create Events From Sheet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Recipe Create Events From Sheet?
由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.14。
推荐 Skills