← Back to Skills Marketplace
adamsey

Migma

by AdamSEY · GitHub ↗ · v1.3.0
cross-platform ✓ Security Clean
696
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install migma
Description
Generate, send, validate, and export AI-powered emails from the terminal; manage contacts, segments, tags, domains, and webhooks with Migma CLI.
Usage Guidance
This skill appears to do what it says: it calls a migma CLI and uses a single API key. Before installing: 1) verify the npm package @migma/cli on the official npm/GitHub page and confirm the maintainer and version; 2) treat MIGMA_API_KEY as a high-privilege secret (it can send email and modify contact lists); preferably use a scoped or test API key, not a production key; 3) be aware that importing CSVs or using 'projects import' will upload local data and website assets to the service — review Migma's privacy/terms; 4) consider disabling autonomous invocation for this skill if you don’t want the agent to send emails or import contacts without explicit user approval. Small note: registry metadata showed no homepage while the SKILL.md lists https://migma.ai — that mismatch is not necessarily malicious but you may want to confirm the official project URL before proceeding.
Capability Analysis
Type: OpenClaw Skill Name: migma Version: 1.3.0 The skill bundle provides instructions for using the 'migma' CLI tool to manage emails, contacts, and brand assets. All commands and instructions are directly related to the stated purpose of the skill. It requires an API key and the 'migma' binary, which is installed via npm. While the skill involves file system operations (reading/writing HTML, CSV) and network requests (importing brand from a URL), these are legitimate functionalities of an email marketing tool and are not accompanied by any instructions indicating malicious intent, data exfiltration, persistence mechanisms, or prompt injection attempts against the agent. The instructions are clear and focused on the tool's intended use.
Capability Assessment
Purpose & Capability
Name/description, required binary (migma), required env var (MIGMA_API_KEY), and the declared Node install (@migma/cli) all align with an email/marketing CLI. The commands in SKILL.md (generate, send, validate, export, contacts) match the stated purpose.
Instruction Scope
The instructions are limited to running the migma CLI and operating on files the user explicitly passes (HTML, CSV). This is within scope, but the agent will transmit user data (contacts, HTML, and any imported website content when 'projects import' is used) to Migma's service — which is expected behavior for an email service but worth noting for privacy.
Install Mechanism
Installation is via an npm package (@migma/cli) that creates the migma binary. Using npm for a CLI is reasonable, but npm packages can run lifecycle scripts and execute code on install; verify package provenance, version, and integrity (npm registry page, package maintainers, checksums) before installing in sensitive environments.
Credentials
Only one environment variable (MIGMA_API_KEY) is required and listed as the primary credential — appropriate for a remote email service. Remember this key grants the ability to send emails and manage contacts/domains via the service, so treat it as highly sensitive and prefer scoped/service-account keys if available.
Persistence & Privilege
The skill does not request always:true, no system config paths are required, and it doesn’t attempt to modify other skills or global agent settings. It is user-invocable and can be run autonomously by the agent (default) — normal for skills, but be mindful of autonomous runs if you don't want the agent sending emails without approval.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install migma
  3. After installation, invoke the skill by name or use /migma
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.0
Rewrite OpenClaw tutorial, improve skill discoverability
v1.2.0
Update description for better agent discoverability
v1.1.0
Rewrite: task-oriented instructions, real conversation examples, cleaner structure
v1.0.0
Initial release — CLI skill for AI-powered email generation, sending, validation, and export
Metadata
Slug migma
Version 1.3.0
License
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Migma?

Generate, send, validate, and export AI-powered emails from the terminal; manage contacts, segments, tags, domains, and webhooks with Migma CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 696 downloads so far.

How do I install Migma?

Run "/install migma" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Migma free?

Yes, Migma is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Migma support?

Migma is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Migma?

It is built and maintained by AdamSEY (@adamsey); the current version is v1.3.0.

💬 Comments