← Back to Skills Marketplace
membranedev

Vryno

by Membrane Dev · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
192
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install vryno
Description
Vryno integration. Manage data, records, and automate workflows. Use when the user wants to interact with Vryno data.
Usage Guidance
This skill appears to do what it says: it uses the Membrane CLI to manage Vryno data. Before installing: (1) confirm you trust the Membrane project (homepage and GitHub) because you'll grant it access to your Vryno account via OAuth; (2) prefer using npx or a local install if you want to avoid a global npm install that modifies system binaries; (3) review the OAuth scopes and connection details when you run membrane connect/login so you know what access is being granted; (4) be aware that the CLI will run network operations on your behalf — avoid pasting sensitive local secrets into commands. If you need higher assurance, inspect the @membranehq/cli source on the referenced GitHub repo before installing.
Capability Analysis
Type: OpenClaw Skill Name: vryno Version: 1.0.1 The skill requires the agent to perform high-risk actions including global npm package installation (`npm install -g @membranehq/cli`) and the execution of shell commands to interact with the Membrane platform. While these capabilities are plausibly needed for the stated purpose of Vryno integration, the reliance on external CLI execution and remote action generation in `SKILL.md` introduces a significant attack surface. No clear evidence of intentional malice was found, but the broad shell and network requirements meet the threshold for a suspicious classification.
Capability Assessment
Purpose & Capability
The name/description (Vryno integration) align with the SKILL.md, which documents using the Membrane CLI to connect to Vryno, discover actions, and run them. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped to installing and using the Membrane CLI (login, connect, action list/run). They do not instruct reading arbitrary files or environment variables, nor do they direct data to endpoints outside the Membrane/Vryno flow. The skill does rely on network access and interactive or headless OAuth flows.
Install Mechanism
The SKILL.md instructs installing @membranehq/cli via npm (global install) or using npx. This is a common approach but does pull code from the npm registry; users should be aware of the typical risks of installing third‑party CLIs globally (privilege to write global bins, potential supply-chain risks).
Credentials
No environment variables or local secrets are requested, which matches the guidance to let Membrane handle auth. However, using this skill delegates Vryno access to the Membrane service — the user will grant Membrane (a third party) access to their Vryno account via the login/connection flow. That delegation is expected for the stated purpose but is a privacy/trust consideration.
Persistence & Privilege
The skill does not request always:true, no install spec writes files as part of the skill bundle, and it does not request modification of other skills or system-wide agent settings. Normal autonomous invocation is allowed by default (not a concern by itself).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vryno
  3. After installation, invoke the skill by name or use /vryno
  4. 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
Slug vryno
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Vryno?

Vryno integration. Manage data, records, and automate workflows. Use when the user wants to interact with Vryno data. It is an AI Agent Skill for Claude Code / OpenClaw, with 192 downloads so far.

How do I install Vryno?

Run "/install vryno" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Vryno free?

Yes, Vryno is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Vryno support?

Vryno is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Vryno?

It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.

💬 Comments