add-gmail

Integrate Gmail into NanoClawbster with OAuth and the Gmail MCP server.

2|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/sskarz/nanoclawbster --skill add-gmail-sskarz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-gmail
Source: https://github.com/sskarz/nanoclawbster/tree/main/.claude/skills/add-gmail
Command: npx skills add https://github.com/sskarz/nanoclawbster --skill add-gmail-sskarz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gmail integration brings email capabilities to NanoClawbster, enabling the agent to read, classify, and reply to messages and drive workflows from Gmail events.

Core Features & Use Cases

  • Tool-access: read, search, draft, and send Gmail messages from within the agent as tools.
  • Channel capability: Gmail can act as a dedicated channel that polls the inbox and notifies the agent for responses or automation.
  • Use Case: Automatically route important emails to the main channel for action, scheduling, and follow-ups.

Quick Start

Configure Gmail via the add-gmail skill to connect to ~/.gmail-mcp and enable Gmail as a channel or tool.

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 with an agent to read and reply to emails?

Gmail integration with NanoClawbster enables an agent to read, search, draft, and reply to emails by wiring OAuth credentials from ~/.gmail-mcp and configuring the Gmail MCP server. It supports tool-only and full channel modes.

What's the difference between tool-only mode and channel mode for Gmail automation?

Tool-only mode lets the agent read, search, draft, and send Gmail messages on demand. Channel mode polls the inbox continuously, notifying the agent to drive automated workflows and route important emails for action.

How do I set up OAuth credentials for Gmail MCP server integration?

OAuth setup for the Gmail MCP server requires configuring credentials in the ~/.gmail-mcp directory. The add-gmail skill wires these credentials, updates container and agent configurations, and installs the googleapis dependency.

Can I automatically route important emails to trigger agent workflows?

Yes, using Gmail as a channel capability allows the agent to poll the inbox and notify on new messages. Important emails can be automatically routed to the main channel for action, scheduling, and follow-ups.

Does Gmail integration with NanoClawbster support searching and drafting emails?

Yes, Gmail integration provides tool access to read, search, draft, and send messages directly from within the agent. These tools are enabled by connecting to the Gmail MCP server via OAuth.

What dependencies are required to connect Gmail to NanoClawbster?

The integration requires the googleapis dependency, which is installed automatically. OAuth credentials must be placed in the ~/.gmail-mcp directory to connect the Gmail MCP server to the agent.