← Back to Skills Marketplace
googleworkspace-bot

Recipe Create Events From Sheet

by googleworkspace-bot · GitHub ↗ · v1.0.14 · MIT-0
cross-platform ✓ Security Clean
476
Downloads
0
Stars
9
Active Installs
15
Versions
Install in OpenClaw
/install recipe-create-events-from-sheet
Description
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install recipe-create-events-from-sheet
  3. After installation, invoke the skill by name or use /recipe-create-events-from-sheet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug recipe-create-events-from-sheet
Version 1.0.14
License MIT-0
All-time Installs 9
Active Installs 9
Total Versions 15
Frequently Asked Questions

What is Recipe Create Events From Sheet?

Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row. It is an AI Agent Skill for Claude Code / OpenClaw, with 476 downloads so far.

How do I install Recipe Create Events From Sheet?

Run "/install recipe-create-events-from-sheet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Recipe Create Events From Sheet free?

Yes, Recipe Create Events From Sheet is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Recipe Create Events From Sheet support?

Recipe Create Events From Sheet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Recipe Create Events From Sheet?

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

💬 Comments