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 agentmods add commands/psychquant/che-ical-mcp/quick-eventgit clone --depth 1 https://github.com/PsychQuant/che-ical-mcpWrote 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/commands/psychquant/che-ical-mcp/quick-event)<a href="https://agentmods.dev/commands/psychquant/che-ical-mcp/quick-event"><img src="https://agentmods.dev/badge/commands/psychquant/che-ical-mcp/quick-event.svg" alt="Measured on agentmods" 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 | $0.00064 | $0.00382 |
| Opus 5 | $0.00032 | $0.00191 |
| Sonnet 5 | $0.00013 | $0.00076 |
| Haiku 4.5 | $0.00006 | $0.00038 |
Grade A, and why
quick-event 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.
What it actually says
Quick Event Creation
Parse the user's natural language input and create a calendar event.
Process
- Parse input: Extract title, date, time, duration, location from user's request
- List calendars: Show available calendars if not specified
- Check conflicts: Verify the time slot is available
- Create event: Use
create_eventwith proper ISO8601 datetime format
Examples
User: "Meeting with John tomorrow at 2pm for 1 hour" → Parse: title="Meeting with John", date=tomorrow, start=14:00, duration=1h → Create: start_time="2026-01-19T14:00:00+08:00", end_time="2026-01-19T15:00:00+08:00"
User: "Dentist on Friday 10am at 123 Main St" → Parse: title="Dentist", date=Friday, start=10:00, location="123 Main St" → Create with location parameter
Important
- Always confirm the calendar to use if user hasn't specified
- Default event duration: 1 hour if not specified
- Always use local timezone (e.g., +08:00 for Taiwan)
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.
- 3d ago Changed · +52 tokens per session 0cbe71094be5
- 4d ago First seen · 36 lines · 12 tokens per session scan A 52666162f4c4
quick-event is a command published in the GitHub repository PsychQuant/che-ical-mcp (36 stars, last pushed 4d ago), licensed MIT. It adds 64 tokens to every session and 382 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 commands, from other repositories
sync-config
Sync a scraping config's URLs against the live documentation site.
statusbar-doctor
Run cs doctor to diagnose why the status bar isn't showing what you expect.
statusbar
Show current status-bar config and list available styles + themes.
session-init
You are the Main Agent in an orchestrated workflow. Read and internalize these working instructions.
permissions
Create or update DOGMA-PERMISSIONS.md to configure what Claude can do autonomously.
sandbox-promote
Promote an accepted, version-worthy WIP artifact from .credo/sandbox-tmp/ / to .credo/sandbox/ /. is the sandbox-tmp folder name (argument: $1).