← 返回 Skills 市场
humanjesse

Outbound Call

作者 human jesse · GitHub ↗ · v0.1.5
cross-platform ✓ 安全检测通过
985
总下载
2
收藏
4
当前安装
6
版本数
在 OpenClaw 中安装
/install outbound-call
功能描述
Make outbound phone calls via ElevenLabs voice agent and Twilio
安全使用建议
This skill appears to do what it says, but before installing: (1) confirm you trust ElevenLabs with your API key and that the provided endpoint (api.elevenlabs.io/v1/convai/twilio/outbound-call) is legitimate; (2) be aware calls may incur charges and ensure legal/consent requirements are met; (3) verify the ELEVENLABS_PHONE_NUMBER_ID controls the expected caller number; (4) review the linked GitHub repo/source code if you need provenance (the package lists no homepage); and (5) start by testing with your own number and a scoped/rotatable API key, and consider whether you want the agent allowed to invoke the skill autonomously.
功能分析
Type: OpenClaw Skill Name: outbound-call Version: 0.1.5 The skill is designed to make outbound phone calls via ElevenLabs and Twilio, which aligns with its stated purpose. The `call.py` script correctly uses environment variables for API keys and interacts with a legitimate ElevenLabs API endpoint. Input validation for phone numbers is present. The `SKILL.md` instructions are clear, emphasize user consent, and do not contain any prompt injection attempts or instructions for malicious behavior. There is no evidence of data exfiltration, unauthorized execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
Name/description, required env vars, SKILL.md, and call.py align: the script posts to an ElevenLabs convai/twilio/outbound-call endpoint using ELEVENLABS_API_KEY, ELEVENLABS_AGENT_ID, and ELEVENLABS_PHONE_NUMBER_ID. No unrelated credentials (e.g., raw Twilio keys or cloud keys) are requested.
Instruction Scope
Runtime instructions are narrowly scoped: run call.py with a phone number and optional message/context. The code only reads the declared env vars, validates E.164 format (US), and sends a JSON payload to the ElevenLabs API. It does not read arbitrary files, other env vars, or contact unexpected external endpoints.
Install Mechanism
There is no install spec (instruction-only with a small included script). The included Python file uses only stdlib modules (urllib, json, re), so nothing is downloaded or installed during runtime by the skill itself.
Credentials
The skill requests three ElevenLabs-specific env vars and declares ELEVENLABS_API_KEY as the primary credential. That is proportionate for a service that delegates Twilio dialing server-side. No additional unrelated secrets are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or system configs. The skill can be invoked by the model (default), which is expected for an agent-capable outbound call skill — not flagged here, but note autonomous invocation allows the agent to place calls if permitted.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install outbound-call
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /outbound-call 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.5
Added source link to SKILL.md
v0.1.4
Version 0.1.4 of outbound-call - No file changes were detected in this release. - All documentation, usage instructions, and rules remain unchanged.
v0.1.3
- No user-facing changes in this version. - Internal update made to call.py.
v0.1.2
No changes were made in this version. - No file or documentation updates detected. - Functionality and usage remain the same.
v0.1.1
- Updated example phone numbers in documentation from the 904 area code to the generic 555 area code for clarity. - No changes to logic or functionality; documentation improvement only.
v0.1.0
Initial release: Enables automated outbound phone calls using ElevenLabs and Twilio. - Place outbound calls via a voice agent powered by OpenClaw. - Accept user-provided phone numbers in various formats; automatically reformat and confirm before calling. - Supports custom first message and dynamic call context. - Requires explicit user consent before making calls. - Reports call results or errors back to the user, with suggested fixes if needed.
元数据
Slug outbound-call
版本 0.1.5
许可证
累计安装 4
当前安装数 4
历史版本数 6
常见问题

Outbound Call 是什么?

Make outbound phone calls via ElevenLabs voice agent and Twilio. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 985 次。

如何安装 Outbound Call?

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

Outbound Call 是免费的吗?

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

Outbound Call 支持哪些平台?

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

谁开发了 Outbound Call?

由 human jesse(@humanjesse)开发并维护,当前版本 v0.1.5。

💬 留言讨论