What problem does it solve? NanoClaw agents run in isolated containers that must never hold raw API keys, so giving an agent Gmail access requires a credential-safe wiring path. This Skill installs the Gmail MCP server into the agent container image and registers it per agent group, with OneCLI injecting real OAuth tokens at request time so no usable credentials ever exist on disk or in the container. ## Core Features & Use Cases - Credential-safe Gmail access: Uses stub credential files with onecli-managed placeholders; the OneCLI gateway swaps in the real OAuth bearer token in flight. - Full Gmail toolset: Exposes search, read, send, draft, delete, label, filter, and attachment tools to the agent as mcp__gmail__* functions. - Per-group wiring with guard tests: Registers the MCP server and .gmail-mcp mount per agent group in the central DB, with structural tests guarding the Dockerfile install and allow-pattern derivation. - Use Case: Ask your personal agent to "search my inbox for invoices from last month" or "draft a reply to this email" and it uses the Gmail tools without ever touching a raw token. ## Quick Start Ask the agent to add the Gmail tool to your personal agent group using OneCLI-managed OAuth, then verify by having the agent list your Gmail labels.