TopRank Skills

Home / Claw Skills / 其他 / recipe-block-focus-time
Official OpenClaw rules 15%

recipe-block-focus-time

Create recurring focus time blocks on Google Calendar to protect deep work hours.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
googleworkspace-bot/recipe-block-focus-time
Author
googleworkspace-bot
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/googleworkspace-bot/recipe-block-focus-time
Latest Commit SHA
c2798dc1876f31502be34717937fdaac6c5b4313

Extracted Content

SKILL.md excerpt

# Block 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

1. 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"}'`
2. Verify it shows as busy: `gws calendar +agenda`

Related Claw Skills