← Back to Skills Marketplace
Verimi
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
172
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install verimi
Description
Verimi integration. Manage data, records, and automate workflows. Use when the user wants to interact with Verimi data.
Usage Guidance
This skill appears to be what it says: a Membrane-based wrapper for Verimi. Before installing or running: 1) verify the @membranehq/cli npm package and its repository (check publisher, GitHub repo, release tags) to avoid a malicious package; 2) prefer using npx for one-off runs if you don't want a global install; 3) during 'membrane login' follow the OAuth browser flow yourself — do not paste credentials or tokens from unknown sources; 4) confirm that the Membrane account you connect with is trusted and that any created actions have the expected scopes; and 5) if you want tighter assurance, review Membrane's privacy/security docs and the Verimi connector implementation in the referenced repository before granting access.
Capability Analysis
Type: OpenClaw Skill
Name: verimi
Version: 1.0.3
The skill instructs the agent to perform high-risk operations, including installing a global npm package (`@membranehq/cli`) and executing shell commands to interact with the Membrane platform. It specifically directs the agent to use `membrane action create` to dynamically generate and run actions from a remote service (getmembrane.com), which introduces a significant attack surface for remote code execution or unauthorized data access. While these instructions appear aligned with the stated purpose of Verimi integration, the requirement for global environment modification and the execution of remotely-defined logic are inherently risky behaviors.
Capability Assessment
Purpose & Capability
Name/description say 'Verimi integration' and all runtime instructions use the Membrane CLI to connect to a Verimi connector, discover and run actions — the requested capabilities align with the stated purpose.
Instruction Scope
SKILL.md directs the agent to install and run Membrane CLI commands, perform OAuth-style login via browser/URL, create/list/run Membrane actions, and explicitly advises not to ask users for API keys. It does not instruct reading unrelated files, accessing other environment variables, or exfiltrating data to unexpected endpoints.
Install Mechanism
The guide instructs installing the Membrane CLI via npm (global install) or npx. This is expected for a CLI-focused integration, but installing packages globally from npm has moderate risk — verify package provenance and the @membranehq/cli package before installing.
Credentials
The skill requires network access and a Membrane account per the doc; it does not request unrelated environment variables, secrets, or system config paths. OAuth-style browser-based login is appropriate for this integration.
Persistence & Privilege
The skill is instruction-only, has no install spec that writes to disk on its own, and is not marked always:true. It does not request persistent elevated privileges or modify other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install verimi - After installation, invoke the skill by name or use
/verimi - 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 Verimi?
Verimi integration. Manage data, records, and automate workflows. Use when the user wants to interact with Verimi data. It is an AI Agent Skill for Claude Code / OpenClaw, with 172 downloads so far.
How do I install Verimi?
Run "/install verimi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Verimi free?
Yes, Verimi is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Verimi support?
Verimi is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Verimi?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills