add-gmail-tool

Connect Gmail MCP tools to agent groups via OneCLI-managed OAuth.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Bartunek/nanoclaw --skill add-gmail-tool-bartunek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-gmail-tool
Source: https://github.com/Bartunek/nanoclaw/tree/main/.claude/skills/add-gmail-tool
Command: npx skills add https://github.com/Bartunek/nanoclaw --skill add-gmail-tool-bartunek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes Gmail tool provisioning for NanoClaw agents by eliminating exposure of raw credentials through OneCLI-managed OAuth and per-group configuration.

Core Features & Use Cases

  • Wires the Gmail MCP server into selected agent groups with OneCLI-managed OAuth token injection.
  • Exposes Gmail operations as mcp__gmail__* tools usable by agents (read, search, send, label, draft, etc.).
  • Supports per-group mounts for secure credential handling and scalable deployment across many agents.
  • Use case: enable Gmail access across multiple groups without embedding secrets in containers.

Quick Start

Enable the Gmail MCP integration in your NanoClaw deployment and run a sample command against an agent, such as listing Gmail labels.

Frequently Asked Questions about add-gmail-tool

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

FAQPage Schema
How do I connect Gmail MCP tools to AI agent containers without exposing raw credentials?

Use OneCLI-managed OAuth to connect Gmail MCP tools to agent groups. It injects real tokens at request time without storing raw credentials, securely mounting configuration per container.

What Gmail operations can agents perform through MCP integration?

Gmail MCP integration exposes mcp__gmail__* tools for agents to read, search, send, label, and draft emails directly within their designated group containers.

Does this Gmail MCP integration support scalable deployment across multiple agent groups?

Yes, Gmail MCP integration supports per-group mounts for secure credential handling, enabling scalable Gmail access across multiple agent groups without embedding secrets in individual containers.

How do I set up Gmail access for agents using OneCLI?

Enable the Gmail MCP integration in your NanoClaw deployment to wire the Gmail MCP server into selected agent groups via OneCLI, then run sample commands like listing Gmail labels.

Why does my agent container need OneCLI for Gmail automation?

OneCLI manages OAuth token injection securely at request time, eliminating raw credential exposure and centralizing Gmail tool provisioning across your agent groups.

Can I use Gmail MCP tools with existing agent group configurations?

Yes, Gmail MCP integration wires into selected agent groups using per-group container configuration, securely mounting credentials and exposing Gmail operations without altering existing secrets.