recipe-block-focus-time
작성자: Google
Google 캘린더에 반복적인 집중 시간 블록을 생성하여 심층 작업 시간을 보호합니다.
npx skills add https://github.com/googleworkspace/cli --skill recipe-block-focus-timeBlock Focus Time on Google Calendar
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar
Create recurring focus time blocks on Google Calendar to protect deep work hours.
Steps
- Create recurring focus block:
gws calendar events insert --params '{"calendarId": "primary"}' --json '{"summary": "Focus Time", "description": "Protected deep work block", "start": {"dateTime": "2025-01-20T09:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2025-01-20T11:00:00", "timeZone": "America/New_York"}, "recurrence": ["RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR"], "transparency": "opaque"}' - Verify it shows as busy:
gws calendar +agenda
Google의 다른 스킬
gws-modelarmor-sanitize-response
Google
Google Model Armor: Model Armor 템플릿을 통해 모델 응답을 정화합니다.
gws-people
Google
Google People: 연락처와 프로필을 관리합니다.
gws-shared
Google
gws CLI: 인증, 전역 플래그 및 출력 형식을 위한 공유 패턴.
gws-sheets
Google
구글 시트: 스프레드시트를 읽고 씁니다.
gws-sheets-append
Google
Google Sheets: 스프레드시트에 행을 추가합니다.
gws-sheets-read
Google
Google Sheets: 스프레드시트에서 값 읽기.
gws-slides
Google
Google Slides: 프레젠테이션을 읽고 씁니다.
gws-tasks
Google
Google Tasks: 작업 목록 및 작업을 관리합니다.