← 返回 Skills 市场
aeggerd

retarus-sms4a

作者 aeggerd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
140
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install retarus-sms4a
功能描述
Send SMS jobs and check SMS delivery status through the Retarus SMS for Applications REST API. Use when Codex or OpenClaw needs to create SMS jobs, inspect p...
安全使用建议
This skill looks coherent for interacting with Retarus SMS4A. Before installing, verify you are comfortable granting it network egress to the listed Retarus domains (sms4a.de1.retarus.com, sms4a.de2.retarus.com, sms4a.eu.retarus.com). Provide credentials via a secrets store or a file with tight permissions rather than embedding them in code or command history. Note the registry metadata doesn't explicitly list the optional RETARUS_SMS4A_USERNAME / RETARUS_SMS4A_PASSWORD variables even though the SKILL.md and script use them — this is benign but worth being aware of. If you operate in a constrained environment, consider auditing the script locally (it is included) and applying network egress controls so it can only reach the Retarus hostnames.
功能分析
Type: OpenClaw Skill Name: retarus-sms4a Version: 1.0.0 The skill is a well-structured integration for the Retarus SMS4A REST API. The helper script (scripts/sms4a_api.py) uses the Python standard library to send SMS and check delivery status, with credential handling limited to specific environment variables and documented local secret files (e.g., ~/.openclaw/secrets/retarus-sms4a.json). No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
Name, description, SKILL.md, reference doc, and helper script all align: the code calls Retarus REST endpoints and offers send/status/version actions one would expect for an SMS API helper.
Instruction Scope
Runtime instructions and the script focus on assembling payloads, reading credentials from env or a local secret file, and calling the listed Retarus hostnames. The instructions do not ask for unrelated files, broad system scans, or external endpoints beyond the Retarus domains documented in references/api.md.
Install Mechanism
No install spec — instruction-only with a helper script. Nothing is downloaded or written by an installer, so there is no hidden install risk from the registry metadata.
Credentials
The skill reasonably requires credentials (username/password or secret file). Registry metadata lists no required env vars, but SKILL.md and the script document the optional RETARUS_SMS4A_USERNAME/RETARUS_SMS4A_PASSWORD and RETARUS_SMS4A_SECRET_FILE and default local secret paths. This is proportionate, but the metadata/manifest could be more explicit about credential inputs.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It does not attempt to modify other skills or system-wide config; it only reads secrets from standard local paths when present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install retarus-sms4a
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /retarus-sms4a 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
retarus-sms4a 1.0.0 - Initial release of the skill for sending SMS jobs and checking delivery status via the Retarus SMS for Applications REST API. - Includes helper script `scripts/sms4a_api.py` for job submission, payload validation, status lookup, and datacenter selection with fallback logic. - Supports credential resolution from environment variables, secret files, or local secret paths. - Implements automatic status query fallback from EU to both German datacenters for reliability. - Provides simple command-line workflows for sending messages and retrieving per-recipient status, supporting both basic and advanced use cases.
元数据
Slug retarus-sms4a
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

retarus-sms4a 是什么?

Send SMS jobs and check SMS delivery status through the Retarus SMS for Applications REST API. Use when Codex or OpenClaw needs to create SMS jobs, inspect p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。

如何安装 retarus-sms4a?

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

retarus-sms4a 是免费的吗?

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

retarus-sms4a 支持哪些平台?

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

谁开发了 retarus-sms4a?

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

💬 留言讨论