gmail

Read, compose, and organize Gmail messages via a secure gateway.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/okbest2024/openclaw-backup --skill gmail-okbest2024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gmail
Source: https://github.com/okbest2024/openclaw-backup/tree/main/workspace/skills/gmail
Command: npx skills add https://github.com/okbest2024/openclaw-backup --skill gmail-okbest2024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gmail integration through a secure gateway and managed OAuth to simplify programmatic email tasks.

Core Features & Use Cases

  • Read, send, and organize Gmail messages, threads, labels, and drafts via an API gateway.
  • Manage OAuth connections and token handling for robust automation workflows.
  • Use case: automate daily email triage, compose and send drafts, and apply labels without exposing credentials.

Quick Start

Use this skill to fetch the latest 10 messages for the authenticated user via the 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 email triage without exposing OAuth credentials?

You can automate Gmail email triage securely by routing requests through a managed OAuth gateway. This approach handles token management and lets you read, label, and organize threads without directly exposing your Google credentials.

What do I need to read and compose Gmail messages via an API gateway?

To read and compose Gmail messages, you need a valid MATON API key and a configured Google OAuth connection. The gateway manages the authentication flow, allowing your automation workflows to interact with Gmail.

Can I use managed OAuth to send and draft emails programmatically?

Yes, managed OAuth allows you to programmatically send and draft emails. The gateway authenticates your session, enabling automated email composition and sending through the Gmail API.

How does automated labeling work for Gmail threads in secure workflows?

Automated labeling applies categories to Gmail threads via the API gateway. By using the managed OAuth connection, your workflow can organize messages programmatically without manual intervention.

What is the best way to list and get Gmail message details for automation?

The best way to list and get Gmail message details is through the secure API gateway. Using the managed OAuth flow, you can fetch the latest messages and retrieve specific details for your automated workflows.