A terminal-based AI email engine for designing, sending, and managing marketing campaigns and contact segments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install migma
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 migma using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Migma is a powerful command-line utility designed to bridge the gap between AI generation and professional email marketing. As part of your Openclaw Skills collection, it enables developers and agents to generate responsive, on-brand emails from simple text prompts, manage audience segments, and handle delivery through managed domains.
The tool goes beyond simple text generation by providing a full suite of validation tools that check for spam triggers, broken links, and rendering compatibility across over 30 email clients. Whether you are building automated notification systems or managing a large-scale newsletter, Migma provides the infrastructure to handle the entire lifecycle within a terminal environment.
Install the Migma package via npm and configure your environment with your API key to start using these Openclaw Skills:
npm install -g @migma/cli
export MIGMA_API_KEY='your_api_key_here'
Initialize your first sending domain and brand project:
# Create a managed domain
migma domains managed create <companyname> --json
# Import brand assets from your site
migma projects import https://yourwebsite.com --wait --json
Migma organizes its marketing data through a structured hierarchy of projects and audience entities:
| Component | Description | Primary Identifiers |
|---|---|---|
| Project | Contains brand assets, logos, and voice settings | projectId |
| Conversation | Stores AI-generated email iterations and HTML | conversationId |
| Contact | Individual subscriber profiles with metadata | email, contactId |
| Segment | Grouped contacts for targeted campaigns | segmentId |
| Domain | Sending infrastructure configuration | domainName |
Loading
A powerful terminal-based coding assistant that integrates OpenAI Codex directly into your local development workflow for automated refactoring, debugging, and feature implementation.

A security-focused web fetching and search tool that shields AI models from malicious prompt injections found in live web content.

A multi-language LSP client that manages persistent background daemons for precise code navigation and semantic analysis.

A comprehensive data analysis toolkit for the YouTube Data API v3 that enables automated channel benchmarking, video performance tracking, and search results analysis.

A local-first security scanner designed to detect malicious patterns and vulnerabilities in AI agent skills before installation.

A local-first security scanner designed to detect malicious patterns and vulnerabilities in AI agent skills before they are installed.








































