mcpbeat

Recipe Create Events From Sheet

googleworkspace/recipe-create-events-from-sheet

Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.

223 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
30175
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-events-from-sheet

The instruction itself

2 sections, as written by the author

Create Google Calendar Events from a Sheet

> PREREQUISITE: Load the following skills to execute this recipe: gws-sheets, gws-calendar

Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.

Steps

  • Read event data: gws sheets +read --spreadsheet SHEET_ID --range "Events!A2:D"
  • For each row, create a calendar event: gws calendar +insert --summary 'Team Standup' --start '2026-01-20T09:00:00' --end '2026-01-20T09:30:00' --attendee [email protected] --attendee [email protected]

How to use it

Copy the folder

Take googleworkspace/recipe-create-events-from-sheet from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.