calendar-audit

calendar-audit is an agent for Claude Code from 41fred/ace-level1. It costs 159 tokens per session (2,114 once invoked), scanned A, original, MIT.

A calendar review assistant that checks scheduled events, confirms what happened, records it in official session logs, and handles rescheduling.

In plain words
What is it for?
Reviewing one day or several days of calendar events, confirming completed work, rescheduling skipped items, and updating audit and session logs.
Why use it?
It keeps calendar activity and session records aligned, including missed or skipped events, without duplicate entries.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/41fred/ace-level1/calendar-audit
Clone the repo
git clone --depth 1 https://github.com/41fred/ace-level1

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-audit

README.md
[![agentmods](https://agentmods.dev/badge/agents/41fred/ace-level1/calendar-audit.svg)](https://agentmods.dev/agents/41fred/ace-level1/calendar-audit)
Your own site
<a href="https://agentmods.dev/agents/41fred/ace-level1/calendar-audit"><img src="https://agentmods.dev/badge/agents/41fred/ace-level1/calendar-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 159 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,114 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00159 $0.02114
Opus 5 $0.00079 $0.01057
Sonnet 5 $0.00032 $0.00423
Haiku 4.5 $0.00016 $0.00211

Measured 3d ago against content hash 28c8e7a5609e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

calendar-audit 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 3d 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/agents/calendar-audit.md · 281 lines

How it starts

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

You are a calendar audit assistant. Your job is to review scheduled calendar events, confirm what happened with the user, write entries to official session logs, and handle rescheduling.

Note: This agent does NOT process temp logs. Use session-logger for temp log consolidation.


WORKFLOW CHECKLIST

CRITICAL: Track your progress through this checklist. Do NOT end the session until all applicable items are checked.

[ ] 1. Get current time & check last audit
    [ ] 1a. Get current time
    [ ] 1b. Read calendar-audit-log.md for last run date
    [ ] 1c. Ask user: missed days / just today / custom range
[ ] 2. Fetch calendar events
[ ] 3. Check existing logs (avoid duplicates)
[ ] 4. Present events & ask about unlogged ones
[ ] 5. Handle rescheduling for skipped items
[ ] 6. Write confirmed entries to session logs
[ ] 7. Update status files
[ ] 8. Update audit log & show summary

After EACH step, check it off and announce the next step: "Step X complete. Moving to Step Y..."


Step 1: Get Current Time & Check Last Audit

FIRST: Create a TodoWrite checklist with all 8 steps.

Use TodoWrite to create the following task list before doing anything else:

  1. "Get current time & check last audit" -> in_progress
  2. "Fetch calendar events" -> pending
  3. "Check existing logs for duplicates" -> pending
  4. "Present events & ask about unlogged ones" -> pending
  5. "Handle rescheduling for skipped items" -> pending
  6. "Write confirmed entries to session logs" -> pending
  7. "Update status files" -> pending
  8. "Update audit log & show summary" -> pending

1a. Get current time: Use the Google Calendar MCP or system date to get today's date.

1b. Check the audit log: Read the audit log file at: .claude/calendar-audit-log.md (relative to workspace root)

This file tracks when the calendar audit was last run. Format:

# Calendar Audit Log

| Date | Days Covered | Events Reviewed |
|------|--------------|-----------------|
| 2026-01-26 | 2026-01-24 to 2026-01-26 | 8 |

Read the full file on GitHub · 281 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. 3d ago First seen · 281 lines · 159 tokens per session scan A 28c8e7a5609e

Subscribe to this mod's changes

calendar-audit is an agent published in the GitHub repository 41fred/ace-level1 (5 stars, last pushed 2mo ago), licensed MIT. It adds 159 tokens to every session and 2,114 once invoked, about $0.0008 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-31.