← Back to Skills Marketplace
gora050

Opslevel

by Vlad Ursul · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
110
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install opslevel
Description
OpsLevel integration. Manage data, records, and automate workflows. Use when the user wants to interact with OpsLevel data.
Usage Guidance
This skill delegates OpsLevel access to the third‑party Membrane service/CLI. Before installing or running it: 1) Verify the @membranehq/cli package on npm and the github.com/membranedev repository to confirm publisher identity and check recent releases/permissions. 2) Prefer running with npx or in a contained environment (container or VM) rather than installing the CLI globally. 3) Ask your security team whether you are comfortable with OpsLevel credentials and service metadata being proxied through Membrane (review their privacy/retention policy). 4) Confirm the exact authentication flow (what tenant/clientName values are needed) and verify that no local secrets are requested by the skill. 5) If you require higher assurance, request the author add declared required binaries and an install spec (with exact package version and checksum) and/or provide an alternative that calls OpsLevel’s API directly so you can audit the code path.
Capability Analysis
Type: OpenClaw Skill Name: opslevel Version: 1.0.1 The skill provides a legitimate integration for OpsLevel using the Membrane CLI. The instructions in SKILL.md guide the agent through standard procedures for installation, authentication, and action execution via the Membrane platform. No indicators of data exfiltration, malicious execution, or obfuscation were found, and the instructions explicitly advise against asking users for raw API keys, favoring secure credential management through the platform.
Capability Assessment
Purpose & Capability
The skill claims to integrate with OpsLevel but actually relies on the Membrane CLI as an intermediary, which is a reasonable design. However the manifest declares no required binaries or install steps while the instructions clearly require the 'membrane' binary (and npm/npx to install/run it). That mismatch is unexpected.
Instruction Scope
SKILL.md instructs installing a global npm package and performing interactive/headless authentication that prints authorization codes. It also directs creating connections that cause credentials to be handled server‑side by Membrane. These runtime steps involve networked auth and potentially sensitive data flows (credentials and OpsLevel data to Membrane) but the skill does not document exactly what data is sent or stored.
Install Mechanism
There is no install spec in the registry, yet instructions tell users to run 'npm install -g @membranehq/cli@latest' (and alternatively uses npx). Asking users to install a global npm CLI is a nontrivial action; the package provenance (npm owner, exact version, checksums) is not included here. This increases risk because arbitrary code from npm may be installed globally if the package source isn't vetted.
Credentials
The manifest lists no required environment variables or credentials and the SKILL.md explicitly advises not to ask users for API keys (letting Membrane manage auth). That is proportionate. However, the skill causes auth against Membrane (and then OpsLevel via Membrane), so sensitive credentials and service data will flow through Membrane's systems — this is notable and should be acceptable to the user/organization before use.
Persistence & Privilege
The skill is not always-enabled and does not request special platform privileges. It does allow autonomous invocation (default), which is normal; combine this with the network/auth concerns only if you want to limit autonomous runs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install opslevel
  3. After installation, invoke the skill by name or use /opslevel
  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 opslevel
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Opslevel?

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

How do I install Opslevel?

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

Is Opslevel free?

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

Which platforms does Opslevel support?

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

Who created Opslevel?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.

💬 Comments