gmail

Manage Gmail messages, threads, labels, and drafts via API gateway.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Kitsune-Den/skulk-skills --skill gmail-kitsune-den
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gmail
Source: https://github.com/Kitsune-Den/skulk-skills/tree/main/skills/gmail
Command: npx skills add https://github.com/Kitsune-Den/skulk-skills --skill gmail-kitsune-den

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gmail API access and email management through a single gateway with managed OAuth simplifies programmatic mailbox control for apps and bots.

Core Features & Use Cases

  • Read and manage messages, threads, labels, and drafts via the Gmail API gateway
  • Send messages and drafts through the gateway
  • Connect and authenticate using MATON API key to securely access Gmail resources
  • Use case: Automate daily inbox summaries, route messages to labels, or trigger actions based on email content

Quick Start

Authenticate with MATON_API_KEY and call the Gmail gateway to list messages or send a message.

Frequently Asked Questions about gmail

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

FAQPage Schema
How do I automate sending Gmail messages through an API gateway?▼

You can automate sending Gmail messages through an API gateway by authenticating with a MATON_API_KEY in the Authorization header and calling the gateway-proxied endpoints to programmatically send emails and drafts.

Can I manage Gmail threads and labels via API without handling OAuth directly?▼

Yes, you can manage Gmail threads and labels via API without handling OAuth directly by using this managed gateway, which requires a MATON_API_KEY to securely access and control mailbox resources.

What is needed to integrate Gmail API workflows into my automation bots?▼

To integrate Gmail API workflows into automation bots, you need a MATON_API_KEY for the Authorization header to access gateway-proxied endpoints for applying actions to messages, threads, labels, and drafts.

Does this gateway support reading and routing emails to specific labels programmatically?▼

Yes, the gateway supports reading and routing emails to specific labels programmatically by allowing you to read and manage messages, threads, and labels via the Gmail API gateway using a MATON_API_KEY.

What are the limitations of using a managed API gateway for Gmail automation?▼

The managed API gateway for Gmail automation requires a MATON_API_KEY in the Authorization header and operates strictly through gateway-proxied endpoints, meaning direct Gmail API calls without the gateway are not supported.