← Back to Skills Marketplace
aeggerd

retarus-sms4a

by aeggerd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
140
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install retarus-sms4a
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install retarus-sms4a
  3. After installation, invoke the skill by name or use /retarus-sms4a
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug retarus-sms4a
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.

How do I install retarus-sms4a?

Run "/install retarus-sms4a" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is retarus-sms4a free?

Yes, retarus-sms4a is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does retarus-sms4a support?

retarus-sms4a is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created retarus-sms4a?

It is built and maintained by aeggerd (@aeggerd); the current version is v1.0.0.

💬 Comments