← 返回 Skills 市场
137
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uniprofit-mail-assistant
功能描述
Send emails through the UniProfit OpenClaw-compatible API with a user-created `mail_send` API key. Use when Codex or OpenClaw needs to deliver an already-app...
安全使用建议
This package appears coherent and implements only the declared UniProfit mail API calls. Before installing: 1) Verify UNIPROFIT_API_BASE_URL points to a trusted UniProfit endpoint you control (a malicious base URL could receive the API key and request bodies). 2) Use a scoped mail_send key with minimal privileges and rotate it if you suspect exposure. 3) Confirm recipients and final body are approved before sending (the skill will deliver real email). 4) If you want extra assurance, review the two included Python scripts and the SKILL.md; they are short and straightforward. If you do not trust the provided base URL or key, do not set the environment variables.
功能分析
Type: OpenClaw Skill
Name: uniprofit-mail-assistant
Version: 1.0.0
The uniprofit-mail-assistant skill is a legitimate tool for sending emails via the UniProfit API. The included Python scripts (scripts/send_mail.py and scripts/check_credential.py) use standard libraries to perform authenticated HTTP requests to user-defined endpoints. The instructions in SKILL.md and the reference documentation include safety-oriented constraints, such as requiring explicit user confirmation and sender selection before delivery, and there is no evidence of data exfiltration, malicious execution, or prompt-injection attacks.
能力评估
Purpose & Capability
Name/description, declared env vars (UNIPROFIT_API_BASE_URL, UNIPROFIT_MAIL_SEND_KEY), required binary (python), SKILL.md protocol, and the two scripts all align with a mail-sending integration for UniProfit. Nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md prescribes only three UniProfit endpoints (/openclaw/credential/me, /openclaw/mail/account/list, /openclaw/mail/send). The execution checklist and input requirements limit actions to listing accounts, selecting a sender, validating fields, and posting the send request. The scripts only read the declared env vars and call those endpoints; they do not access other system files or unrelated env vars.
Install Mechanism
No install spec (instruction-only) and only requires an existing python binary. No downloads or archive extraction are performed, and included scripts are small and readable.
Credentials
Only two environment variables are required and both are directly relevant to the mail-sending purpose. The skill does not request additional credentials or configuration paths. The primary credential in agents/openai.yaml is the mail send key, which matches purpose.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. It can be invoked autonomously (platform default), which is expected for a delivery skill; nothing in the package attempts to escalate privilege or persist beyond its intended scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install uniprofit-mail-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/uniprofit-mail-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Send emails through UniProfit API
元数据
常见问题
UniProfit Mail Assistant 是什么?
Send emails through the UniProfit OpenClaw-compatible API with a user-created `mail_send` API key. Use when Codex or OpenClaw needs to deliver an already-app... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。
如何安装 UniProfit Mail Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install uniprofit-mail-assistant」即可一键安装,无需额外配置。
UniProfit Mail Assistant 是免费的吗?
是的,UniProfit Mail Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
UniProfit Mail Assistant 支持哪些平台?
UniProfit Mail Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 UniProfit Mail Assistant?
由 xieziqing(@xieziqing)开发并维护,当前版本 v1.0.0。
推荐 Skills