mcpbeat Sign in

Google Calendar Free Up Time Skill for Codex

Find ways to open up meaningful free time in a connected Google Calendar. Use when the user wants to clear up their day, make room for focus time, create a longer uninterrupted block, or see the smallest set of calendar changes that would give time back.

23k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
4915
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/openai/plugins --skill google-calendar-free-up-time

What comes with it

91 073 bytes besides the instruction
agents/openai.yaml
assets/icon.png
assets/logo.png

The instruction itself

5 sections, as written by the author

Google Calendar Free Up Time

Use this skill when the goal is to create time, not just inspect time.

Relevant Actions

  • Use search_events to map the day's current fragmentation and identify movable candidates.
  • Use read_event or read_event_all_fields when one candidate meeting needs a closer look before proposing a move.
  • Use create_event when the user explicitly wants a temporary hold or focus block once the target slot is grounded.
  • Use update_event only after the proposal is clear and set update_scope to this_instance, entire_series, or this_and_following once the correct scope of change is grounded.

Workflow

  • Start by identifying the target: today, tomorrow, this afternoon, a specific day, or a broader window. If the user already gave a concrete window or duration, work inside it before asking follow-up questions.
  • Optimize for contiguous free blocks, not raw free-minute totals.
  • Identify which meetings are likely fixed and which are more movable before proposing changes.
  • If the user explicitly wants a temporary hold or focus block rather than a reschedule plan, choose the best qualifying free slot and create the hold once the slot is clear.
  • Look for the smallest edit set that creates a meaningful uninterrupted block.
  • Prefer solutions that reduce fragmentation across the rest of the day, not just one local gap.
  • If no clean block exists, show the best partial win and what tradeoff it requires.

Prioritization Heuristics

  • Protect hard anchors such as external meetings, major reviews, commute buffers, or lunch if it is already a stable part of the day.
  • Move lower-cost meetings first, such as optional events, transparent holds, lightweight internal syncs, or self-created placeholders.
  • Favor one or two coherent shifts over a chain of many tiny moves.
  • Prefer creating one useful block over scattering a few small openings.

Output Conventions

  • Show the before-and-after effect of the proposal.
  • Name the block of time created and the minimum meetings that would need to move.
  • When creating a hold, state the exact slot and whether the hold is transparent or busy.
  • If suggesting multiple options, keep them short and explain the tradeoff for each.

Other skills for the same job

different authors, same section of the catalogue
Doc Coauthoring
by anthropics
vendor ×10

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

4k tokens
File Organizer
by frostant
×10

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

3k tokens
Domain Name Brainstormer
by frostant
×8

Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.

1k tokens
Brainstorming
by ZhanlinCui
×4

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

626 tokens
Planning With Files
by ZhanlinCui
×3

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

9k tokens scripts
Scientific Brainstorming
by christophacham
×3

Creative research ideation and exploration. Use for open-ended brainstorming sessions, exploring interdisciplinary connections, challenging assumptions, or identifying research gaps. Best for early-stage research planning when you do not have specific observations yet. For formulating testable hypotheses from data use hypothesis-generation.

5k tokens
GitHub Project Management
by ComeOnOliver
×3

Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning

14k tokens
Grill Me
by ComeOnOliver
×3

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

3k tokens

How to use it

Copy the folder

Take openai/google-calendar-free-up-time from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.