원클릭으로
recipe-create-events-from-sheet
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Read data from two tabs in a Google Sheet to compare and identify differences.
Read data from a Google Sheet and create a formatted Google Docs report.
Append a deal status update to a Google Sheets sales tracking spreadsheet.
Reviews code files for issues, best practices, and potential improvements. Analyzes code quality and provides actionable feedback.
Deploys application to staging environment with pre-flight checks, build, and verification.
Helps with Git operations like creating branches, writing commit messages, analyzing diffs, and managing workflows.
| name | recipe-create-events-from-sheet |
| version | 1.0.0 |
| description | Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row. |
| metadata | {"openclaw":{"category":"recipe","domain":"productivity","requires":{"bins":["gws"],"skills":["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 alice@company.com,bob@company.com