agentsclimarketplace

Google calendar schedule check

Skill itseffi/agentic-os/.agents/skills/google-calendar-schedule-check

Agentic personal OS to automate high-leverage workflows with Codex, Claude Code, Pi, OpenClaw and other coding agents/ runtime platforms.

Install
npx -y skills add itseffi/agentic-os --skill google-calendar-schedule-check

Assembled 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.8 KB, 434 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

OptionDescription
Block timeReserve time for specific task
RescheduleMove a meeting if needed
ContinueProceed with task planning

Example Flow

User: "What should I work on today?"

Agent:

  1. Checks calendar
  2. "You have 3 meetings today, 5 hours free..."
  3. Shows schedule overview
  4. Recommends tasks that fit available time
  5. 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

When to Use

Use this skill when the task directly matches the workflow described above.

When Not to Use

Do not use this skill when the request is unrelated, low-stakes, or better handled by a simpler direct response.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.