← 返回 Skills 市场
Resend
作者
Matt Russell
· GitHub ↗
· v0.1.0
2728
总下载
3
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install resend
功能描述
Manage received (inbound) emails and attachments via Resend API. Use when user asks about their emails, received messages, or email attachments.
安全使用建议
This skill appears coherent for querying inbound emails via Resend. Before installing or using it: 1) Confirm the CLI package name/author (@mjrussell/resend-cli) is the official/resend-backed release to avoid installing a malicious npm package. 2) Create a scoped API key with only the necessary read permissions and avoid using broad or long-lived keys; revoke it if you stop using the skill. 3) Installing the CLI globally (npm -g) affects your system PATH—prefer a vetted package or use a container/virtual environment if unsure. 4) The skill is instruction-only and only needs RESEND_API_KEY and the resend binary; no other secrets or file reads are requested. If you want extra assurance, ask for the official upstream package link or repository before installing.
功能分析
Type: OpenClaw Skill
Name: resend
Version: 0.1.0
The skill bundle is benign. It clearly defines its purpose as managing inbound emails via the Resend API, requiring a `RESEND_API_KEY` and the `resend` CLI tool. All commands and usage examples in SKILL.md are directly related to interacting with the Resend service (listing emails, getting details, managing attachments and domains) and show no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent. The use of a community-maintained `resend-cli` package is noted but does not indicate malicious intent within the skill bundle itself.
能力评估
Purpose & Capability
Name/description (manage inbound emails via Resend) align with required items: the 'resend' CLI binary and a RESEND_API_KEY are exactly what this task needs.
Instruction Scope
SKILL.md only instructs running the resend CLI and using --json/jq for parsing; it does not ask the agent to read unrelated files, other env vars, or send data to unexpected endpoints.
Install Mechanism
No formal install spec in the metadata (instruction-only). SKILL.md recommends npm install -g @mjrussell/resend-cli — installing a global npm package is standard but you should verify the package's publisher and that it is the official Resend CLI before running a global install.
Credentials
Only RESEND_API_KEY is required (declared). That is proportional and expected for read access to inbound emails. The SKILL.md explicitly recommends creating an API key with read permissions.
Persistence & Privilege
Skill is user-invocable, not always-included, and does not request system-wide persistence or modify other skills—privilege level is appropriate.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install resend - 安装完成后,直接呼叫该 Skill 的名称或使用
/resend触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release - manage received emails and attachments via Resend API
元数据
常见问题
Resend 是什么?
Manage received (inbound) emails and attachments via Resend API. Use when user asks about their emails, received messages, or email attachments. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2728 次。
如何安装 Resend?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install resend」即可一键安装,无需额外配置。
Resend 是免费的吗?
是的,Resend 完全免费(开源免费),可自由下载、安装和使用。
Resend 支持哪些平台?
Resend 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Resend?
由 Matt Russell(@mjrussell)开发并维护,当前版本 v0.1.0。
推荐 Skills