← 返回 Skills 市场
389
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install voipms-sms
功能描述
OpenClaw skill for sending and retrieving SMS messages via the VoIP.ms API (no Bitwarden dependency).
安全使用建议
This skill appears to do what it claims: it uses the VoIP.ms API and only needs your VoIP.ms API username/password. Before installing, consider: 1) The source and homepage are unknown — if you don't trust the publisher, review the two Python scripts yourself (they are short and included). 2) The scripts put API username/password in the URL query string (GET) — this can be recorded in server logs or by intermediate proxies; prefer a dedicated sub-account as suggested or an API token/mechanism that avoids embedding credentials in URLs. 3) Store credentials in a secure place (not a long-lived shared shell session) and rotate/revoke the sub-account credentials if you stop using the skill. If you want higher assurance, ask the publisher for a provenance URL or an official homepage/source repository.
功能分析
Type: OpenClaw Skill
Name: voipms-sms
Version: 1.0.1
The skill bundle is benign. All files align with the stated purpose of sending and retrieving SMS messages via the VoIP.ms API. The Python scripts (`scripts/get_sms.py`, `scripts/send_sms.py`) correctly read API credentials from environment variables and interact with the official VoIP.ms API endpoint. The `SKILL.md` provides clear instructions and even includes a security best practice recommendation to use a least-privilege sub-account. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection against the agent, or obfuscation. The inclusion of API credentials in the URL query string is a minor concern for logging but is a common API interaction pattern and not indicative of malicious intent or a direct vulnerability within the skill's code.
能力评估
Purpose & Capability
Name/description, openclaw.json, SKILL.md, and the included Python scripts all align: they implement send/get SMS via the VoIP.ms REST API and require only VoIP.ms API username/password.
Instruction Scope
SKILL.md limits runtime actions to running the two included scripts. The scripts only contact the declared VoIP.ms API endpoint and print the responses. Note: the scripts send credentials as URL query parameters (GET) which may be recorded in transit logs or server access logs — functionally consistent with the skill but a potential operational privacy concern.
Install Mechanism
No install spec; this is instruction-only with bundled Python scripts. Nothing is downloaded from external URLs during install.
Credentials
The skill requests exactly VOIPMS_API_USERNAME and VOIPMS_API_PASSWORD — appropriate and declared. However, those credentials are embedded in GET query parameters by the scripts, which increases the chance they appear in logs or intermediate proxies; SKILL.md correctly recommends using a sub-account with limited permissions.
Persistence & Privilege
always is false, the skill is user-invocable and does not request persistent system presence or modify other skills/config. Autonomous model invocation is enabled (platform default) but not combined with other concerning privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install voipms-sms - 安装完成后,直接呼叫该 Skill 的名称或使用
/voipms-sms触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Removed Bitwarden vault dependency for API credentials; you now set `VOIPMS_API_USERNAME` and `VOIPMS_API_PASSWORD` directly as environment variables.
- Updated documentation to reflect new credential setup and recommend using a dedicated sub-account with SMS permissions.
- Skill functionality for sending and retrieving SMS via VoIP.ms API remains unchanged.
v1.0.0
Initial release of the voipms-sms skill:
- Send SMS messages via VoIP.ms using the provided script.
- Retrieve SMS message history by date range or specific DID.
- Detailed usage examples for each script included.
- Supports secure API credential retrieval via environment variables and Bitwarden vault.
元数据
常见问题
Voipms Sms 是什么?
OpenClaw skill for sending and retrieving SMS messages via the VoIP.ms API (no Bitwarden dependency). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 389 次。
如何安装 Voipms Sms?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install voipms-sms」即可一键安装,无需额外配置。
Voipms Sms 是免费的吗?
是的,Voipms Sms 完全免费(开源免费),可自由下载、安装和使用。
Voipms Sms 支持哪些平台?
Voipms Sms 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Voipms Sms?
由 ccormier(@ccormier)开发并维护,当前版本 v1.0.1。
推荐 Skills