remember-calendar

remember-calendar is a skill for Claude Code from markmhendrickson/ateles. It costs 0 tokens per session (1,171 once invoked), scanned A, original, MIT.

A calendar-sync workflow that copies event records from Neotoma, a system for storing structured information, into Google Calendar. It chooses the destination calendar using the operator's saved routing rules.

In plain words
What is it for?
Use it to add Neotoma events to the correct Google Calendar automatically, either when requested or when a new event has not yet been added.
Why use it?
It keeps calendar entries from drifting away from the event records that serve as the main source of truth. It can add new events without requiring a separate manual calendar step.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to add Neotoma events to the correct Google Calendar automatically, either when requested or when a new event has not yet been added.

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

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 remember-calendar

README.md
[![agentmods](https://agentmods.dev/badge/skills/markmhendrickson/ateles/remember-calendar.svg)](https://agentmods.dev/skills/markmhendrickson/ateles/remember-calendar)
Your own site
<a href="https://agentmods.dev/skills/markmhendrickson/ateles/remember-calendar"><img src="https://agentmods.dev/badge/skills/markmhendrickson/ateles/remember-calendar.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,171 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.00000 $0.01171
Opus 5 $0.00000 $0.00585
Sonnet 5 $0.00000 $0.00234
Haiku 4.5 $0.00000 $0.00117

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

Security

Grade A, and why

remember-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 4d 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.

.claude/skills/remember-calendar/SKILL.md · 103 lines

How it starts

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


name: remember-calendar description: Proactively sync Neotoma event entities to Google Calendar, routing each event to the correct calendar per the operator's calendar_routing_config. Runs without being asked whenever a new event entity lacks a google_event_id. user_invocable: true triggers:

  • remember-calendar
  • /remember-calendar
  • add to calendar
  • sync to calendar
  • put in calendar supported_harnesses:
  • claude_code entity_id: ent_2180e21ca95d095fd30e4f84

remember-calendar — Neotoma ↔ Google Calendar Sync

Purpose

Keep Neotoma event entities and Google Calendar in sync. The canonical record is Neotoma; Google Calendar is the display layer. Each event routes to a calendar based on its type, following the operator's routing config (retrieved at runtime — see below).

Calendar routing (retrieve at runtime, never hardcode)

Calendar IDs and the personal routing rules are operator-specific, so they are not in this skill. At runtime, retrieve the calendar_routing_config entity named operator-calendar-routing from Neotoma and follow its routing table: each entry gives a calendar_id and the use_when conditions that select it, with one entry flagged is_default for the uncertain case. Use the is_default calendar when classification is ambiguous. After creating or updating an event, write back the fields named in the config's writeback_fields using its writeback_idempotency_pattern.

If the config entity is missing, stop and surface that rather than guessing a calendar.

Trigger conditions (proactive)

Apply this skill without being asked whenever:

  1. A new event entity is stored in Neotoma and it lacks a google_event_id field
  2. An event entity is corrected (date/time/location changed) and it has a google_event_id — update the GCal event
  3. The user shares a message, screenshot, or invitation containing event details
  4. A task is created with a due_date and a clear venue/meeting (create a calendar block)

Read the full file on GitHub · 103 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. 4d ago First seen · 103 lines · 0 tokens per session scan A e638794fe0cb

Subscribe to this mod's changes

remember-calendar is a skill published in the GitHub repository markmhendrickson/ateles (6 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,171 tokens. 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.