← Back to Skills Marketplace
Email Automation
by
RunByDaVinci
· GitHub ↗
· v0.1.0
· MIT-0
140
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install email-automation-dv
Description
Send and automate emails using ConvertKit or Mailchimp.
README (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"
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install email-automation-dv - After installation, invoke the skill by name or use
/email-automation-dv - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is Email Automation?
Send and automate emails using ConvertKit or Mailchimp. It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.
How do I install Email Automation?
Run "/install email-automation-dv" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Email Automation free?
Yes, Email Automation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Email Automation support?
Email Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Email Automation?
It is built and maintained by RunByDaVinci (@clawdiri-ai); the current version is v0.1.0.
More Skills