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.
npx skills add k1p1l0/claude-telegram-supercharged --skill calendargit clone --depth 1 https://github.com/k1p1l0/claude-telegram-superchargedWrote 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.
[](https://agentmods.dev/skills/k1p1l0/claude-telegram-supercharged/calendar)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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:
mcp__google-calendar__list-events— list upcoming eventsmcp__google-calendar__create-event— create new eventsmcp__google-calendar__update-event— modify eventsmcp__google-calendar__delete-event— remove eventsmcp__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":
- Call
list-eventswith today's date range - Format as a clean summary with times, titles, locations
- Reply via Telegram
Create an event
When user says "add to calendar" or "schedule X":
- Parse the natural language for: title, date, time, duration, location
- If anything is ambiguous (e.g. "next Thursday"), ASK the user to confirm before creating
- Call
create-eventwith structured data - Confirm what was created via Telegram reply
Daily briefing
When user asks for "daily briefing" or "morning summary":
- List today's events
- List tomorrow's events
- Format as a concise briefing
- Can be combined with the
scheduletool to auto-send every morning
Find free time
When user asks "when am I free" or "find a slot":
- Call
find-free-timewith the requested date range - 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
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.
- 11d ago First seen · 92 lines · 55 tokens per session scan A 9db8caa5cfbd
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.
Other skills, from other repositories
go
Execute the ADR-driven 4-phase development workflow (preflight, implementation, formatting, release). Use whenever the user says 'itp go'.
calendar-event-manager
Create macOS Calendar events with tiered sound alarms and paired Reminders so events are never missed across Mac and iOS.
asciinema-player
Play .cast terminal recordings in iTerm2. TRIGGERS - asciinema play, .cast file, play recording, recording playback.
notion-cli
Access Notion via the 4ier/notion-cli Go binary. Use when user wants to search Notion, query databases, read pages, export data.
draft-message
Send a message to the user's Saved Messages so the user can review it, optionally edit it, then copy-paste it into the target chat's compose area before sending. Saved Messages is every Telegram account's built-in private chat with itself — it syncs across all clients automatically.
booking-notify
Dual-channel booking notifications via Telegram + Pushover. Scheduled sync, webhook relay, emergency alerts with custom sounds.