Referenced from SKILL.md
SKILL.mdView in source ↗
Source excerpt starting at line 26.SKILL.mdView in source ↗- `references/gmail-search-syntax.md` — Gmail search operators (is:unread, from:, newer_than:, etc.)- `references/daily-brief.md` — daily/morning brief procedure: schedule + conflicts + meeting prep + urgent mail from Gmail and Calendar. Load it when the user asks for a morning brief, meeting preparation, or "what's on my calendar and what email needs attention."
Source excerpt starting at line 317.2. **Check auth before first use** — run `setup.py --check`. If it fails, guide the user through setup.3. **Use the Gmail search syntax reference** for complex queries — load it with `skill_view("google-workspace", file_path="references/gmail-search-syntax.md")`.4. **Calendar times must include timezone** — always use ISO 8601 with offset (e.g., `2026-03-01T10:00:00-06:00`) or UTC (`Z`).