add-gmail-tool

Connect Gmail MCP server to agent groups using OneCLI-managed tokens.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill wires the Gmail MCP server into selected agent groups to provide Gmail actions without exposing raw credentials inside containers, leveraging OneCLI-managed tokens swapped in-flight.

Core Features & Use Cases

  • Seamless Gmail access across agent groups via OneCLI-managed placeholders
  • Supports Gmail operations such as read, search, send, draft, and label management via the MCP server
  • Use Case: A multi-user setup where each agent group can read, compose, and label emails without embedding credentials in the VM

Quick Start

Wire Gmail MCP into your agent groups and ensure OneCLI injects real tokens at request time.

Frequently Asked Questions about add-gmail-tool

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

FAQPage Schema
How do I expose Gmail operations to AI agents without embedding credentials in the container?

You can wire the Gmail MCP server into agent groups using OneCLI-managed placeholders, injecting real tokens in-flight at request time without exposing raw credentials inside containers.

What is the best way to manage Gmail access across multiple agent groups in different containers?

Managing Gmail access across containers uses per-group deployments with OneCLI-managed tokens, allowing each agent group to read, search, send, and label emails independently.

How do I install and configure the Gmail MCP server for per-group agent deployments?

You install the MCP server in the image, add it to the tool allowlist, and configure per-group mounts and environment pointers using onecli-managed placeholders for token injection.

Does this Gmail MCP integration support draft and label management operations?

Yes, the Gmail MCP server supports operations including read, search, send, draft creation, and label management for selected agent groups without exposing secrets.

Can I use OAuth tokens to authenticate Gmail actions without exposing secrets to the agent container?

Yes, OAuth tokens are managed by OneCLI and swapped in-flight, enabling agents to perform Gmail actions securely without embedding credentials directly in the VM or container.

Why do I need onecli-managed placeholders for Gmail MCP server configuration?

Onecli-managed placeholders are required so real tokens are injected in-flight at request time, preventing the exposure of raw credentials inside containers while enabling Gmail operations.