quick-event

quick-event is a command for coding agents from PsychQuant/che-ical-mcp. It costs 64 tokens per session (382 once invoked), scanned A, original, MIT.

A command for creating a calendar event from an everyday-language request such as “Dentist on Friday at 10am.”

In plain words
What is it for?
It extracts the title, date, time, duration, and location, shows calendars when needed, confirms the calendar, and creates the event in the local time zone.
Why use it?
It removes the need to enter event fields and ISO 8601 date-time values manually, while checking the chosen time for conflicts.

Command

Part of the che-ical-mcp plugin — 3 skills, 5 commands, 2 hooks shipped together

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 commands/psychquant/che-ical-mcp/quick-event
Clone the repo
git clone --depth 1 https://github.com/PsychQuant/che-ical-mcp

Or install che-ical-mcp, the plugin that ships this one along with the rest of its 3 skills, 5 commands, 2 hooks.

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 quick-event

README.md
[![agentmods](https://agentmods.dev/badge/commands/psychquant/che-ical-mcp/quick-event.svg)](https://agentmods.dev/commands/psychquant/che-ical-mcp/quick-event)
Your own site
<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>
Per session 64 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 382 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.00064 $0.00382
Opus 5 $0.00032 $0.00191
Sonnet 5 $0.00013 $0.00076
Haiku 4.5 $0.00006 $0.00038

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

Security

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.

plugin/commands/quick-event.md · 36 lines

What it actually says

Quick Event Creation

Parse the user's natural language input and create a calendar event.

Process

  1. Parse input: Extract title, date, time, duration, location from user's request
  2. List calendars: Show available calendars if not specified
  3. Check conflicts: Verify the time slot is available
  4. Create event: Use create_event with 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)
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 Changed · +52 tokens per session 0cbe71094be5
  2. 4d ago First seen · 36 lines · 12 tokens per session scan A 52666162f4c4

Subscribe to this mod's changes

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.