TopRank Skills

Home / Claw Skills / Autres / recipe-create-events-from-sheet
Official OpenClaw rules 15%

recipe-create-events-from-sheet

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 recipe-create-events-from-sheet 技能。 若已安装,则直接安装 recipe-create-events-from-sheet 技能。

Overview

Skill Key
googleworkspace-bot/recipe-create-events-from-sheet
Author
googleworkspace-bot
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/googleworkspace-bot/recipe-create-events-from-sheet
Latest Commit SHA
589ec8a3ef71cb3011a6cdecb2a62e189a6600d1

Extracted Content

SKILL.md excerpt

# 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

1. Read event data: `gws sheets +read --spreadsheet-id SHEET_ID --range 'Events!A2:D'`
2. For each row, create a calendar event: `gws calendar +insert --summary 'Team Standup' --start '2025-01-20T09:00' --duration 30 --attendees alice@company.com,bob@company.com`

Related Claw Skills