A specialized automation skill that converts shorthand chat commands into formatted Gmail messages for personal and professional task management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cma-email
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 cma-email using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CMA-email is a productivity-oriented automation designed to streamline the process of sending task-based emails directly from an AI agent interface. By acting as a logical wrapper for the gog utility, this skill allows users to trigger emails to predefined work or personal accounts using simple prefixes like cma or cmap. It is a core component for users of Openclaw Skills who want to bridge the gap between instant AI interactions and long-term task tracking in their inbox.
The skill eliminates the friction of manual email composition by automatically handling recipient selection, subject line formatting, and content parsing. Whether you are capturing a quick thought or sending a detailed brief, CMA-email ensures that your data is structured and delivered to the right destination without interrupting your workflow.
To utilize CMA-email, you must have the gog skill installed and authenticated with your Google account. Ensure your Openclaw Skills configuration allows for shell command execution.
# Ensure gog is installed and configured
gog login
# Deploy the CMA-email skill to your agent's skill directory
# The agent will automatically recognize the cma/cmap triggers
The skill organizes data dynamically based on the input string to ensure compatibility with Gmail's API structure:
| Attribute | Description | Mapping Logic |
|---|---|---|
| Recipient | Target email address | cma: devoteam email |
| Subject | Email header | 'TODO: ' + (custom text or first 20 chars) |
| Body | Main email content | Full text or content after the pipe ( |
| CLI Command | Execution path | Invokes gog gmail send --to --subject --body |
Loading
Master advanced TypeScript patterns like branded types and discriminated unions to build industrial-grade, type-safe applications.

A production-grade collection of Rust patterns for async concurrency, web services, and systems integration using the 2024 edition.

A sophisticated agent learning system that filters, scores, and promotes corrections and patterns into permanent project memory through a quality-gated pipeline.

A production-grade implementation guide for Next.js 15 and 16 focusing on async APIs, caching changes, and Turbopack performance.

A specialized skill for managing and automating hierarchical notes in Trilium via the ETAPI.

A comprehensive toolkit of 8 specialized skills for managing the full Belgian GAAP accounting lifecycle within AI assistant environments.








































