← 返回 Skills 市场
membranedev

Zabbix

作者 Membrane Dev · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
212
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install zabbix
功能描述
Zabbix integration. Manage data, records, and automate workflows. Use when the user wants to interact with Zabbix data.
安全使用建议
This skill appears to do what it says: it delegates Zabbix access to the Membrane service via the @membranehq/cli. Before installing/using it, consider: 1) Data flow/privacy: Membrane will broker auth and likely store or proxy Zabbix credentials and data — review Membrane's privacy/security documentation and whether you are comfortable sending monitoring data to that service. 2) Package install: `npm install -g` installs code system‑wide; prefer pinning a specific version or using a scoped/local install if you want tighter control, and verify the package on npm/github. 3) Least privilege: if your Zabbix instance contains sensitive data, consider creating limited-scope Zabbix accounts for the connector. 4) If you require on‑prem-only integrations without third‑party transit, this skill may not meet that requirement. Overall this skill is coherent and proportional, but its trust boundary is the Membrane service — verify that before proceeding.
功能分析
Type: OpenClaw Skill Name: zabbix Version: 1.0.1 The skill instructions in SKILL.md direct the agent to perform high-risk operations, including the global installation of a third-party CLI tool (`npm install -g @membranehq/cli@latest`) and the execution of shell-based authentication commands (`membrane login`). While these actions are aligned with the stated purpose of using the Membrane platform for Zabbix integration, the requirement for system-wide software installation and external credential management via the command line constitutes a high-privilege attack surface without clear evidence of malicious intent.
能力评估
Purpose & Capability
Name/description (Zabbix integration) match the instructions: the SKILL.md exclusively shows how to use the Membrane CLI to connect to and run actions against Zabbix. Requested tools and commands (membrane CLI) are relevant to that purpose.
Instruction Scope
Runtime instructions are limited to installing/using the Membrane CLI, logging in, creating/using a connection, listing/creating actions, and running them. There are no instructions to read unrelated files, access other environment variables, or exfiltrate local data.
Install Mechanism
This is instruction‑only (no install spec), but it tells users to run `npm install -g @membranehq/cli@latest`. Installing a global npm package is a normal approach but carries moderate risk (third‑party code installed system‑wide). The SKILL.md does not pin versions or provide checksums.
Credentials
The skill declares no required env vars or local credentials, which matches its use of Membrane. However, using Membrane means Zabbix credentials and monitoring data will be handled/stored by the Membrane service — an external dependency that should be acceptable only if the user trusts that provider.
Persistence & Privilege
The skill is not always-included, does not request special agent privileges, and is instruction-only with no code written to disk by the registry. It relies on user-invoked CLI usage rather than background persistent agents.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zabbix
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zabbix 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug zabbix
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Zabbix 是什么?

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

如何安装 Zabbix?

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

Zabbix 是免费的吗?

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

Zabbix 支持哪些平台?

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

谁开发了 Zabbix?

由 Membrane Dev(@membranedev)开发并维护,当前版本 v1.0.1。

💬 留言讨论