← Back to Skills Marketplace
zrslu01

Agent Email

by zrslu01 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
93
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agent-email
Description
Enables sending outbound emails via AgentMail.to for system alerts and task completion reports using [email protected].
README (SKILL.md)

Agent Email Skill

Description

Enables Thundarr to perform outbound communication via the AgentMail.to API. This is the primary notification channel for system health and task completion reports.

Configuration

Requires a valid AgentMail API key. Sends from the official identity: [email protected].

Tools

  • send_mail.py: A Python script that handles POST requests to the AgentMail v1 API.

Usage Examples

  • "Send a backup success report to my personal email."
  • "Alert me if the system temperature exceeds 80 degrees Celsius."
Usage Guidance
Do not install or enable this skill until the author fixes the mismatches. Ask the publisher to: (1) declare the exact environment variable name(s) for the AgentMail API key in the skill metadata, (2) include the send_mail.py source (or a trusted install specification) so you can review its behavior, and (3) explain exactly what system data the skill will read (e.g., temperature sensors, logs) and how credentials will be stored. If you must use it before those clarifications, limit the agent's ability to run autonomously and do not provide high-privilege or long-lived credentials—prefer a dedicated, scoped API key that can be revoked quickly. Verify AgentMail.to is a legitimate service and that sending from [email protected] is authorized.
Capability Analysis
Type: OpenClaw Skill Name: agent-email Version: 1.0.0 The skill bundle contains metadata and documentation for an outbound email notification service via the AgentMail.to API. The SKILL.md and skill.yaml files describe standard alerting and reporting functionality (e.g., system health, task completion) without any evidence of malicious intent, prompt injection, or suspicious exfiltration logic. While the implementation script (send_mail.py) is referenced but not included in the provided files, the documentation itself is consistent with its stated purpose.
Capability Assessment
Purpose & Capability
The SKILL.md describes sending outbound email via AgentMail and says a valid AgentMail API key is required, but the skill metadata lists no required environment variables or primary credential. The README also references a send_mail.py tool that is not present in the package. These inconsistencies mean the declared purpose does not match the provided artifacts.
Instruction Scope
Instructions ask the agent to perform outbound communication and mention system alerts (e.g., system temperature) but are vague about how to collect that system data and how the API key should be supplied or stored. The guide references running a Python script that is not included; that ambiguity could cause the agent to attempt to create, download, or request credentials unexpectedly.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by an installer. That lowers installation risk, but does not resolve the metadata/instruction mismatches.
Credentials
SKILL.md explicitly requires an AgentMail API key (a secret), yet the skill metadata does not declare any required environment variables or primary credential. Requiring a secret without declaring it is disproportionate and opaque—users won't know what to provide or how it will be stored/used.
Persistence & Privilege
The skill is not marked always:true and uses default autonomous invocation behavior. It does not request persistent system-wide configuration or modify other skills according to the provided metadata.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-email
  3. After installation, invoke the skill by name or use /agent-email
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Agent Email Skill 1.0.0 - Initial release enabling outbound communication via the AgentMail.to API. - Supports sending system health and task completion reports. - Requires configuration with a valid AgentMail API key. - Uses the official sender identity: [email protected]. - Includes send_mail.py to handle email delivery through the AgentMail v1 API.
Metadata
Slug agent-email
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Agent Email?

Enables sending outbound emails via AgentMail.to for system alerts and task completion reports using [email protected]. It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.

How do I install Agent Email?

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

Is Agent Email free?

Yes, Agent Email is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Email support?

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

Who created Agent Email?

It is built and maintained by zrslu01 (@zrslu01); the current version is v1.0.0.

💬 Comments