← 返回 Skills 市场
cnvipstar

TelCall Twilio

作者 laosun · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
522
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install telcall-twilio
功能描述
Make emergency phone calls via Twilio. Use when you need to call someone and play a voice message programmatically (e.g., server down alerts, security notifi...
安全使用建议
This skill appears to do what it says: it prompts you for Twilio credentials and saves them to ~/.openclaw/workspace/telcall-twilio/config/twilio.json (chmod 600) and then uses those credentials to POST to api.twilio.com to initiate calls. Before installing: (1) review the two scripts (they are short and human-readable) and confirm you are comfortable storing your Twilio Auth Token on disk; (2) consider creating a Twilio subaccount or API key with limited permissions and a spending limit to reduce blast radius; (3) be aware the assistant can call autonomously by default — if you want manual approval, disable autonomous invocation for the agent or require confirmation prior to calling; (4) monitor Twilio usage and rotate/revoke tokens when no longer needed; (5) if you uninstall, delete the twilio.json file to remove credentials. If any of these points are unacceptable, do not install or do not provide production credentials.
功能分析
Type: OpenClaw Skill Name: telcall-twilio Version: 1.0.0 The OpenClaw skill 'telcall-twilio' is designed to make emergency phone calls via the Twilio API. All files (SKILL.md, scripts/call.sh, scripts/setup.sh) align with this stated purpose. The `setup.sh` script securely stores Twilio credentials with `chmod 600`, and `call.sh` uses `jq -sRr @uri` to safely URL-encode user messages before sending them to the Twilio API, preventing prompt or TwiML injection. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent. The network calls are exclusively to the legitimate Twilio API endpoint.
能力评估
Purpose & Capability
Name/description (emergency phone calls via Twilio) matches the included scripts and instructions. The scripts only require curl/jq and interact with api.twilio.com using Account SID/Auth Token — these are expected for this functionality.
Instruction Scope
SKILL.md and the scripts limit activity to configuring credentials (interactive setup), saving them to ~/.openclaw/workspace/telcall-twilio/config/twilio.json, and POSTing TwiML to Twilio's Calls API. They do not read unrelated system files or send data to endpoints other than Twilio.
Install Mechanism
There is no remote installer or download; the skill is instruction-only with two local shell scripts. No external archives, shorteners, or arbitrary code downloads are used.
Credentials
No environment variables or unrelated credentials are requested. The setup script asks interactively for Account SID/Auth Token/from/to numbers and writes them to a local config file (permissions set to 600). Storing secrets on disk is proportional for this use but is a sensitive action that should be protected.
Persistence & Privilege
always:false (not force-included). disable-model-invocation is false (the agent may invoke the skill autonomously by default). That is normal, but because the skill can place phone calls using stored credentials, consider whether you want the agent to be allowed to make calls without explicit confirmation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install telcall-twilio
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /telcall-twilio 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Emergency phone calls via Twilio API
元数据
Slug telcall-twilio
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

TelCall Twilio 是什么?

Make emergency phone calls via Twilio. Use when you need to call someone and play a voice message programmatically (e.g., server down alerts, security notifi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 522 次。

如何安装 TelCall Twilio?

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

TelCall Twilio 是免费的吗?

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

TelCall Twilio 支持哪些平台?

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

谁开发了 TelCall Twilio?

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

💬 留言讨论