← 返回 Skills 市场
voiceskill123
作者
blockcloud
· GitHub ↗
· v1.0.0
367
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install voiceskill123
功能描述
Start voice calls via the OpenClaw voice-call plugin.
安全使用建议
This skill is instruction-only and appears coherent: it simply exposes the OpenClaw voice-call plugin’s capabilities. Before installing, confirm that you (or your organization) have enabled and reviewed the actual voice-call plugin implementation (source, permissions, and where provider credentials are stored). The plugin will require provider credentials (Twilio/Telnyx/Plivo) and a fromNumber in its config — provide only accounts/numbers you trust. Note that the agent may place outbound calls (which can incur charges and privacy exposure); if you’re concerned, restrict autonomous invocation or monitor call activity and credential access. If possible, verify the plugin’s source/homepage and audit its handling of secrets and network access.
功能分析
Type: OpenClaw Skill
Name: voiceskill123
Version: 1.0.0
The skill bundle defines a 'voice-call' skill with standard metadata and documentation. The `SKILL.md` file describes the skill's purpose, provides CLI examples, and lists agent-callable actions (`initiate_call`, `get_status`, etc.). It also details configuration requirements for various voice providers (Twilio, Telnyx, Plivo), including the necessary API keys, but these are instructions for configuring the underlying plugin, not directives for the agent to access or exfiltrate sensitive data. There is no evidence of prompt injection attempts, malicious execution, data exfiltration, or other harmful behaviors.
能力评估
Purpose & Capability
The name/description match the SKILL.md content: it documents using the OpenClaw voice-call plugin and references the plugin config and provider credentials (Twilio/Telnyx/Plivo/mock). Requiring the plugin to be enabled (plugins.entries.voice-call.enabled) is appropriate and proportional.
Instruction Scope
SKILL.md only instructs the agent to call the voice-call plugin (CLI examples and a small tool API surface). It does not instruct reading unrelated files, environment variables, or sending data to arbitrary external endpoints beyond the expected voice providers; it only documents the provider config keys the plugin needs.
Install Mechanism
There is no install spec and no code files (instruction-only). Nothing is downloaded or written to disk by the skill itself, which is the lowest-risk installation model.
Credentials
The skill declares no required environment variables or credentials. It documents that the underlying plugin needs provider credentials in its config (twilio.accountSid/authToken, telnyx.apiKey, plivo.authId/authToken, fromNumber), which is expected and not requested by the skill itself.
Persistence & Privilege
always is false (good). The skill can be invoked autonomously by the agent (default behavior) — that's normal, but be aware that autonomous invocation combined with call-sending capability can trigger outbound calls and costs if misused.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install voiceskill123 - 安装完成后,直接呼叫该 Skill 的名称或使用
/voiceskill123触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the voice-call skill for OpenClaw.
- Enables starting and managing voice calls via Twilio, Telnyx, Plivo, or mock providers.
- Provides CLI commands to initiate calls and check call status.
- Exposes tool actions for agents: initiate, continue, speak, end calls, and get status.
- Requires the voice-call plugin to be enabled and configured.
元数据
常见问题
voiceskill123 是什么?
Start voice calls via the OpenClaw voice-call plugin. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 367 次。
如何安装 voiceskill123?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install voiceskill123」即可一键安装,无需额外配置。
voiceskill123 是免费的吗?
是的,voiceskill123 完全免费(开源免费),可自由下载、安装和使用。
voiceskill123 支持哪些平台?
voiceskill123 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 voiceskill123?
由 blockcloud(@blockcloud)开发并维护,当前版本 v1.0.0。
推荐 Skills