← Back to Skills Marketplace
Rev
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
159
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install rev
Description
Rev integration. Manage Organizations, Users, Goals, Filters. Use when the user wants to interact with Rev data.
Usage Guidance
This skill is essentially a set of instructions to use the Membrane CLI to talk to Rev. Before installing: (1) confirm you trust Membrane and the @membranehq/cli npm package (check the package page/repo and maintainers); (2) be aware that installing a global npm package will write executables to your system and run third-party code — consider using npx or a local install if you prefer; (3) understand that transcripts and metadata will be routed via Membrane/Rev (review their privacy/security policies) because Membrane handles auth and serverside calls; (4) in shared or restricted environments avoid installing global CLIs or use containerized environments; (5) if you need higher assurance, review the Membrane CLI source or request an install spec from the skill author. Overall the skill is coherent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: rev
Version: 1.0.3
The skill facilitates integration with the Rev service by instructing the agent to install and use the Membrane CLI (@membranehq/cli). It requires high-risk capabilities including network access and shell execution to manage authentication and run API actions. While these actions are aligned with the stated purpose, the instructions guide the agent to construct shell commands using potentially unvalidated parameters (e.g., in `membrane action run`), which poses a risk of shell injection. These instructions are primarily located in SKILL.md.
Capability Assessment
Purpose & Capability
The name/description (Rev integration) matches the instructions: the skill instructs the agent to use the Membrane CLI to create a Rev connection, discover actions, and run them. Nothing requested (no unrelated env vars, no access to other services) is inconsistent with the described purpose.
Instruction Scope
SKILL.md only instructs installing/using the Membrane CLI, logging in via Membrane, creating a Rev connection, discovering and running actions. It does not ask the agent to read arbitrary system files, access unrelated environment variables, or transmit data to unexpected endpoints. The instructions are scoped to the integration.
Install Mechanism
The skill is instruction-only but directs installation via npm (npm install -g @membranehq/cli@latest and npx usage). Installing packages from the public npm registry is common but is a moderate-risk action (writes to disk, runs third‑party code). This is expected for a CLI-based integration but worth user attention.
Credentials
No environment variables, secrets, or config paths are requested by the skill. Authentication is delegated to Membrane (interactive login flow), which is proportionate to the stated design.
Persistence & Privilege
No always: true or other elevated persistence flags. The skill is user-invocable and may be invoked autonomously per platform default, which is normal. It does not request modifications to other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rev - After installation, invoke the skill by name or use
/rev - 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 Rev?
Rev integration. Manage Organizations, Users, Goals, Filters. Use when the user wants to interact with Rev data. It is an AI Agent Skill for Claude Code / OpenClaw, with 159 downloads so far.
How do I install Rev?
Run "/install rev" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Rev free?
Yes, Rev is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Rev support?
Rev is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Rev?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills