📦 uspeedo-email-sending-channel — 邮件发送通道
v1.1.2通过 uSpeedo API 使用 ACCESSKEY 凭证(优先读取环境变量)发送用户授权的事务性邮件,发送前自动调用 GetSenderList 解析发件人列表,确保邮件投递成功。
0· 348·0 当前·0 累计
下载技能包
最后更新
2026/4/3
安全扫描
OpenClaw
安全
high confidenceThe skill's declared requirements and runtime instructions match its stated purpose (sending transactional email via the uSpeedo API); there are no unexpected credentials, installs, or network endpoints beyond uSpeedo, and the SKILL.md includes sensible safety gates.
评估建议
This skill appears internally consistent. Before installing: 1) Verify your AI platform supports secret inputs or environment variables and will not store keys in logs or chat history. 2) Use short-lived or least-privilege uSpeedo API keys for testing and rotate them afterward. 3) Prefer setting ACCESSKEY_ID and ACCESSKEY_SECRET as environment variables (not pasting them into chat). 4) Confirm the agent always shows sender/recipients/subject/content for explicit approval before sending. 5) Avoid...详细分析 ▾
✓ 用途与能力
Name, description, and required environment variables (ACCESSKEY_ID, ACCESSKEY_SECRET) align with sending email via uSpeedo. No unrelated binaries, config paths, or extra credentials are requested.
ℹ 指令范围
SKILL.md confines itself to email-sending logic and includes explicit safety gates (confirmation, recipient validation, HTML sanitization, anti-phishing). It also instructs not to persist keys. Note: the non-persistence requirement depends on the agent/platform honoring these rules — the instructions cannot technically enforce platform log retention or telemetry behavior.
✓ 安装机制
Instruction-only skill with no install spec or code files — low risk from install mechanisms (nothing is downloaded or written to disk by the skill itself).
✓ 凭证需求
Only ACCESSKEY_ID and ACCESSKEY_SECRET are required; these are appropriate and expected for an API-based email sending channel. Primary credential designation (ACCESSKEY_SECRET) is coherent. No unrelated secrets are requested.
ℹ 持久化与权限
Skill is not always-enabled and is user-invocable; it does not request elevated or persistent platform privileges. However, because the skill needs live credentials, users should confirm their platform does not log or retain secrets (the SKILL.md warns about this). Autonomous invocation is allowed (platform default) — acceptable here but increases impact if platform stores inputs.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.1.22026/3/14
Version 1.1.2 Changelog: - No file changes detected for this release. - No functional or documentation updates; skill behavior remains identical to the previous version.
● 无害
安装命令
点击复制官方npx clawhub@latest install uspeedo-email-sending-channel
镜像加速npx clawhub@latest install uspeedo-email-sending-channel --registry https://cn.longxiaskill.com