gmail
Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/gmailWhat This Skill Does
The Gmail skill provides seamless integration between your OpenClaw AI agent and the Gmail API, utilizing managed OAuth authentication. This skill acts as a proxy, routing your requests through the Maton gateway to securely interact with your inbox. Whether you need to list messages, read email threads, compose drafts, or send emails, this skill abstracts the complexity of Google's OAuth requirements, allowing your AI to perform administrative and communication-focused email tasks efficiently.
Installation
To install this skill, use the ClawHub command-line tool:
clawhub install openclaw/skills/skills/byungkyu/gmail
After installation, ensure you have your MATON_API_KEY configured in your environment variables. You must initialize your connection by visiting https://ctrl.maton.ai to authenticate your Google account. This process creates a secure connection ID that the OpenClaw agent uses to perform actions on your behalf without you ever needing to handle sensitive OAuth tokens manually.
Use Cases
This skill is designed for scenarios where email interaction is part of a larger workflow. Common use cases include:
- Automating email summaries for daily standups.
- Managing labels and organizing incoming correspondence based on content analysis.
- Drafting responses to recurring inquiries directly from the AI assistant.
- Extracting specific information from threads for data analysis projects.
- Cleaning up an inbox by identifying and deleting promotional or outdated messages.
Example Prompts
- "Check my inbox for any urgent emails from 'Manager' and summarize the top three threads for me."
- "Search for the latest invoice from AWS and forward the PDF attachment to my accountant at [email protected]."
- "Draft a polite response to the latest email in the 'Project Alpha' thread confirming that I received the files and will review them by Wednesday."
Tips & Limitations
- Security: Always verify the OAuth scopes granted during the connection process at
ctrl.maton.ai. Only grant the permissions necessary for your intended automation tasks. - Rate Limiting: Be aware that the Gmail API is subject to standard Google quotas. Avoid excessive rapid-fire calls to prevent temporary blocks.
- API Gateway: Remember that this skill is specifically for Google services. For other third-party integrations, utilize the
api-gatewayskill to maintain a consistent architecture across your AI agent's ecosystem. - Authentication: Keep your
MATON_API_KEYprivate. If compromised, regenerate it immediately via your settings dashboard on maton.ai.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-gmail": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.