← 返回 Skills 市场
gora050

Opslevel

作者 Vlad Ursul · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
110
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install opslevel
功能描述
OpsLevel integration. Manage data, records, and automate workflows. Use when the user wants to interact with OpsLevel data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install opslevel
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /opslevel 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug opslevel
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Opslevel 是什么?

OpsLevel integration. Manage data, records, and automate workflows. Use when the user wants to interact with OpsLevel data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。

如何安装 Opslevel?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install opslevel」即可一键安装,无需额外配置。

Opslevel 是免费的吗?

是的,Opslevel 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Opslevel 支持哪些平台?

Opslevel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Opslevel?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.1。

💬 留言讨论