← 返回 Skills 市场
codevanmoose

Truncus Email

作者 codevanmoose · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
256
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install truncus-email
功能描述
Send transactional emails (alerts, reports, receipts, notifications) via the Truncus API. Use when a workflow needs to deliver email to a recipient.
安全使用建议
This skill appears coherent and implements a straightforward Truncus email integration. Before installing: (1) Only provide a least-privilege Truncus API key (create a key with the minimal scopes needed, e.g., send only). (2) Verify sender domains are configured in your Truncus project (the skill requires verified senders). (3) Remember that any agent action that sends email can transmit sensitive data — avoid embedding secrets or PHI in email bodies or attachments. (4) Use the skill's local-dev simulation for testing if you don't want real sends during development. (5) Monitor usage and rotate the API key regularly; restrict the environment variable to trusted execution environments.
功能分析
Type: OpenClaw Skill Name: truncus-email Version: 1.0.0 The truncus-email skill is a legitimate integration for sending transactional emails via the Truncus API (truncus.co). It includes well-defined safety rules for the AI agent, such as requiring explicit user consent, confirming recipients, and handling rate limits gracefully. The provided examples (send_alert.md, send_basic_email.md) correctly demonstrate API usage via curl without any signs of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description match the behavior in the SKILL.md and example files. The single required env var (TRUNCUS_API_KEY) is exactly what you'd expect for a transactional email integration; there are no unrelated credentials, binaries, or configuration paths requested.
Instruction Scope
Runtime instructions are limited to constructing email payloads and performing POST requests to https://truncus.co/api/v1/emails/send (curl examples provided). The docs explicitly read the TRUNCUS_API_KEY env var for auth and describe a local dev simulation when the key is absent. The instructions do not ask the agent to read unrelated files, other env vars, or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec or code is provided (instruction-only). Nothing is downloaded or written to disk by the skill itself, so install risk is minimal.
Credentials
Only one environment variable (TRUNCUS_API_KEY) is required and declared as the primary credential. That is proportional to the described purpose. The SKILL.md only references that env var; no other secrets are requested.
Persistence & Privilege
The skill is not marked always:true and does not request elevated persistence or system-wide configuration changes. It is user-invocable and allows normal autonomous invocation by the agent (the platform default) which is appropriate for an integration of this type.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install truncus-email
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /truncus-email 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: send transactional emails via Truncus API
元数据
Slug truncus-email
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Truncus Email 是什么?

Send transactional emails (alerts, reports, receipts, notifications) via the Truncus API. Use when a workflow needs to deliver email to a recipient. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 256 次。

如何安装 Truncus Email?

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

Truncus Email 是免费的吗?

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

Truncus Email 支持哪些平台?

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

谁开发了 Truncus Email?

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

💬 留言讨论