From google-workspace-cli
Reads event data from Google Sheets spreadsheets using gws CLI and creates Google Calendar events for each row.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-create-events-from-sheetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-sheets`, `gws-calendar`
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.
gws sheets +read --spreadsheet-id SHEET_ID --range 'Events!A2:D'gws calendar +insert --summary 'Team Standup' --start '2025-01-20T09:00' --duration 30 --attendees [email protected],[email protected]npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceReads event data from Google Sheets spreadsheets and creates Google Calendar entries for each row using gws CLI tools. Useful for automating bulk event imports from sheets.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.