gog-calendar-events — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited gog-calendar-events (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
gog Calendar EventsThis skill outlines how to retrieve Google Calendar events using the gog command-line tool, which is confirmed to be available in this environment.
To list events for a specific day (e.g., today), using a plain text output:
gog calendar events --today --plain --account <your-email-address>Replace <your-email-address> with the email associated with the Google Calendar you wish to query.
--today: Shows events for the current day.--tomorrow: Shows events for the next day.--week: Shows events for the current week.--days N: Shows events for the next N days.--plain: Outputs stable, parseable text (TSV; no colors), good for scripting.--json: Outputs JSON to stdout, best for scripting.--account <email>: Specifies the Google account email to use. This is often required if a default is not configured.<calendarId>: Optionally specify a particular calendar ID (defaults to primary).gog commands often require the --account flag (e.g., --account [email protected]) if a default account hasn't been set via gog auth manage.gog subcommand, use gog <command> --help (e.g., gog calendar --help), not gog help <command>.gog calendar --help: For a full list of gog calendar subcommands and flags.gog calendar events --help: For specific flags related to listing events.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.