← 返回 Skills 市场
xonder

Supercall

作者 xonder · GitHub ↗ · v2.0.0
cross-platform ⚠ suspicious
5819
总下载
8
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install supercall
功能描述
Make AI-powered phone calls with custom personas and goals. Uses OpenAI Realtime API + Twilio for ultra-low latency voice conversations. Supports DTMF/IVR na...
安全使用建议
Install only if you are comfortable with an agent making real phone calls through your Twilio account, potentially using personas that do not disclose AI status. Configure tunnels and publicUrl deliberately, protect all API keys and hook tokens, confirm call consent and recording laws, and plan how to review, rotate, or delete stored transcripts.
功能分析
Type: OpenClaw Skill Name: supercall Version: 2.0.0 The skill is classified as suspicious due to its inherent high-risk capabilities and a potential vulnerability. It explicitly spawns external processes (`ngrok`, `tailscale` CLI binaries) for tunneling, opens a local HTTP server, makes outbound network requests to Twilio and OpenAI, and persists sensitive call transcripts to disk (`~/clawd/supercall-logs`). While these actions are documented and necessary for its stated purpose of AI-powered phone calls, the `src/manager.ts` file contains a self-test mechanism that sends an internal `selfTestSecret` to the configured `publicUrl`. If `publicUrl` is misconfigured to an unintended external endpoint, this secret could be unintentionally exfiltrated, representing a vulnerability. There is no clear evidence of intentional malicious behavior such as unauthorized data exfiltration, backdoors, or prompt injection against the OpenClaw agent itself; the internal prompts are designed to guide the AI model's behavior during calls.
能力评估
Purpose & Capability
The core phone-calling, Twilio, OpenAI Realtime, DTMF, webhook, and tunnel capabilities are coherent with the stated purpose, but arbitrary personas plus instructions not to reveal AI status create a material deception and social-engineering risk.
Instruction Scope
The tool can initiate real outbound calls from agent invocation without a built-in confirmation gate or allowlist, and completed call transcripts are posted into /hooks/wake as active agent input.
Install Mechanism
The package uses a normal npm-style install and documents required Twilio/OpenAI credentials and optional ngrok/Tailscale binaries, but the plugin manifest does not fully represent the runtime file, network, subprocess, and public-listener scope.
Credentials
Opening a webhook server, using tunnels, calling Twilio/OpenAI, and spawning ngrok or Tailscale are expected for this skill, but automatic exposure paths and public call handling need explicit operator control.
Persistence & Privilege
Full call records, including phone numbers, session keys, metadata, and transcripts, are appended to local JSONL logs without visible encryption, retention limits, or deletion controls; Twilio recording is enabled by default.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install supercall
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /supercall 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
SuperCall 2.0.0 — adds AI-powered DTMF/IVR phone menu navigation - AI can now generate and inject DTMF (touch-tone) digits to autonomously navigate automated phone menus (IVR systems). - New DTMF/IVR navigation feature is fully automatic; no extra setup required for agents or users. - Updated documentation to reflect DTMF/IVR support and explain character/code options. - Significant internal refactor: removed core-bridge.ts/provider index, added dtmf.ts module. - No breaking changes to existing persona calling or realtime features.
v1.3.2
- Improved webhook verification for Twilio to better handle signature mismatches on ngrok free-tier domains. - Security logic relaxed for webhook requests from `.ngrok-free.app` and `.ngrok.io` domains to allow through signature mismatches, matching actual domain rewriting behavior. - No changes to user-facing API or configuration.
v1.3.1
- Updated credential requirements to clarify that ngrok credentials are optional and only needed if using ngrok as a tunnel provider - Installation instructions and requirements are unchanged - Metadata changed to support either ngrok or tailscale for tunneling (`anyBins` instead of just `ngrok`) - Noted that the plugin may use ngrok or tailscale CLI, and explained how process spawning, networking, and webhook verification works for each - Expanded security notes into a dedicated "Runtime Behavior and Security" section detailing process spawning, network listeners, self-tests, webhook verification, and data storage practices - Clarified best practices around protecting credentials, verifying tunnel config, and managing logs
v1.3.0
Supercall 1.3.0 introduces expanded credential support, improved documentation, and adds project files for better development workflow. - Added explicit credential requirements and environment variable support for OpenAI, Twilio, and ngrok in documentation - Updated SKILL.md with a new “Credentials Required” section and detailed security notes - Expanded metadata to declare required environment variables and binaries - Added developer project files: .gitignore, .npmignore, and LICENSE for improved code management and distribution
v1.2.0
- Added detailed documentation outlining new features, installation, configuration, and usage instructions. - Introduced persona-based autonomous AI phone calls using OpenAI Realtime API and Twilio. - Enabled ultra-low latency (<1s) bidirectional voice conversations and streaming audio over WebSocket. - Added support for multiple actions: persona_call, get_status, end_call, and list_calls. - Improved security by isolating gateway agent access compared to the standard voice_call plugin. - Provided mock provider support for testing, alongside comprehensive configuration options.
元数据
Slug supercall
版本 2.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Supercall 是什么?

Make AI-powered phone calls with custom personas and goals. Uses OpenAI Realtime API + Twilio for ultra-low latency voice conversations. Supports DTMF/IVR na... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5819 次。

如何安装 Supercall?

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

Supercall 是免费的吗?

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

Supercall 支持哪些平台?

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

谁开发了 Supercall?

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

💬 留言讨论