Calendar Query

ReviewAudited by ClawScan on May 1, 2026.

Overview

This is a coherent read-only calendar helper, but it relies on an already-authenticated CLI that can access named work and personal calendars.

Install this only if you are authorized to access these calendars and are comfortable with the agent summarizing work calendar entries and relevant personal calendar notes. Before use, verify that gog is authenticated to the intended account and has the least calendar access needed.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may run gog calendar queries when asked about schedules, events, availability, or reminders.

Why it was flagged

The skill tells the agent to run a local CLI command. The shown command is read-only and central to the calendar-query purpose.

Skill content
Use the `gog` CLI ... `gog calendar events <calendar_id> --from "YYYY-MM-DDT00:00:00" --to "YYYY-MM-DDT23:59:59"
Recommendation

Verify the gog CLI is trusted and that the agent only uses read-only calendar commands for the intended calendars.

What this means

If installed where gog is authenticated, the agent can read and summarize schedule details from the configured calendars.

Why it was flagged

The skill depends on an existing authenticated account with access to both work and personal calendars. This is sensitive delegated account access, but it is disclosed and limited in the instructions to reading calendar events.

Skill content
Use the `gog` CLI (already authenticated as ferdi.bot.matt@gmail.com) to read Matt's calendars... Work calendar first — matt.williams@flowcode.com ... Personal calendar as aside — williams.e.matt@gmail.com
Recommendation

Confirm the authenticated account and calendar permissions are intended, and avoid installing this in shared environments unless that access is acceptable.

What this means

A user may not see a machine-readable warning that this skill expects a preconfigured authenticated calendar CLI.

Why it was flagged

The metadata does not declare the gog CLI or authenticated calendar session that the SKILL.md instructions expect, so install-time checks may understate the local dependency.

Skill content
Required binaries (all must exist): none ... Primary credential: none
Recommendation

Declare the gog binary and the expected calendar authentication requirement in the skill metadata or installation notes.