← 返回 Skills 市场
149
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install twilio-comms
功能描述
Twilio SMS, Voice, WhatsApp, and Verify (2FA) — send messages, make calls, and run verification flows from the CLI.
安全使用建议
This package appears to implement a legitimate Twilio CLI, but take these precautions before installing or supplying credentials:
- Confirm the source: the owner and homepage are unknown. Prefer packages from a known author or official repo.
- Metadata mismatch: the registry did not declare required env vars even though SKILL.md and the script require TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, and TWILIO_FROM_NUMBER. Don't assume the registry listing is complete.
- Limit exposure of credentials: use a Twilio API Key/Secret or a dedicated subaccount with minimal permissions and test credits, not your primary production account SID/token. Rotate keys after testing.
- Review the script locally: the code is short and readable; inspect it yourself and run it in an isolated environment before providing real credentials.
- Understand risk: these credentials can send messages and place calls (which can incur charges and leak information). Only provide them to trusted code and consider running on a machine/account with restricted network and billing limits.
If the package maintainer/registry entry is updated to declare required env vars and provide a verifiable homepage or source repository, and you can verify the script contents match that source, the concerns would be reduced.
功能分析
Type: OpenClaw Skill
Name: twilio-comms
Version: 1.0.0
The twilio-comms skill bundle is a standard CLI wrapper for the Twilio API, supporting SMS, Voice, WhatsApp, and 2FA verification. The Python script (scripts/twilio_comms.py) uses the requests library to interact with official Twilio endpoints (api.twilio.com and verify.twilio.com) and correctly handles credentials via environment variables without any evidence of malicious behavior or data exfiltration.
能力评估
Purpose & Capability
The SKILL.md and included script implement the stated Twilio SMS/Voice/WhatsApp/Verify functionality. However the registry metadata lists no required environment variables or primary credential, while both SKILL.md and the script require TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN and TWILIO_FROM_NUMBER (and optionally TWILIO_VERIFY_SERVICE_SID). This metadata omission is an incoherence.
Instruction Scope
Runtime instructions and the script are narrowly scoped to calling Twilio APIs (api.twilio.com and verify.twilio.com) and formatting output. The script does not read arbitrary files, other credentials, or transmit data to third-party endpoints beyond Twilio. Commands and arguments are explicit.
Install Mechanism
There is no install spec (instruction-only usage) and the included code is a plain Python script that uses requests. No downloads from third-party URLs, no archive extraction, and no package managers are invoked — low installation risk. Note: the script will be executed from its path (scripts/twilio_comms.py).
Credentials
The script legitimately requires sensitive Twilio credentials (account SID and auth token) and a sender number, but the skill metadata does not declare these env vars or a primary credential. That mismatch is problematic because users may not realize they must provide secrets, and the owner is unknown. The number and type of env vars requested by the code are otherwise proportionate to the stated purpose.
Persistence & Privilege
The skill is not marked always:true, does not request persistence, and does not alter other skills or system-wide configuration. Model invocation is allowed (default) which is normal for user-invocable skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install twilio-comms - 安装完成后,直接呼叫该 Skill 的名称或使用
/twilio-comms触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
SMS, Voice, WhatsApp, Verify/2FA via Twilio API
元数据
常见问题
Twilio Comms 是什么?
Twilio SMS, Voice, WhatsApp, and Verify (2FA) — send messages, make calls, and run verification flows from the CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。
如何安装 Twilio Comms?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install twilio-comms」即可一键安装,无需额外配置。
Twilio Comms 是免费的吗?
是的,Twilio Comms 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Twilio Comms 支持哪些平台?
Twilio Comms 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Twilio Comms?
由 fr3kstyle(@fr3kstyle)开发并维护,当前版本 v1.0.0。
推荐 Skills