What problem does it solve?
Connecting Gmail to an AI assistant involves OAuth authorization, capability scoping, memory policy choices, and backfill management, which users often struggle to configure on their own. This Skill turns that into a guided in-chat flow with audited tool calls.
Core Features & Use Cases
- Guided Connection Flow: Checks setup status, asks about provider powers (read, send/reply, label, spam triage, delete), and walks the user through Google sign-in via a structured setup UI.
- Privacy-First Configuration: Separately configures whether email reads feed memory (
integrations.gmail.memory_policy) and whether autonomous heartbeats may check Gmail (heartbeat_digest_enabled).
- Backfill & Job Control: Queues read-only email history backfill with scoped queries, monitors progress, and supports pause, resume, or cancel operations.
- Use Case: A user says "connect my Gmail and let the assistant read my inbox but don't remember anything." The Skill asks the right scoping questions, opens the setup UI, completes authorization, and reports the granted capabilities.
Quick Start
Ask the assistant to connect your Gmail account with read-only access and it will walk you through the setup panel step by step.