← 返回 Skills 市场
clawdiri-ai

Email Automation

作者 RunByDaVinci · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
140
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install email-automation-dv
功能描述
Send and automate emails using ConvertKit or Mailchimp.
使用说明 (SKILL.md)

Email Automation

Send and automate emails using ConvertKit or Mailchimp.

Usage

Send a one-off email

email-automation send \
  --to "[email protected]" \
  --subject "Hello from DaVinci" \
  --body "This is a test email."

Add a subscriber to a sequence

email-automation add-subscriber \
  --email "[email protected]" \
  --sequence "Onboarding Sequence"

Tag a subscriber

email-automation tag-subscriber \
  --email "[email protected]" \
  --tag "Priority"
安全使用建议
This skill appears to implement ConvertKit automation, but the package metadata and documentation are inconsistent. Before installing or running it: 1) Do not provide unrelated credentials—only set CONVERTKIT_API_SECRET if you intend to use ConvertKit. 2) Inspect lib/convertkit-api.sh and test-integration.sh yourself; the scripts use curl/jq to talk to ConvertKit and write local JSON files. 3) Note README references (Mailchimp, Python scripts, deploy-sequence.sh) that are missing—expect some manual wiring or missing features. 4) Run the integration tests in an isolated environment (and avoid using a production API key for initial tests). 5) If you expect Mailchimp support or Python tooling, ask the publisher for a clarified version; otherwise treat this as a ConvertKit-only bash utility and verify it meets your security/operational requirements.
能力评估
Purpose & Capability
The code is focused on ConvertKit (lib/convertkit-api.sh) which matches the description, but the registry metadata declares no required environment variables or primary credential even though the scripts require CONVERTKIT_API_SECRET at runtime. README and other docs also reference Mailchimp, Python scripts, and MAILCHIMP_API_KEY that are not implemented in the repo. These mismatches mean the declared requirements do not align with the skill's actual needs.
Instruction Scope
SKILL.md provides CLI-like usage examples but does not declare the required ConvertKit env var. The runtime scripts (create-sequence.sh, monitor-sequences.sh, convertkit-api.sh) only call ConvertKit endpoints and write local JSON reports under the skill directory; they do not read broad system state or other credentials. However templates include example shell commands (npm install -g, activation commands) and the scripts reference a deploy script (deploy-sequence.sh) that isn't present—these are scope/documentation inconsistencies that could confuse users.
Install Mechanism
There is no install specification (instruction-only deployment) and the skill is packaged as scripts and templates. No external downloads or extract steps are present in the manifest. This is low-install risk, but the files will be executed locally if the user runs the scripts.
Credentials
The scripts require a ConvertKit API secret (CONVERTKIT_API_SECRET) but the registry metadata lists no required env vars or primary credential. README also references MAILCHIMP_API_KEY and Python dependencies that are not present in the code. Requesting no credentials at install time while requiring an API secret at runtime is disproportionate and inconsistent.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not request persistent system privileges or modify other skills' configs. It writes its own sequences and reports into subdirectories under the skill workspace and uses /tmp in tests—standard and limited scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install email-automation-dv
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /email-automation-dv 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
Slug email-automation-dv
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Email Automation 是什么?

Send and automate emails using ConvertKit or Mailchimp. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。

如何安装 Email Automation?

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

Email Automation 是免费的吗?

是的,Email Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Email Automation 支持哪些平台?

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

谁开发了 Email Automation?

由 RunByDaVinci(@clawdiri-ai)开发并维护,当前版本 v0.1.0。

💬 留言讨论