← 返回 Skills 市场
zrslu01

Agent Email

作者 zrslu01 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-email
功能描述
Enables sending outbound emails via AgentMail.to for system alerts and task completion reports using [email protected].
使用说明 (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."
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-email
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-email 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug agent-email
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Agent Email 是什么?

Enables sending outbound emails via AgentMail.to for system alerts and task completion reports using [email protected]. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 Agent Email?

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

Agent Email 是免费的吗?

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

Agent Email 支持哪些平台?

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

谁开发了 Agent Email?

由 zrslu01(@zrslu01)开发并维护,当前版本 v1.0.0。

💬 留言讨论