add-gmail

Integrate Gmail with MolClaw using OAuth and MCP for email-driven automation.

30|2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/IDEA-XL/MolClaw --skill add-gmail-idea-xl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-gmail
Source: https://github.com/IDEA-XL/MolClaw/tree/main/.claude/skills/add-gmail
Command: npx skills add https://github.com/IDEA-XL/MolClaw --skill add-gmail-idea-xl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MolClaw currently lacks built-in Gmail integration to drive workflows from email. This skill adds Gmail capabilities to MolClaw, enabling either a tool mode (read/sent emails triggered from WhatsApp) or a channel mode (emails trigger the agent, schedule tasks, and provide replies).

Core Features & Use Cases

  • Gmail tool mode: Agent can read and send emails when triggered from WhatsApp.
  • Gmail channel mode: Emails can trigger the agent, schedule tasks, and receive email replies.
  • OAuth and MCP integration: Provides end-to-end setup guidance and token management for Gmail access within MolClaw.

Quick Start

Configure Gmail MCP OAuth for MolClaw, enable the desired mode (tool or channel), and test by triggering a simple Gmail workflow.

Frequently Asked Questions about add-gmail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Gmail to trigger automated workflows?

Gmail integration automates email-driven workflows by routing incoming emails to trigger agents and schedule tasks. It uses OAuth and MCP to mount credentials and route email contexts within the runtime.

Can I read and send emails from WhatsApp using a Gmail MCP connection?

Yes, Gmail tool mode allows agents to read and send emails when triggered from WhatsApp. It mounts OAuth credentials in the runtime to execute MCP interactions on demand.

What is the difference between Gmail tool mode and channel mode?

Tool mode reads and sends emails when triggered by external prompts like WhatsApp. Channel mode allows incoming emails to directly trigger the agent, schedule tasks, and send automated replies.

How do I set up OAuth for Gmail MCP integration?

Gmail MCP OAuth setup configures credentials and runs token management flows to mount them in the container runtime. This authorizes the agent to access Gmail accounts and execute read or send operations.

Does Gmail channel mode support automatic email replies and task scheduling?

Yes, Gmail channel mode allows incoming emails to trigger the agent, schedule tasks, and provide automatic replies. It routes email contexts through the runtime to drive these automated workflows.