← 返回 Skills 市场
Voice Call Local
作者
deichmann181
· GitHub ↗
· v1.0.0
· MIT-0
81
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install voice-call-local
功能描述
Start voice calls via the OpenClaw voice-call plugin.
使用说明 (SKILL.md)
Voice Call
Use the voice-call plugin to start or inspect calls (Twilio, Telnyx, Plivo, or mock).
CLI
openclaw voicecall call --to "+15555550123" --message "Hello from OpenClaw"
openclaw voicecall status --call-id \x3Cid>
Tool
Use voice_call for agent-initiated calls.
Actions:
initiate_call(message, to?, mode?)continue_call(callId, message)speak_to_user(callId, message)end_call(callId)get_status(callId)
Notes:
- Requires the voice-call plugin to be enabled.
- Plugin config lives under
plugins.entries.voice-call.config. - Twilio config:
provider: "twilio"+twilio.accountSid/authToken+fromNumber. - Telnyx config:
provider: "telnyx"+telnyx.apiKey/connectionId+fromNumber. - Plivo config:
provider: "plivo"+plivo.authId/authToken+fromNumber. - Dev fallback:
provider: "mock"(no network).
安全使用建议
Install only if you intend to let OpenClaw use the voice-call plugin. Before using real provider credentials, make sure the agent must confirm every call recipient and message, consider testing with the mock provider, and verify the package identity despite the metadata mismatch.
能力标签
能力评估
Purpose & Capability
The purpose is coherent—voice calling via the OpenClaw plugin—but outbound calls can contact third parties and incur provider charges, and the artifacts do not define confirmation, recipient scope, or cost/consent safeguards.
Instruction Scope
The skill explicitly describes agent-initiated calls and an initiate_call action, but does not tell the agent to obtain explicit user approval or verify the phone number/message before placing a call.
Install Mechanism
There is no install spec and no code to execute, which reduces local execution risk. However, the included _meta.json does not match the supplied registry owner/slug/version, creating a provenance note.
Credentials
Telephony provider configuration and credentials are proportionate to a voice-call skill, but they grant access to real provider accounts unless the mock provider is used.
Persistence & Privilege
No self-persistence is shown. The sensitive privilege is delegated through plugin configuration storing provider credentials under plugins.entries.voice-call.config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install voice-call-local - 安装完成后,直接呼叫该 Skill 的名称或使用
/voice-call-local触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the voice-call skill for OpenClaw.
- Enables starting and inspecting voice calls via the voice-call plugin.
- Supports Twilio, Telnyx, Plivo, or a mock provider for development.
- Provides CLI commands and agent tool actions for managing calls.
- Requires plugin configuration to be enabled in the OpenClaw settings.
元数据
常见问题
Voice Call Local 是什么?
Start voice calls via the OpenClaw voice-call plugin. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Voice Call Local?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install voice-call-local」即可一键安装,无需额外配置。
Voice Call Local 是免费的吗?
是的,Voice Call Local 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Voice Call Local 支持哪些平台?
Voice Call Local 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Voice Call Local?
由 deichmann181(@deichmann181)开发并维护,当前版本 v1.0.0。
推荐 Skills