Briefing (Calendar Agenda, Weather, Pending To-Dos)

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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 briefing can include private calendar information from the user's Google account.

Why it was flagged

The skill may indirectly use the user's Google Calendar account through a companion skill, which is expected for a calendar briefing but involves account-backed personal data.

Skill content
gcalcli connects to Google Calendar API (requires user's own OAuth credentials, configured outside this skill).
Recommendation

Install only if you are comfortable with the configured calendar companion skill being used for briefings, and review that companion skill's permissions separately.

What this means

If configured, the skill can run automatically on a schedule and deliver calendar, todo, and weather summaries to the selected channel.

Why it was flagged

The README recommends a persistent scheduled invocation, but it is presented as an optional, explicit user setup and is aligned with the daily briefing purpose.

Skill content
This skill works best as a scheduled cron job that fires every morning at your wake time.
Recommendation

Use the scheduled setup only for channels where you are comfortable receiving personal briefing content, and periodically review or remove the cron job if no longer needed.