Calendar Query
/install calendar-query
Calendar Query Skill
Use the gog CLI (already authenticated as [email protected]) to read Matt's calendars. Always follow this order:
- Work calendar first — [email protected]
- Personal calendar as aside — [email protected] (summaries, FYIs)
Commands
List events for a specific day
gog calendar events \x3Ccalendar_id> --from "YYYY-MM-DDT00:00:00" --to "YYYY-MM-DDT23:59:59"
- Example (work calendar tomorrow):
gog calendar events [email protected] --from "2026-03-18T00:00:00" --to "2026-03-18T23:59:59"
Relative ranges
--tomorrow,--today,--days N,--week- Example: next 7 days on personal calendar
gog calendar events [email protected] --days 7
Keyword search
gog calendar events \x3Ccalendar_id> --query "keyword" --from \x3Cstart> --to \x3Cend>
Use for finding Bulls games, travel, etc.
Multiple calendars at once
Use separate commands per calendar and merge results in your reply.
Response Pattern
- Summarize work calendar events chronologically (time + title + context).
- Add personal calendar notes afterward if relevant ("On personal calendar: ...").
- Mention all-day events clearly.
Tips
- Use ISO timestamps;
--from/--toare required for single-day accuracy. - For afternoon-specific questions, query narrowed windows (
--from "2026-03-24T12:00:00"). - When unsure about date, confirm with the user.
- If
gogerrors, include the error message and suggest retrying or re-authenticating.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install calendar-query - After installation, invoke the skill by name or use
/calendar-query - Provide required inputs per the skill's parameter spec and get structured output
What is Calendar Query?
Query Matt's calendars with the gog CLI. Always prioritize the Flowcode work calendar ([email protected]) and include personal calendar (williams.e.... It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.
How do I install Calendar Query?
Run "/install calendar-query" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Calendar Query free?
Yes, Calendar Query is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Calendar Query support?
Calendar Query is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Calendar Query?
It is built and maintained by Matt Williams (@williamsmatt); the current version is v1.0.0.