google-calendar-group-scheduler

google-calendar-group-scheduler is a skill for Codex from fanfan-de/anybox. It costs 57 tokens per session (512 once invoked), scanned A, original, MIT.

A guide for finding and ranking meeting times that work for several people using their Google Calendars. It compares attendee availability and can include room checks.

In plain words
What is it for?
Use it to find a short list of suitable meeting slots, account for required or optional attendees, and check rooms or other resources.
Why use it?
It removes the need to compare everyone's busy periods manually when arranging a group meeting.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to find a short list of suitable meeting slots, account for required or optional attendees, and check rooms or other resources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fanfan-de/anybox/google-calendar-group-scheduler
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add fanfan-de/anybox --skill google-calendar-group-scheduler
Clone the repo
git clone --depth 1 https://github.com/fanfan-de/anybox

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for google-calendar-group-scheduler

README.md
[![agentmods](https://agentmods.dev/badge/skills/fanfan-de/anybox/google-calendar-group-scheduler/github.svg)](https://agentmods.dev/skills/fanfan-de/anybox/google-calendar-group-scheduler)
Your own site
<a href="https://agentmods.dev/skills/fanfan-de/anybox/google-calendar-group-scheduler"><img src="https://agentmods.dev/badge/skills/fanfan-de/anybox/google-calendar-group-scheduler/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for google-calendar-group-scheduler

Your own site · 80×15
<a href="https://agentmods.dev/skills/fanfan-de/anybox/google-calendar-group-scheduler"><img src="https://agentmods.dev/badge/skills/fanfan-de/anybox/google-calendar-group-scheduler.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 512 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.00512
Opus 5 $0.00028 $0.00256
Sonnet 5 $0.00011 $0.00102
Haiku 4.5 $0.00006 $0.00051

Measured 9d ago against content hash be486e5505c1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

google-calendar-group-scheduler scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/Anybox-Plugins/google-calendar/skills/google-calendar-group-scheduler/SKILL.md · 39 lines

How it starts

The opening of the file, as written. The whole thing — 39 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Google Calendar Group Scheduler

Use this skill when the scheduling problem is the task.

Relevant Actions

  • Use get_availability for attendee and room/resource busy windows once you know the concrete calendar IDs.
  • Use search_events when you need event context, candidate-room history, or a clearer read on what is creating conflicts.
  • Use read_event or search_events_all_fields when the attendee emails, manager contact, room email, or full source-event details need to be recovered from existing calendar events.

Workflow

  1. Ground the scheduling problem first: date window, duration, timezone, required attendees, optional attendees, and any hard constraints such as "this week", "afternoons only", or "avoid lunch".
  2. Normalize the request into explicit candidate windows before ranking anything.
  3. If attendee or room identities are referenced indirectly, such as "my manager", "same attendees", or "the room we usually use", search a bounded relevant window and read the likely source event before asking the user for contact details.
  4. Rank slots, do not enumerate everything. Optimize for a short list of strong options.
  5. Prefer slots that minimize conflict cost, are reasonably fair across timezones, and avoid fragmenting the day for the most constrained attendees.
  6. If no perfect slot exists, return the best compromise and state exactly who is impacted.
  7. If the meeting also needs a room, first narrow to attendee-compatible slots, then check likely rooms or resources against those shortlisted times.

Ranking Heuristics

  • Favor required-attendee fit over optional-attendee fit.
  • Favor slots that avoid very early or very late local times for distributed attendees.
  • Favor slots that preserve lunch and avoid consuming the only large free block in someone's day unless the meeting is clearly important.
  • Favor a small number of high-confidence options over a long weak list.
  • When two slots are similar, prefer the one that causes less calendar fragmentation.

Read the full file on GitHub · 39 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 39 lines · 57 tokens per session scan A be486e5505c1

Subscribe to this mod's changes

google-calendar-group-scheduler is a skill published in the GitHub repository fanfan-de/anybox (57 stars, last pushed 1mo ago), licensed MIT. It adds 57 tokens to every session and 512 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

things-mac

Manage Things 3 via the things CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks Otto to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.

elizaOS/eliza · 67 tokens

gsd-ns-manage

Route to the appropriate management skill based on the user's intent. gsd-config (settings + advanced + integrations + profile) and gsd-workspace (new + list + remove) are post-#2790 consolidated entries.

open-gsd/gsd-core · 16 tokens

slack-tools

Slack workspace management and automation specialist.

RightNow-AI/openfang · 10 tokens

triage-inbox

Triage academic email and calendar (Gmail / Google Calendar via the session's MCP) into a prioritized digest plus a referee-obligations tracker — classifying referee requests, R&R and editor correspondence, co-author threads, seminar and conference invites, and grant/admin deadlines, and proposing a human-gated action…

pedrohcgs/claude-code-my-workflow · 132 tokens

ceo-setup

One-time onboarding for the executive/manager commitment workflow — delegation-heavy, meeting prep, decision capture, morning and evening digests. Creates a commitments project and installs two dashboard widgets. After successful setup this skill is excluded from selection until the marker file is deleted.

suyoumo/ClawProBench · 60 tokens

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens