← Back to Skills Marketplace
Plivo
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
172
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install plivo
Description
Plivo integration. Manage Accounts, Applications, Numbers, Messages, Calls, Conferences. Use when the user wants to interact with Plivo data.
Usage Guidance
This skill is an instruction-only recipe to use the Membrane CLI to manage Plivo resources. Before installing, verify that the @membranehq/cli package on npm and its GitHub repo are legitimate and come from the Membrane project. Be aware that npm -g installs run third-party code on your machine — if you prefer, test in a disposable environment or container. Review what permissions you grant to Membrane when you connect your Plivo account (which resources it can access) and consult your organization's policy before delegating credentials to a third-party service.
Capability Analysis
Type: OpenClaw Skill
Name: plivo
Version: 1.0.3
The skill provides a standard integration for Plivo using the Membrane CLI (@membranehq/cli). It includes instructions for the agent to manage communication tasks like SMS and calls by delegating authentication and API interaction to the Membrane platform. The instructions (SKILL.md) follow security best practices by explicitly advising the agent not to handle raw API keys and instead use managed connections, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The name/description (Plivo integration) matches the instructions: all steps are about using the Membrane CLI to create a Plivo connection, discover, build, and run actions. There are no unrelated credentials, binaries, or requests that don't fit this purpose.
Instruction Scope
SKILL.md only instructs installing the Membrane CLI, authenticating with Membrane, connecting to the Plivo connector, searching/creating/running actions, and using JSON output. It does not instruct reading arbitrary local files, accessing other environment variables, or sending data to unexpected endpoints beyond Membrane/Plivo.
Install Mechanism
Install is a single npm global install (@membranehq/cli). This is expected for a CLI-driven integration, but global npm installs execute third-party code on the host — verify the package is the official Membrane CLI (check npm author, GitHub repo and checksums) before installing.
Credentials
The skill declares no required env vars or credentials and relies on Membrane's account-based auth. That is proportionate to the stated purpose. The instructions explicitly advise against asking users for Plivo API keys, which matches the stated design.
Persistence & Privilege
No always:true flag, no install scripts or code files in the skill bundle, and no instructions to modify other skills or system-wide configs. The CLI will run on demand and the skill has normal agent invocation behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install plivo - After installation, invoke the skill by name or use
/plivo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Plivo?
Plivo integration. Manage Accounts, Applications, Numbers, Messages, Calls, Conferences. Use when the user wants to interact with Plivo data. It is an AI Agent Skill for Claude Code / OpenClaw, with 172 downloads so far.
How do I install Plivo?
Run "/install plivo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Plivo free?
Yes, Plivo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Plivo support?
Plivo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Plivo?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills