← 返回 Skills 市场
aiwithabidi

Vonage

作者 aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
294
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install vonage
功能描述
Vonage — SMS messaging, voice calls, verify API, number management, and application management.
安全使用建议
This skill appears to implement Vonage API calls and only requests the expected API key and secret, but review the code before installing. Pay attention to three points: (1) the script will try to read a .env file under WORKSPACE or ~/.openclaw/workspace if the env vars are not set — avoid storing unrelated secrets there or set the VONAGE_* env vars explicitly; (2) the implementation includes sending the API secret as a URL query parameter (api_secret), which can be captured in logs or proxies — consider whether that is acceptable for your environment; and (3) the CLI contains small bugs (mismatched argument names and duplicated/embedded query strings) that could cause unexpected behavior. If you plan to use this skill, run it in an isolated environment, inspect/modify the script (e.g., move secrets to safer headers, fix argparse handling), and confirm network endpoints are the official Vonage ones. If you need higher assurance, request a version from a known maintainer or a vetted marketplace package.
功能分析
Type: OpenClaw Skill Name: vonage Version: 1.0.0 The skill is a standard CLI wrapper for the Vonage (formerly Nexmo) API, providing functionality for SMS, voice calls, and account management. It uses only the Python standard library and directs all API requests to the legitimate 'api.nexmo.com' endpoint. While it retrieves credentials from the environment or a local '.env' file and passes them via query parameters, this behavior is consistent with the skill's stated purpose and lacks any indicators of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name and description match the code and declared env vars: the script is a CLI for Vonage/Nexmo APIs and only requests VONAGE_API_KEY and VONAGE_API_SECRET, which are appropriate for the stated functionality.
Instruction Scope
The runtime script will read a '.env' file from WORKSPACE or ~/.openclaw/workspace as a fallback if environment variables are missing; this behaviour is not documented in SKILL.md. The script also transmits the API secret as a query parameter (api_secret), which can be logged by intermediaries. Additionally the CLI argument plumbing is buggy (argparse uses dest='from_addr' but handlers inspect getattr(args,'from')), indicating the instructions and code are not perfectly aligned.
Install Mechanism
This is an instruction-only skill with a small Python stdlib script included and no install spec. Nothing is downloaded or written during installation by the registry metadata.
Credentials
Only VONAGE_API_KEY and VONAGE_API_SECRET are required (and primaryEnv is VONAGE_API_KEY), which is proportionate. However the script will look up values in a workspace .env file if env vars are missing, and it sends the secret in query parameters (increasing risk of exposure in logs).
Persistence & Privilege
The skill does not request always:true and does not ask to modify other skills or system-wide config. It will run only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vonage
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vonage 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Vonage skill. - Provides SMS messaging, voice calls, verification, number management, and application management features. - Includes a CLI tool for easy interaction via Python scripts. - Requires VONAGE_API_KEY and VONAGE_API_SECRET as environment variables. - All commands output results in JSON by default. - No third-party dependencies; works with Python 3.10+ standard library.
元数据
Slug vonage
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Vonage 是什么?

Vonage — SMS messaging, voice calls, verify API, number management, and application management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 294 次。

如何安装 Vonage?

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

Vonage 是免费的吗?

是的,Vonage 完全免费(开源免费),可自由下载、安装和使用。

Vonage 支持哪些平台?

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

谁开发了 Vonage?

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

💬 留言讨论