Schedule check
Skill itseffi/agentic-os/System/integrations/google-calendar/skills/schedule-check
Agentic personal OS to automate high-leverage workflows with Codex, Claude Code, Pi, OpenClaw and other coding agents/ runtime platforms.
npx -y skills add itseffi/agentic-os --skill schedule-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Check Google Calendar for today's schedule. Use during daily planning or when user asks about their calendar.
SKILL.md
1.6 KB, 386 tokens by cl100k_base, as published. Nobody here has run it
Calendar Schedule Check
Check today's calendar and factor meetings into daily planning.
Instructions
Step 1: Fetch Today's Events
Call calendar_list_events for today's date range.
Step 2: Categorize Events
Group events by type:
- Meetings - Events with other attendees
- Focus blocks - Solo blocked time
- External - Events outside work calendar
Step 3: Calculate Available Time
Today's Schedule:
09:00-10:00 Team standup (meeting)
11:00-12:00 1:1 with Sarah (meeting)
14:00-15:00 Focus time (blocked)
Available for deep work:
- 10:00-11:00 (1 hour)
- 12:00-14:00 (2 hours)
- 15:00-17:00 (2 hours)
Total: 5 hours available
Step 4: Factor into Task Planning
When recommending tasks:
- Match task estimated_time to available slots
- Prioritize P0/P1 tasks for longer blocks
- Suggest quick tasks for short gaps
Step 5: Offer Calendar Actions
| Option | Description |
|---|---|
| Block time | Reserve time for specific task |
| Reschedule | Move a meeting if needed |
| Continue | Proceed with task planning |
Example Flow
User: "What should I work on today?"
Agent:
- Checks calendar
- "You have 3 meetings today, 5 hours free..."
- Shows schedule overview
- Recommends tasks that fit available time
- Offers to block time for priority tasks
Notes
- Respect existing focus blocks
- Consider meeting prep time
- Account for lunch/breaks
- Warn if schedule is overloaded