gmail

Access Gmail APIs for reading, sending, and managing emails via a managed OAuth gateway.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/papachong/RHClaw --skill gmail-papachong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gmail
Source: https://github.com/papachong/RHClaw/tree/main/RHClaw-Desktop/src-tauri/skills/gmail
Command: npx skills add https://github.com/papachong/RHClaw --skill gmail-papachong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines secure programmatic access to Gmail by handling OAuth-managed connections and proxying Gmail API requests so developers and applications do not need to implement OAuth flows or token management themselves.

Core Features & Use Cases

  • Mail operations: Read messages and threads, list labels, and fetch user profile information.
  • Compose and manage: Create drafts, send messages (raw/base64), modify message labels, and trash messages.
  • Connection management: Create, list, inspect, and delete Maton-managed Google OAuth connections and target a specific connection with a header.
  • Use Case: Automate triage of unread messages across accounts, apply labels, and send templated replies while relying on Maton's OAuth proxy rather than handling tokens directly.

Quick Start

Use the gmail skill to list the 10 most recent unread messages for my account via the Maton gateway.

Frequently Asked Questions about gmail

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

FAQPage Schema
How do I automate Gmail mailbox operations without managing OAuth tokens directly?

To automate Gmail mailbox operations without handling OAuth tokens directly, this Skill proxies Gmail API requests through a managed gateway, centrally handling OAuth connections for reading, sending, and managing emails.

Can I read unread messages and send templated replies across multiple Gmail accounts?

Yes, you can read unread messages and send templated replies across multiple Gmail accounts by targeting specific OAuth connections using the Maton-Connection header to select the desired managed account.

What do I need to integrate with the Gmail API for email workflow automation?

To integrate with the Gmail API for email workflow automation, you need network access and a valid MATON_API_KEY to route requests through the managed OAuth gateway for programmatic mailbox access.

How does the managed OAuth gateway handle Gmail drafts and message labels?

The managed OAuth gateway handles Gmail drafts and message labels by proxying API requests, allowing applications to create drafts, send base64 messages, modify existing labels, and trash messages directly.

What are the limitations of using a proxy gateway for Gmail API integration?

A limitation of using a proxy gateway for Gmail API integration is the strict dependency on network availability and a valid MATON_API_KEY, requiring the gateway to be operational for all email synchronization workflows.