A comprehensive Gmail integration skill that allows AI agents to securely read, search, send, and organize emails via the MorphixAI proxy.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gmail-2
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gmail-2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Gmail skill for Openclaw Skills empowers AI agents to interact directly with the Gmail API through a secure MorphixAI proxy. This integration allows agents to act as a sophisticated personal assistant capable of retrieving profiles, managing labels, and handling the full lifecycle of an email—from drafting and sending new messages to archiving and trashing old ones. By using this skill, developers can build automated workflows that respond to incoming inquiries or monitor specific threads without manual intervention.
Designed for security and ease of use, the skill leverages environment-based authentication and a simplified linking process. It ensures that sensitive email data is handled within a controlled environment, making it a reliable choice for developers building productivity tools or automated customer support systems within the Openclaw Skills ecosystem.
To get started with the Gmail skill, follow these installation steps:
openclaw plugins install openclaw-morphixai
Generate an API Key at morphix.app/api-keys.
Configure your environment variable:
export MORPHIXAI_API_KEY="mk_your_key_here"
mx_link --app gmail
The skill organizes data around the standard Gmail API objects. Below is the primary data structure utilized by Openclaw Skills:
| Object | Key Fields | Description |
|---|---|---|
| Profile | emailAddress, messagesTotal |
Basic user account statistics. |
| Message | id, threadId, labelIds |
Metadata for identifying unique emails and threads. |
| Content | subject, from, to, body |
The core payload of the email message (plain text format). |
| Label | id, name, type |
Taxonomy used for organizing the inbox. |
| Search | query |
Supports Gmail syntax like is:unread or newer_than:7d. |
Loading
A comprehensive toolset for managing GitHub repositories, issues, pull requests, and CI/CD workflows through an AI agent.

A powerful integration that allows AI agents to interact with Figma workspaces for design inspection, asset management, and collaboration.

A high-efficiency morning report tool that consolidates updates from development, project management, and communication platforms into a single actionable summary.

A comprehensive integration for managing Confluence Cloud workspaces, enabling automated page lifecycle management and advanced knowledge base searching.

A secure integration for AI agents to manage Google Tasks and lists via the MorphixAI proxy.

A comprehensive integration for managing Jira Cloud projects, issues, and workflows via a secure MorphixAI proxy.








































