← 返回 Skills 市场
adamsey

Migma

作者 AdamSEY · GitHub ↗ · v1.3.0
cross-platform ✓ 安全检测通过
696
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install migma
功能描述
Generate, send, validate, and export AI-powered emails from the terminal; manage contacts, segments, tags, domains, and webhooks with Migma CLI.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install migma
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /migma 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug migma
版本 1.3.0
许可证
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Migma 是什么?

Generate, send, validate, and export AI-powered emails from the terminal; manage contacts, segments, tags, domains, and webhooks with Migma CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 696 次。

如何安装 Migma?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install migma」即可一键安装,无需额外配置。

Migma 是免费的吗?

是的,Migma 完全免费(开源免费),可自由下载、安装和使用。

Migma 支持哪些平台?

Migma 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Migma?

由 AdamSEY(@adamsey)开发并维护,当前版本 v1.3.0。

💬 留言讨论