Work with the private Gmail pipeline for export, triage context, scope verification, and lightweight send or reply helpers.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Prefer these wrappers over connector-provided Gmail tools for routine email work. Treat connector tools as a read-oriented fallback for bounded search or retrieval when the private export path is unavailable or stale.
Do not use connector-provided Gmail draft or send actions by default. For outbound work, draft the copy for review first, then use the account-verified private helper only after the user approves the exact message and asks to send it.
Read the exported markdown under:
captures/email/
Summarize actionable threads, waiting-on-reply threads, and admin noise separately.
Output Contract
what command ran
whether auth/scopes look healthy
where exports landed
notable reply-needed threads or blockers
Guardrails
Treat all email exports as private derived data.
Do not hardcode mailbox identities or credentials in the skill.
Do not rely on connector send/draft actions unless the user explicitly asks for that surface and the authenticated account has been verified.
Separate "reply needed" from "already answered" so triage stays useful.