Start every day focused. Get a morning briefing with overdue tasks, today's priorities, calendar overview, and context from recent meetings. Works with ai-meeting-notes to-do list. No setup. Just say 'briefing'.
Security Analysis
high confidenceThis instruction-only skill is internally consistent: it reads local workspace files (to-do list, meeting notes, optional memory files) and calendar data to produce a daily briefing, and it does not request external credentials or install software.
Name/description (daily briefing) match the behavior: the skill reads todo.md, meeting-notes/, memory files and calendar data to build a briefing. Nothing requested is disproportionate to producing a morning summary.
SKILL.md tells the agent to scan workspace files (todo.md, meeting-notes/, MEMORY.md, USER.md) and calendar integration if available — this is expected for the stated purpose, but it does mean the agent will read potentially sensitive local notes and user memory files. The mandatory exact-output formatting is strict but not a security issue.
No install spec and no code files — instruction-only skill, so nothing is written to disk or downloaded. This is the lowest-risk install model.
No environment variables, no credentials, and no external endpoints are requested in the SKILL.md. Calendar integration is optional and likely uses platform-provided connectors; nothing in the skill asks for unrelated secrets.
The skill is not marked always:true and defaults to normal invocation/autonomy. It does not request persistent installation or elevated access to other skills or system-wide settings.
Guidance
What to consider before installing: - Privacy: the skill will scan files in your workspace (todo.md, meeting-notes/ recent files, MEMORY.md, USER.md). Only install if you’re comfortable allowing the agent to read those notes/memory files. - Calendar access: calendar data is optional; if the platform connects your calendar, the briefing will include events. Check what calendar connector the platform will use (platform-managed OAuth) before granting calendar access. - No credentials requested: the skill does not ask for API keys, env vars, or downloads, so it won’t exfiltrate secrets by design — but it will surface anything present in the files it reads. - Output format: the skill enforces an exact briefing format and single-message response; this is a functional rule (not a security risk) but may be restrictive if you want different phrasing. If you want extra assurance, review the actual workspace files the skill will read (todo.md, files in meeting-notes/, MEMORY.md, USER.md) or keep sensitive information out of those files before using the skill.
Latest Release
v1.0.0
v1.0.0 — Initial Release ☀️ FEATURES - Morning briefing with overdue, priorities, calendar, context - Focus statement — ONE thing to concentrate on - Weekly preview mode - End-of-day variant (adapts to time) - Integrates with ai-meeting-notes to-do list - Customizable preferences Built by Jeff J Hunter
More by @jeffjhunter
Published by @jeffjhunter on ClawHub