calendar

calendar is a skill for Claude Code from k1p1l0/claude-telegram-supercharged. It costs 55 tokens per session (792 once invoked), scanned A, original, Apache-2.0.

A Google Calendar connection for managing your schedule from Telegram, a messaging app. It can read, create, change, and remove events, and provide daily briefings or reminders.

In plain words
What is it for?
Check upcoming events, find free time, schedule meetings, update or delete events, and receive daily schedule summaries or reminders.
Why use it?
It removes the need to switch between Telegram and Google Calendar for routine scheduling tasks. It can also clarify when you are available and ask for confirmation when details are unclear.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Good fit Check upcoming events, find free time, schedule meetings, update or delete events, and receive daily schedule summaries or reminders.

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

Made for: Claude Code.

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/k1p1l0/claude-telegram-supercharged/calendar/github.svg)](https://agentmods.dev/skills/k1p1l0/claude-telegram-supercharged/calendar)
Your own site
<a href="https://agentmods.dev/skills/k1p1l0/claude-telegram-supercharged/calendar"><img src="https://agentmods.dev/badge/skills/k1p1l0/claude-telegram-supercharged/calendar/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 calendar

Your own site · 80×15
<a href="https://agentmods.dev/skills/k1p1l0/claude-telegram-supercharged/calendar"><img src="https://agentmods.dev/badge/skills/k1p1l0/claude-telegram-supercharged/calendar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 792 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.00055 $0.00792
Opus 5 $0.00028 $0.00396
Sonnet 5 $0.00011 $0.00158
Haiku 4.5 $0.00006 $0.00079

Measured 11d ago against content hash 9db8caa5cfbd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 11d 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.

skills/calendar/SKILL.md · 92 lines

How it starts

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

Google Calendar Integration

Manage your Google Calendar from Telegram — check schedule, create events, get daily briefings, and receive proactive reminders.

Available MCP Tools

Try loading these tools via ToolSearch first:

  1. mcp__google-calendar__list-events — list upcoming events
  2. mcp__google-calendar__create-event — create new events
  3. mcp__google-calendar__update-event — modify events
  4. mcp__google-calendar__delete-event — remove events
  5. mcp__google-calendar__find-free-time — check availability

If tools aren't available, the Google Calendar MCP server may not be connected. Tell the user to run:

GOOGLE_OAUTH_CREDENTIALS="~/.claude/scripts/gcp-oauth.keys.json" npx -y @cocal/google-calendar-mcp auth

Use Cases

Check today's schedule

When user asks "what's on my calendar" or "what do I have today":

  1. Call list-events with today's date range
  2. Format as a clean summary with times, titles, locations
  3. Reply via Telegram

Create an event

When user says "add to calendar" or "schedule X":

  1. Parse the natural language for: title, date, time, duration, location
  2. If anything is ambiguous (e.g. "next Thursday"), ASK the user to confirm before creating
  3. Call create-event with structured data
  4. Confirm what was created via Telegram reply

Daily briefing

When user asks for "daily briefing" or "morning summary":

  1. List today's events
  2. List tomorrow's events
  3. Format as a concise briefing
  4. Can be combined with the schedule tool to auto-send every morning

Find free time

When user asks "when am I free" or "find a slot":

  1. Call find-free-time with the requested date range
  2. Show available slots

Date/Time Handling

  • Always use ISO 8601 format for API calls
  • Detect user's timezone from context or default to Europe/Lisbon
  • For relative dates ("tomorrow", "next Monday"), calculate the exact date
  • For ambiguous times ("afternoon"), ask for clarification

Proactive Calendar Features

The daemon can use the schedule tool to set up recurring calendar checks:

  • Morning briefing: Schedule an "every" job at 86400000ms (24h) that checks and sends today's events
  • Meeting reminders: After listing events, create schedule reminders for important ones

Read the full file on GitHub · 92 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. 11d ago First seen · 92 lines · 55 tokens per session scan A 9db8caa5cfbd

Subscribe to this mod's changes

calendar is a skill published in the GitHub repository k1p1l0/claude-telegram-supercharged (113 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 55 tokens to every session and 792 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-08-30.