add-gmail-tool

Configure OAuth credentials and MCP server for Gmail integration.

30.5k|12.9k|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/nanocoai/nanoclaw --skill add-gmail-tool-nanocoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-gmail-tool
Source: https://github.com/nanocoai/nanoclaw/tree/main/.claude/skills/add-gmail-tool
Command: npx skills add https://github.com/nanocoai/nanoclaw --skill add-gmail-tool-nanocoai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @gongrzhe/server-gmail-autoauth-mcp, jq, docker, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies adding Gmail capabilities to an agent by managing OAuth credentials securely without exposing raw API keys.

Core Features & Use Cases

  • Gmail Integration: Connects the agent to Gmail for reading, sending, and managing emails through an MCP server.
  • Security-First Design: Uses OneCLI-managed OAuth tokens to prevent credential exposure, ensuring secure and compliant email access.
  • Use Case: Automate email searches and replies in a customer support chatbot, or monitor inboxes for specified keywords.

Quick Start

Use the add-gmail-tool skill to enable Gmail access, connect OAuth in OneCLI, and restart the agent container.

Frequently Asked Questions about add-gmail-tool

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

FAQPage Schema
How do I securely automate Gmail integration for an AI agent without exposing raw API keys?

To securely automate Gmail integration without exposing raw API keys, you use OneCLI-managed OAuth tokens. This approach handles credential setup and MCP server configuration, preventing credential exposure while enabling email reading, sending, and management.

What is the best way to set up an MCP server for Gmail email automation?

The best way to set up an MCP server for Gmail email automation is using OneCLI OAuth automation. It configures the server and manages OAuth credentials securely, allowing agents to automate email searches, replies, and inbox monitoring.

How do I connect my agent to Gmail for inbox monitoring and label management?

You connect your agent to Gmail for inbox monitoring and label management by enabling the Gmail access tool, connecting OAuth in OneCLI, and restarting the agent container. This establishes a secure connection for managing emails.

Does Gmail OAuth automation require Docker and OneCLI to function?

Yes, Gmail OAuth automation requires Docker and OneCLI to function. Docker provides the containerized environment for the MCP server, while OneCLI manages the secure OAuth tokens needed for compliant email access.

What are the limitations of using OneCLI-managed tokens for Gmail integration?

The limitations of using OneCLI-managed tokens for Gmail integration involve strict adherence to credential security standards. It relies on the @gongrzhe/server-gmail-autoauth-mcp dependency, limiting custom authentication flows for email automation.