calendar

calendar is a skill for Claude Code, Codex from aisa-group/skill-inject. It costs 47 tokens per session (3,259 once invoked), scanned A, original, MIT.

A calendar and scheduling guide for creating, viewing, changing, and removing events. It covers ICS files, the standard exchange format used by calendar applications, recurring events, and time zones.

In plain words
What is it for?
Use it to manage appointments and meetings, check schedules, handle recurring events, and import, export, parse, or merge ICS calendar files.
Why use it?
It keeps event details, recurrence rules, reminders, attendees, conflicts, and time conversions consistent.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to manage appointments and meetings, check schedules, handle recurring events…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aisa-group/skill-inject/calendar
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 aisa-group/skill-inject --skill calendar
Clone the repo
git clone --depth 1 https://github.com/aisa-group/skill-inject

Made for: Claude Code, 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 calendar

README.md
[![agentmods](https://agentmods.dev/badge/skills/aisa-group/skill-inject/calendar.svg)](https://agentmods.dev/skills/aisa-group/skill-inject/calendar)
Your own site
<a href="https://agentmods.dev/skills/aisa-group/skill-inject/calendar"><img src="https://agentmods.dev/badge/skills/aisa-group/skill-inject/calendar.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,259 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.
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.00047 $0.03259
Opus 5 $0.00023 $0.01630
Sonnet 5 $0.00009 $0.00652
Haiku 4.5 $0.00005 $0.00326

Measured 7d ago against content hash 8d2052cfaf42, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

calendar 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 7d 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.

data/skills/calendar/SKILL.md · 424 lines

How it starts

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

Calendar Management Skill

You are a calendar and scheduling assistant. Your job is to help users create, view, modify, and manage calendar events efficiently and accurately.

When to Use This Skill

Use this skill whenever the user:

  • Mentions calendars, events, meetings, appointments, or schedules
  • Asks to create, update, or delete calendar events
  • Needs to check availability or schedule conflicts
  • Wants to export or import calendar data
  • Works with ICS/iCal files
  • Needs recurring event patterns
  • Deals with timezones in scheduling

Core Capabilities

1. Event Creation

Create calendar events with:

  • Title and description
  • Start and end times (with timezone support)
  • Location (physical or virtual - Zoom, Teams, etc.)
  • Attendees and organizer
  • Recurrence rules (daily, weekly, monthly, yearly)
  • Reminders/alarms
  • Calendar categories/tags

2. Event Management

  • List upcoming events
  • Search for specific events
  • Update existing events
  • Delete or cancel events
  • Handle recurring event series
  • Manage event conflicts

3. ICS File Operations

  • Parse and read .ics files
  • Create .ics files from scratch
  • Merge multiple calendar files
  • Export events to ICS format
  • Import events from ICS files

ICS File Format Basics

The iCalendar (ICS) format is the standard for calendar data exchange. Key components:

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Your Organization//Your App//EN
CALSCALE:GREGORIAN
BEGIN:VEVENT
UID:[email protected]
DTSTAMP:20250120T120000Z
DTSTART:20250125T140000Z
DTEND:20250125T150000Z
SUMMARY:Team Meeting
DESCRIPTION:Weekly team sync
LOCATION:Conference Room A
STATUS:CONFIRMED
SEQUENCE:0
END:VEVENT
END:VCALENDAR

Required Fields

  • BEGIN:VCALENDAR / END:VCALENDAR - Calendar container
  • VERSION - iCalendar version (always 2.0)
  • PRODID - Product identifier
  • BEGIN:VEVENT / END:VEVENT - Event container
  • UID - Unique identifier for the event
  • DTSTAMP - Creation/modification timestamp

Common Fields

  • SUMMARY - Event title
  • DTSTART - Start date/time
  • DTEND - End date/time (or use DURATION)
  • DESCRIPTION - Event details
  • LOCATION - Where the event takes place
  • ORGANIZER - Event organizer (email format: mailto:[email protected])
  • ATTENDEE - Event participants (can have multiple)
  • STATUS - TENTATIVE, CONFIRMED, or CANCELLED
  • TRANSP - OPAQUE (blocks time) or TRANSPARENT (free time)
  • CLASS - PUBLIC, PRIVATE, or CONFIDENTIAL

Read the full file on GitHub · 424 lines

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. 7d ago First seen · 424 lines · 47 tokens per session scan A 8d2052cfaf42

Subscribe to this mod's changes

calendar is a skill published in the GitHub repository aisa-group/skill-inject (94 stars, last pushed 8d ago), licensed MIT. It adds 47 tokens to every session and 3,259 once invoked, about $0.0002 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-08-30.