← 返回 Skills 市场
Vapi AI
作者
Colin Lowenburg
· GitHub ↗
· v0.1.0
1427
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install vapi
功能描述
Manage Vapi voice assistants, calls, phone numbers, tools, and webhooks via the Vapi REST API or CLI for voice agent operations and integrations.
安全使用建议
This skill appears to be a straightforward Vapi API integration with a small helper script, but: 1) the registry metadata omits the required VAPI_API_KEY — plan to provide that key as a secure gateway secret (don't paste it into public logs); 2) avoid blindly running curl | bash from https://vapi.ai/install.sh — fetch and inspect the installer first or install from a verified package source (GitHub release or package manager) if available; 3) review bin/vapi-api.mjs (it's small and readable) to confirm it only calls the Vapi API; and 4) if you need stronger assurance, request the publisher update the registry metadata to list VAPI_API_KEY and provide a vetted install mechanism or a link to a specific, auditable release.
功能分析
Type: OpenClaw Skill
Name: vapi
Version: 0.1.0
The `SKILL.md` file instructs the AI agent to execute `curl -sSL https://vapi.ai/install.sh | bash` as an option to install the Vapi CLI. This command downloads and executes remote code, which is a high-risk operation for an autonomous agent, even though the source (`vapi.ai`) is legitimate and the intent is to install a tool relevant to the skill's stated purpose. This constitutes a risky capability without clear malicious intent, making the skill suspicious. The `bin/vapi-api.mjs` script, however, appears benign, performing standard API interactions with `https://api.vapi.ai`.
能力评估
Purpose & Capability
The skill's stated purpose (manage Vapi assistants, calls, phone numbers, tools, webhooks) matches the included helper script and API endpoints. However, the registry metadata claims no required environment variables while SKILL.md and the helper script both require VAPI_API_KEY (and optionally VAPI_MODE and VAPI_BASE_URL). This metadata mismatch is likely an oversight but is an incoherence the buyer should be aware of.
Instruction Scope
SKILL.md confines runtime actions to calling Vapi's REST API or using the Vapi CLI. The instructions do not ask the agent to read unrelated local files or exfiltrate arbitrary data. They do, however, recommend piping an install script from the network (see install mechanism), which broadens scope implicitly by running external code.
Install Mechanism
There is no formal install spec in the registry, but the README/SKILL.md suggests running curl -sSL https://vapi.ai/install.sh | bash to install the CLI. Download-and-execute-from-network is higher risk — you should inspect that install script's contents or prefer verified package sources before running it. The included helper (bin/vapi-api.mjs) itself is small and readable.
Credentials
Functionality reasonably requires one credential: VAPI_API_KEY, which SKILL.md documents. That is proportionate. But the registry metadata lists no required env vars (incoherent). SKILL.md also references VAPI_MODE and VAPI_BASE_URL for configuration; ensure only the API key is provided to the skill and that it's stored as a gateway secret rather than pasted into logs. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or global agent settings, and does not request persistent system privileges. Autonomous invocation is allowed (platform default) but not combined with other high-risk flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vapi - 安装完成后,直接呼叫该 Skill 的名称或使用
/vapi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
常见问题
Vapi AI 是什么?
Manage Vapi voice assistants, calls, phone numbers, tools, and webhooks via the Vapi REST API or CLI for voice agent operations and integrations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1427 次。
如何安装 Vapi AI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vapi」即可一键安装,无需额外配置。
Vapi AI 是免费的吗?
是的,Vapi AI 完全免费(开源免费),可自由下载、安装和使用。
Vapi AI 支持哪些平台?
Vapi AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vapi AI?
由 Colin Lowenburg(@colygon)开发并维护,当前版本 v0.1.0。
推荐 Skills