← Back to Skills Marketplace
Vapi
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
172
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install vapi-integration
Description
Vapi integration. Manage data, records, and automate workflows. Use when the user wants to interact with Vapi data.
Usage Guidance
This skill appears coherent: it uses Membrane's CLI to access Vapi and does not ask for unrelated credentials. Before installing or running it, verify the @membranehq/cli package and its GitHub repository to ensure you trust the publisher. Prefer running with npx or a local install instead of npm -g to avoid changing system-wide state. Be aware the login flow opens a browser or provides an auth URL/code — only authenticate via the official Membrane site (getmembrane.com) and avoid entering credentials on unexpected pages. If you need a tighter security posture, run the CLI in an isolated environment (container or VM) and review the package contents on npm/GitHub first.
Capability Analysis
Type: OpenClaw Skill
Name: vapi-integration
Version: 1.0.1
The skill bundle provides instructions for an AI agent to integrate with Vapi using the Membrane CLI. It includes standard procedures for installing the '@membranehq/cli' package, authenticating via 'membrane login', and managing Vapi actions. The instructions are transparent, align with the stated purpose of the skill, and explicitly advise against asking users for sensitive credentials, instead relying on Membrane's server-side auth management.
Capability Assessment
Purpose & Capability
The skill claims to integrate with Vapi via Membrane and the SKILL.md provides Membrane CLI commands to discover, create, and run actions against Vapi. This matches the described purpose. Minor mismatch: registry metadata lists no required binaries, but the runtime instructions explicitly instruct installing the @membranehq/cli (npm install -g), so the declared requirements are incomplete.
Instruction Scope
Instructions stay within the stated scope: installing and using the Membrane CLI, logging in, creating connections, listing and running actions, and preferring Membrane-managed auth. The skill does not instruct reading arbitrary system files, accessing unrelated environment variables, or exfiltrating data to unexpected endpoints.
Install Mechanism
There is no formal install spec in the registry, but SKILL.md tells users/agents to run npm install -g @membranehq/cli@latest (and suggests npx usage in places). Installing a global npm package modifies the system and runs code from the npm registry; the package appears to be under @membranehq (a scoped package) and the skill points to a GitHub repo, which is more reassuring than a random URL, but users should verify the package/source before installing. Using npx or a non-global install can reduce system impact.
Credentials
The skill requests no environment variables or secrets and explicitly tells integrators not to ask users for API keys (Membrane handles auth). This is proportionate to its purpose. It does require network access and a Membrane account, which matches the described functionality.
Persistence & Privilege
The skill is user-invocable, not always-on, and has no install-time hooks recorded in the registry. It does not request elevated or persistent platform privileges beyond the normal ability to run CLI commands when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vapi-integration - After installation, invoke the skill by name or use
/vapi-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Vapi?
Vapi integration. Manage data, records, and automate workflows. Use when the user wants to interact with Vapi data. It is an AI Agent Skill for Claude Code / OpenClaw, with 172 downloads so far.
How do I install Vapi?
Run "/install vapi-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vapi free?
Yes, Vapi is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Vapi support?
Vapi is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vapi?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills